aboutsummaryrefslogtreecommitdiffstats
path: root/net/l2tp/l2tp_eth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-13l2tp: fix unused function warningArnd Bergmann1-5/+2
2018-08-03l2tp: ignore L2TP_ATTR_MTUGuillaume Nault1-10/+7
2018-08-03l2tp: define l2tp_tunnel_dst_mtu()Guillaume Nault1-10/+4
2017-11-11l2tp: remove .tunnel_sock from struct l2tp_ethGuillaume Nault1-2/+0
2017-11-01l2tp: remove field 'dev' from struct l2tp_ethGuillaume Nault1-5/+0
2017-10-29l2tp: initialise l2tp_eth sessions before registering themGuillaume Nault1-31/+75
2017-10-29l2tp: don't register sessions in l2tp_session_create()Guillaume Nault1-0/+9
2017-10-01l2tp: fix l2tp_eth module loadingGuillaume Nault1-49/+2
2017-09-03l2tp: pass tunnel pointer to ->session_create()Guillaume Nault1-8/+3
2017-06-10l2tp: cast l2tp traffic counter to unsignedDominik Heidler1-6/+7
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-1/+1
2017-04-27l2tp: remove useless device duplication test in l2tp_eth_create()Guillaume Nault1-6/+0
2017-04-25l2tp: define "l2tpeth" device typeGuillaume Nault1-0/+5
2017-04-25l2tp: set name_assign_type for devices created by l2tp_eth.cGuillaume Nault1-2/+6
2017-04-17l2tp: device MTU setup, tunnel socket needs a lockR. Parameswaran1-0/+2
2017-04-06L2TP:Adjust intf MTU, add underlay L3, L2 hdrs.R. Parameswaran1-4/+51
2017-04-01l2tp: fix duplicate session creationGuillaume Nault1-8/+2
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-4/+2
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-11-23net: revert "net: l2tp: Treat NET_XMIT_CN as success in l2tp_eth_dev_xmit"WANG Cong1-1/+1
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-11-21net: l2tp: Treat NET_XMIT_CN as success in l2tp_eth_dev_xmitGao Feng1-1/+1
2016-10-21net: remove MTU limits on a few ether_setup callersJarod Wilson1-0/+2
2016-09-17l2tp: constify net_device_ops structuresJulia Lawall1-1/+1
2016-09-10l2tp: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-2/+2
2016-06-09net: add netdev_lockdep_set_classes() helperEric Dumazet1-5/+1
2016-06-07net_sched: transform qdisc running bit into a seqcountEric Dumazet1-0/+4
2015-09-25l2tp: auto load type modulesstephen hemminger1-0/+1
2015-03-03l2tp: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2014-11-21l2tp_eth: allow to set a specific mac addressAlexander Couzens1-0/+1
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+2
2012-11-02l2tp: fix oops in l2tp_eth_create() error pathTom Parkin1-0/+1
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-09-05net: qdisc busylock needs lockdep annotationsEric Dumazet1-1/+2
2012-09-04l2tp: fix a typo in l2tp_eth_dev_recv()Eric Dumazet1-1/+1
2012-06-29net: l2tp_eth: provide tx_dropped counterEric Dumazet1-5/+10
2012-06-26net: l2tp_eth: use LLTX to avoid LOCKDEP splatsEric Dumazet1-11/+32
2012-06-25net: l2tp_eth: fix l2tp_eth_dev_xmit raceEric Dumazet1-3/+3
2012-06-07net: l2tp_eth: fix kernel panic on rmmod l2tp_ethEric Dumazet1-0/+2
2012-05-17net: l2tp: Standardize logging stylesJoe Perches1-10/+5
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka1-1/+1
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman1-1/+1
2011-03-21l2tp: fix possible oops on l2tp_eth module unloadJames Chapman1-1/+1
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-09-02net: another last_rx roundEric Dumazet1-1/+0
2010-08-26l2tp: test for ethernet header in l2tp_eth_dev_recv()Eric Dumazet1-1/+1
2010-04-23l2tp_eth: fix memory allocationJiri Pirko1-28/+1
2010-04-03l2tp: Fix L2TP_DEBUGFS ifdef tests.David S. Miller1-2/+2
2010-04-03l2tp: Add debugfs files for dumping l2tp debug infoJames Chapman1-0/+14
2010-04-03l2tp: Add L2TP ethernet pseudowire supportJames Chapman1-0/+347