summaryrefslogtreecommitdiffstats
path: root/net/l2tp/l2tp_eth.c
Commit message (Expand)AuthorAgeFilesLines
* net l2tp: drop flow hash on forwardDavid Bauer2024-04-261-0/+3
* net: l2tp: constify the struct device_type usageRicardo B. Marliere2024-02-211-1/+1
* net: l2tp_eth: use generic dev->stats fieldsEric Dumazet2023-10-011-22/+12
* l2tp: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-221-2/+2
* l2tp: remove header length param from l2tp_xmit_skbTom Parkin2020-09-031-1/+1
* l2tp: don't log data framesTom Parkin2020-08-221-11/+0
* l2tp: cleanup commentsTom Parkin2020-07-221-2/+1
* l2tp: cleanup whitespace useTom Parkin2020-07-221-10/+6
* l2tp: fix l2tp_eth_dev_xmit()'s return typeLuc Van Oostenryck2020-06-281-1/+1
* net: partially revert dynamic lockdep key changesCong Wang2020-05-041-0/+1
* net: core: add generic lockdep keysTaehee Yoo2019-10-241-1/+0
* netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-011-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* l2tp: fix unused function warningArnd Bergmann2018-08-131-5/+2
* l2tp: ignore L2TP_ATTR_MTUGuillaume Nault2018-08-031-10/+7
* l2tp: define l2tp_tunnel_dst_mtu()Guillaume Nault2018-08-031-10/+4
* l2tp: remove .tunnel_sock from struct l2tp_ethGuillaume Nault2017-11-111-2/+0
* l2tp: remove field 'dev' from struct l2tp_ethGuillaume Nault2017-11-011-5/+0
* l2tp: initialise l2tp_eth sessions before registering themGuillaume Nault2017-10-291-31/+75
* l2tp: don't register sessions in l2tp_session_create()Guillaume Nault2017-10-291-0/+9
* l2tp: fix l2tp_eth module loadingGuillaume Nault2017-10-011-49/+2
* l2tp: pass tunnel pointer to ->session_create()Guillaume Nault2017-09-031-8/+3
* l2tp: cast l2tp traffic counter to unsignedDominik Heidler2017-06-101-6/+7
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-1/+1
* l2tp: remove useless device duplication test in l2tp_eth_create()Guillaume Nault2017-04-271-6/+0
* l2tp: define "l2tpeth" device typeGuillaume Nault2017-04-251-0/+5
* l2tp: set name_assign_type for devices created by l2tp_eth.cGuillaume Nault2017-04-251-2/+6
* l2tp: device MTU setup, tunnel socket needs a lockR. Parameswaran2017-04-171-0/+2
* L2TP:Adjust intf MTU, add underlay L3, L2 hdrs.R. Parameswaran2017-04-061-4/+51
* l2tp: fix duplicate session creationGuillaume Nault2017-04-011-8/+2
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-261-1/+1
|\
| * net: revert "net: l2tp: Treat NET_XMIT_CN as success in l2tp_eth_dev_xmit"WANG Cong2016-11-231-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-221-1/+1
|\|
| * net: l2tp: Treat NET_XMIT_CN as success in l2tp_eth_dev_xmitGao Feng2016-11-211-1/+1
* | net: remove MTU limits on a few ether_setup callersJarod Wilson2016-10-211-0/+2
|/
* l2tp: constify net_device_ops structuresJulia Lawall2016-09-171-1/+1
* l2tp: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-101-2/+2
* net: add netdev_lockdep_set_classes() helperEric Dumazet2016-06-091-5/+1
* net_sched: transform qdisc running bit into a seqcountEric Dumazet2016-06-071-0/+4
* l2tp: auto load type modulesstephen hemminger2015-09-251-0/+1
* l2tp: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-1/+1
* l2tp_eth: allow to set a specific mac addressAlexander Couzens2014-11-211-0/+1
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+2
* l2tp: fix oops in l2tp_eth_create() error pathTom Parkin2012-11-021-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-151-1/+1
|\
| * l2tp: fix a typo in l2tp_eth_dev_recv()Eric Dumazet2012-09-041-1/+1
* | net: qdisc busylock needs lockdep annotationsEric Dumazet2012-09-051-1/+2
|/
* net: l2tp_eth: provide tx_dropped counterEric Dumazet2012-06-291-5/+10
* net: l2tp_eth: use LLTX to avoid LOCKDEP splatsEric Dumazet2012-06-261-11/+32