aboutsummaryrefslogtreecommitdiffstats
path: root/net/l2tp/l2tp_core.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-29net/l2tp: convert tunnel rwlock_t to rcuTom Parkin1-1/+1
2021-03-03net: l2tp: reduce log level of messages in receive path, add counter insteadMatthias Schiffer1-0/+1
2020-09-03l2tp: make magic feather checks more usefulTom Parkin1-0/+5
2020-09-03l2tp: drop net argument from l2tp_tunnel_createTom Parkin1-1/+1
2020-09-03l2tp: remove header length param from l2tp_xmit_skbTom Parkin1-2/+1
2020-08-22l2tp: remove tunnel and session debug flags fieldTom Parkin1-4/+0
2020-08-22l2tp: remove custom logging macrosTom Parkin1-13/+0
2020-08-22l2tp: add tracepoint definitions in trace.hTom Parkin1-2/+4
2020-07-30l2tp: improve API documentation in l2tp_core.hTom Parkin1-14/+72
2020-07-30l2tp: remove build_header callback in struct l2tp_sessionTom Parkin1-1/+0
2020-07-30l2tp: return void from l2tp_session_deleteTom Parkin1-2/+2
2020-07-30l2tp: don't export tunnel and session free functionsTom Parkin1-28/+5
2020-07-30l2tp: don't export __l2tp_session_unhashTom Parkin1-1/+0
2020-07-22l2tp: prefer using BIT macroTom Parkin1-2/+2
2020-07-22l2tp: add identifier name in function pointer prototypeTom Parkin1-1/+1
2020-07-22l2tp: cleanup commentsTom Parkin1-45/+31
2020-02-28l2tp: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-01-30l2tp: fix reading optional fields of L2TPv3Jacob Wen1-0/+20
2018-08-13l2tp: fix unused function warningArnd Bergmann1-2/+0
2018-08-11l2tp: split l2tp_session_get()Guillaume Nault1-3/+3
2018-08-11l2tp: define l2tp_tunnel_uses_xfrm()Guillaume Nault1-0/+19
2018-08-03l2tp: ignore L2TP_ATTR_MTUGuillaume Nault1-2/+0
2018-08-03l2tp: define l2tp_tunnel_dst_mtu()Guillaume Nault1-0/+18
2018-07-27l2tp: drop ->mru from struct l2tp_sessionGuillaume Nault1-2/+0
2018-07-27l2tp: ignore L2TP_ATTR_VLAN_ID netlink attributeGuillaume Nault1-1/+0
2018-07-27l2tp: ignore L2TP_ATTR_DATA_SEQ netlink attributeGuillaume Nault1-8/+0
2018-07-26l2tp: remove ->recv_payload_hookGuillaume Nault1-2/+1
2018-06-26l2tp: don't export l2tp_tunnel_closeall()Guillaume Nault1-1/+0
2018-06-26l2tp: don't export l2tp_session_queue_purge()Guillaume Nault1-1/+0
2018-06-26l2tp: remove l2tp_tunnel_priv()Guillaume Nault1-7/+0
2018-06-26l2tp: remove .show from struct l2tp_tunnelGuillaume Nault1-3/+0
2018-04-13l2tp: hold reference on tunnels printed in l2tp/tunnels debugfs fileGuillaume Nault1-1/+0
2018-04-13l2tp: hold reference on tunnels in netlink dumpsGuillaume Nault1-0/+2
2018-04-11l2tp: fix race in duplicate tunnel detectionGuillaume Nault1-1/+0
2018-04-11l2tp: fix races in tunnel creationGuillaume Nault1-0/+3
2018-03-12l2tp: fix races with ipv4-mapped ipv6 addressesPaolo Abeni1-3/+0
2018-02-26l2tp: fix races with tunnel socket closeJames Chapman1-21/+2
2018-01-19l2tp: remove l2specific_len configurable parameterLorenzo Bianconi1-2/+0
2018-01-19l2tp: remove l2specific_len dependency in l2tp_coreLorenzo Bianconi1-0/+11
2018-01-05l2tp: remove configurable payload offsetJames Chapman1-3/+0
2018-01-05l2tp: revert "l2tp: add peer_offset parameter"James Chapman1-10/+3
2017-12-27l2tp: add peer_offset parameterLorenzo Bianconi1-3/+10
2017-11-01l2tp: remove l2tp specific refcount debuggingGuillaume Nault1-22/+2
2017-11-01l2tp: remove ->ref() and ->deref()Guillaume Nault1-7/+3
2017-10-29l2tp: don't register sessions in l2tp_session_create()Guillaume Nault1-0/+3
2017-09-26l2tp: fix race condition in l2tp_tunnel_deleteSabrina Dubroca1-1/+4
2017-09-25l2tp: fix race between l2tp_session_delete() and l2tp_tunnel_closeall()Guillaume Nault1-0/+1
2017-09-03l2tp: pass tunnel pointer to ->session_create()Guillaume Nault1-1/+3
2017-09-03l2tp: prevent creation of sessions on terminated tunnelsGuillaume Nault1-0/+4