summaryrefslogtreecommitdiff
path: root/net/l2tp/l2tp_eth.c
AgeCommit message (Expand)Author
2023-10-01net: l2tp_eth: use generic dev->stats fieldsEric Dumazet
2022-08-22l2tp: move from strlcpy with unused retval to strscpyWolfram Sang
2020-09-03l2tp: remove header length param from l2tp_xmit_skbTom Parkin
2020-08-22l2tp: don't log data framesTom Parkin
2020-07-22l2tp: cleanup commentsTom Parkin
2020-07-22l2tp: cleanup whitespace useTom Parkin
2020-06-28l2tp: fix l2tp_eth_dev_xmit()'s return typeLuc Van Oostenryck
2020-05-04net: partially revert dynamic lockdep key changesCong Wang
2019-10-24net: core: add generic lockdep keysTaehee Yoo
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-08-13l2tp: fix unused function warningArnd Bergmann
2018-08-03l2tp: ignore L2TP_ATTR_MTUGuillaume Nault
2018-08-03l2tp: define l2tp_tunnel_dst_mtu()Guillaume Nault
2017-11-11l2tp: remove .tunnel_sock from struct l2tp_ethGuillaume Nault
2017-11-01l2tp: remove field 'dev' from struct l2tp_ethGuillaume Nault
2017-10-29l2tp: initialise l2tp_eth sessions before registering themGuillaume Nault
2017-10-29l2tp: don't register sessions in l2tp_session_create()Guillaume Nault
2017-10-01l2tp: fix l2tp_eth module loadingGuillaume Nault
2017-09-03l2tp: pass tunnel pointer to ->session_create()Guillaume Nault
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