summaryrefslogtreecommitdiffstats
path: root/net/l2tp/l2tp_core.h
Commit message (Expand)AuthorAgeFilesLines
* net: l2tp: reduce log level of messages in receive path, add counter insteadMatthias Schiffer2021-03-031-0/+1
* l2tp: make magic feather checks more usefulTom Parkin2020-09-031-0/+5
* l2tp: drop net argument from l2tp_tunnel_createTom Parkin2020-09-031-1/+1
* l2tp: remove header length param from l2tp_xmit_skbTom Parkin2020-09-031-2/+1
* l2tp: remove tunnel and session debug flags fieldTom Parkin2020-08-221-4/+0
* l2tp: remove custom logging macrosTom Parkin2020-08-221-13/+0
* l2tp: add tracepoint definitions in trace.hTom Parkin2020-08-221-2/+4
* l2tp: improve API documentation in l2tp_core.hTom Parkin2020-07-301-14/+72
* l2tp: remove build_header callback in struct l2tp_sessionTom Parkin2020-07-301-1/+0
* l2tp: return void from l2tp_session_deleteTom Parkin2020-07-301-2/+2
* l2tp: don't export tunnel and session free functionsTom Parkin2020-07-301-28/+5
* l2tp: don't export __l2tp_session_unhashTom Parkin2020-07-301-1/+0
* l2tp: prefer using BIT macroTom Parkin2020-07-221-2/+2
* l2tp: add identifier name in function pointer prototypeTom Parkin2020-07-221-1/+1
* l2tp: cleanup commentsTom Parkin2020-07-221-45/+31
* l2tp: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-281-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* l2tp: fix reading optional fields of L2TPv3Jacob Wen2019-01-301-0/+20
* l2tp: fix unused function warningArnd Bergmann2018-08-131-2/+0
* l2tp: split l2tp_session_get()Guillaume Nault2018-08-111-3/+3
* l2tp: define l2tp_tunnel_uses_xfrm()Guillaume Nault2018-08-111-0/+19
* l2tp: ignore L2TP_ATTR_MTUGuillaume Nault2018-08-031-2/+0
* l2tp: define l2tp_tunnel_dst_mtu()Guillaume Nault2018-08-031-0/+18
* l2tp: drop ->mru from struct l2tp_sessionGuillaume Nault2018-07-271-2/+0
* l2tp: ignore L2TP_ATTR_VLAN_ID netlink attributeGuillaume Nault2018-07-271-1/+0
* l2tp: ignore L2TP_ATTR_DATA_SEQ netlink attributeGuillaume Nault2018-07-271-8/+0
* l2tp: remove ->recv_payload_hookGuillaume Nault2018-07-261-2/+1
* l2tp: don't export l2tp_tunnel_closeall()Guillaume Nault2018-06-261-1/+0
* l2tp: don't export l2tp_session_queue_purge()Guillaume Nault2018-06-261-1/+0
* l2tp: remove l2tp_tunnel_priv()Guillaume Nault2018-06-261-7/+0
* l2tp: remove .show from struct l2tp_tunnelGuillaume Nault2018-06-261-3/+0
* l2tp: hold reference on tunnels printed in l2tp/tunnels debugfs fileGuillaume Nault2018-04-131-1/+0
* l2tp: hold reference on tunnels in netlink dumpsGuillaume Nault2018-04-131-0/+2
* l2tp: fix race in duplicate tunnel detectionGuillaume Nault2018-04-111-1/+0
* l2tp: fix races in tunnel creationGuillaume Nault2018-04-111-0/+3
* l2tp: fix races with ipv4-mapped ipv6 addressesPaolo Abeni2018-03-121-3/+0
* l2tp: fix races with tunnel socket closeJames Chapman2018-02-261-21/+2
* l2tp: remove l2specific_len configurable parameterLorenzo Bianconi2018-01-191-2/+0
* l2tp: remove l2specific_len dependency in l2tp_coreLorenzo Bianconi2018-01-191-0/+11
* l2tp: remove configurable payload offsetJames Chapman2018-01-051-3/+0
* l2tp: revert "l2tp: add peer_offset parameter"James Chapman2018-01-051-10/+3
* l2tp: add peer_offset parameterLorenzo Bianconi2017-12-271-3/+10
* l2tp: remove l2tp specific refcount debuggingGuillaume Nault2017-11-011-22/+2
* l2tp: remove ->ref() and ->deref()Guillaume Nault2017-11-011-7/+3
* l2tp: don't register sessions in l2tp_session_create()Guillaume Nault2017-10-291-0/+3
* l2tp: fix race condition in l2tp_tunnel_deleteSabrina Dubroca2017-09-261-1/+4
* l2tp: fix race between l2tp_session_delete() and l2tp_tunnel_closeall()Guillaume Nault2017-09-251-0/+1
* l2tp: pass tunnel pointer to ->session_create()Guillaume Nault2017-09-031-1/+3
* l2tp: prevent creation of sessions on terminated tunnelsGuillaume Nault2017-09-031-0/+4
* l2tp: hold tunnel while looking up sessions in l2tp_netlinkGuillaume Nault2017-08-281-0/+13