aboutsummaryrefslogtreecommitdiffstats
path: root/net/l2tp/l2tp_eth.c
AgeCommit message (Expand)Author
2017-06-10l2tp: cast l2tp traffic counter to unsignedDominik Heidler
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-04-27l2tp: remove useless device duplication test in l2tp_eth_create()Guillaume Nault
2017-04-25l2tp: define "l2tpeth" device typeGuillaume Nault
2017-04-25l2tp: set name_assign_type for devices created by l2tp_eth.cGuillaume Nault
2017-04-17l2tp: device MTU setup, tunnel socket needs a lockR. Parameswaran
2017-04-06L2TP:Adjust intf MTU, add underlay L3, L2 hdrs.R. Parameswaran
2017-04-01l2tp: fix duplicate session creationGuillaume Nault
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-23net: revert "net: l2tp: Treat NET_XMIT_CN as success in l2tp_eth_dev_xmit"WANG Cong
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-21net: l2tp: Treat NET_XMIT_CN as success in l2tp_eth_dev_xmitGao Feng
2016-10-21net: remove MTU limits on a few ether_setup callersJarod Wilson
2016-09-17l2tp: constify net_device_ops structuresJulia Lawall
2016-09-10l2tp: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-06-09net: add netdev_lockdep_set_classes() helperEric Dumazet
2016-06-07net_sched: transform qdisc running bit into a seqcountEric Dumazet
2015-09-25l2tp: auto load type modulesstephen hemminger
2015-03-03l2tp: Use eth_<foo>_addr instead of memsetJoe Perches
2014-11-21l2tp_eth: allow to set a specific mac addressAlexander Couzens
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2012-11-02l2tp: fix oops in l2tp_eth_create() error pathTom Parkin
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-05net: qdisc busylock needs lockdep annotationsEric Dumazet
2012-09-04l2tp: fix a typo in l2tp_eth_dev_recv()Eric Dumazet
2012-06-29net: l2tp_eth: provide tx_dropped counterEric Dumazet
2012-06-26net: l2tp_eth: use LLTX to avoid LOCKDEP splatsEric Dumazet
2012-06-25net: l2tp_eth: fix l2tp_eth_dev_xmit raceEric Dumazet
2012-06-07net: l2tp_eth: fix kernel panic on rmmod l2tp_ethEric Dumazet
2012-05-17net: l2tp: Standardize logging stylesJoe Perches
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman
2011-03-21l2tp: fix possible oops on l2tp_eth module unloadJames Chapman
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-02net: another last_rx roundEric Dumazet
2010-08-26l2tp: test for ethernet header in l2tp_eth_dev_recv()Eric Dumazet
2010-04-23l2tp_eth: fix memory allocationJiri Pirko
2010-04-03l2tp: Fix L2TP_DEBUGFS ifdef tests.David S. Miller
2010-04-03l2tp: Add debugfs files for dumping l2tp debug infoJames Chapman
2010-04-03l2tp: Add L2TP ethernet pseudowire supportJames Chapman