summaryrefslogtreecommitdiff
path: root/net/l2tp/l2tp_core.h
AgeCommit message (Expand)Author
2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao
2021-11-29net/l2tp: convert tunnel rwlock_t to rcuTom Parkin
2021-03-03net: l2tp: reduce log level of messages in receive path, add counter insteadMatthias Schiffer
2020-09-03l2tp: make magic feather checks more usefulTom Parkin
2020-09-03l2tp: drop net argument from l2tp_tunnel_createTom Parkin
2020-09-03l2tp: remove header length param from l2tp_xmit_skbTom Parkin
2020-08-22l2tp: remove tunnel and session debug flags fieldTom Parkin
2020-08-22l2tp: remove custom logging macrosTom Parkin
2020-08-22l2tp: add tracepoint definitions in trace.hTom Parkin
2020-07-30l2tp: improve API documentation in l2tp_core.hTom Parkin
2020-07-30l2tp: remove build_header callback in struct l2tp_sessionTom Parkin
2020-07-30l2tp: return void from l2tp_session_deleteTom Parkin
2020-07-30l2tp: don't export tunnel and session free functionsTom Parkin
2020-07-30l2tp: don't export __l2tp_session_unhashTom Parkin
2020-07-22l2tp: prefer using BIT macroTom Parkin
2020-07-22l2tp: add identifier name in function pointer prototypeTom Parkin
2020-07-22l2tp: cleanup commentsTom Parkin
2020-02-28l2tp: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-01-30l2tp: fix reading optional fields of L2TPv3Jacob Wen
2018-08-13l2tp: fix unused function warningArnd Bergmann
2018-08-11l2tp: split l2tp_session_get()Guillaume Nault
2018-08-11l2tp: define l2tp_tunnel_uses_xfrm()Guillaume Nault
2018-08-03l2tp: ignore L2TP_ATTR_MTUGuillaume Nault
2018-08-03l2tp: define l2tp_tunnel_dst_mtu()Guillaume Nault
2018-07-27l2tp: drop ->mru from struct l2tp_sessionGuillaume Nault
2018-07-27l2tp: ignore L2TP_ATTR_VLAN_ID netlink attributeGuillaume Nault
2018-07-27l2tp: ignore L2TP_ATTR_DATA_SEQ netlink attributeGuillaume Nault
2018-07-26l2tp: remove ->recv_payload_hookGuillaume Nault
2018-06-26l2tp: don't export l2tp_tunnel_closeall()Guillaume Nault
2018-06-26l2tp: don't export l2tp_session_queue_purge()Guillaume Nault
2018-06-26l2tp: remove l2tp_tunnel_priv()Guillaume Nault
2018-06-26l2tp: remove .show from struct l2tp_tunnelGuillaume Nault
2018-04-13l2tp: hold reference on tunnels printed in l2tp/tunnels debugfs fileGuillaume Nault
2018-04-13l2tp: hold reference on tunnels in netlink dumpsGuillaume Nault
2018-04-11l2tp: fix race in duplicate tunnel detectionGuillaume Nault
2018-04-11l2tp: fix races in tunnel creationGuillaume Nault
2018-03-12l2tp: fix races with ipv4-mapped ipv6 addressesPaolo Abeni
2018-02-26l2tp: fix races with tunnel socket closeJames Chapman
2018-01-19l2tp: remove l2specific_len configurable parameterLorenzo Bianconi
2018-01-19l2tp: remove l2specific_len dependency in l2tp_coreLorenzo Bianconi
2018-01-05l2tp: remove configurable payload offsetJames Chapman
2018-01-05l2tp: revert "l2tp: add peer_offset parameter"James Chapman
2017-12-27l2tp: add peer_offset parameterLorenzo Bianconi
2017-11-01l2tp: remove l2tp specific refcount debuggingGuillaume Nault
2017-11-01l2tp: remove ->ref() and ->deref()Guillaume Nault
2017-10-29l2tp: don't register sessions in l2tp_session_create()Guillaume Nault
2017-09-26l2tp: fix race condition in l2tp_tunnel_deleteSabrina Dubroca
2017-09-25l2tp: fix race between l2tp_session_delete() and l2tp_tunnel_closeall()Guillaume Nault
2017-09-03l2tp: pass tunnel pointer to ->session_create()Guillaume Nault