aboutsummaryrefslogtreecommitdiffstats
path: root/net/l2tp/l2tp_core.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-28l2tp: hold tunnel while looking up sessions in l2tp_netlinkGuillaume Nault1-0/+13
2017-07-04net, l2tp: convert l2tp_session.ref_count from atomic_t to refcount_tReshetova, Elena1-5/+5
2017-07-04net, l2tp: convert l2tp_tunnel.ref_count from atomic_t to refcount_tReshetova, Elena1-1/+2
2017-04-12l2tp: define parameters of l2tp_tunnel_find*() as "const"Guillaume Nault1-2/+2
2017-04-12l2tp: define parameters of l2tp_session_get*() as "const"Guillaume Nault1-2/+3
2017-04-11l2tp: remove l2tp_session_find()Guillaume Nault1-3/+0
2017-04-04l2tp: take reference on sessions being dumpedGuillaume Nault1-1/+2
2017-04-01l2tp: take a reference on sessions used in genetlink handlersGuillaume Nault1-1/+2
2017-04-01l2tp: fix race in l2tp_recv_common()Guillaume Nault1-0/+3
2017-02-10l2tp: do not use udp_ioctl()Eric Dumazet1-0/+1
2016-12-10net: l2tp: export debug flags to UAPIAsbjørn Sloth Tønnesen1-10/+0
2016-09-10l2tp: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2015-09-25l2tp: auto load type modulesstephen hemminger1-0/+3
2014-05-23l2tp: Add support for zero IPv6 checksumsTom Herbert1-1/+3
2014-03-06l2tp: fix manual sequencing (de)activation in L2TPv2Guillaume Nault1-0/+1
2014-01-13l2tp: make local functions staticstephen hemminger1-2/+0
2013-10-19net: misc: Remove extern from function prototypesJoe Perches1-23/+34
2013-10-02l2tp: fix kernel panic when using IPv4-mapped IPv6 addressesFrançois Cachereul1-0/+3