summaryrefslogtreecommitdiff
path: root/net/l2tp/l2tp_core.h
AgeCommit message (Expand)Author
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
2017-09-03l2tp: prevent creation of sessions on terminated tunnelsGuillaume Nault
2017-08-28l2tp: hold tunnel while looking up sessions in l2tp_netlinkGuillaume Nault
2017-07-04net, l2tp: convert l2tp_session.ref_count from atomic_t to refcount_tReshetova, Elena
2017-07-04net, l2tp: convert l2tp_tunnel.ref_count from atomic_t to refcount_tReshetova, Elena
2017-04-12l2tp: define parameters of l2tp_tunnel_find*() as "const"Guillaume Nault
2017-04-12l2tp: define parameters of l2tp_session_get*() as "const"Guillaume Nault
2017-04-11l2tp: remove l2tp_session_find()Guillaume Nault
2017-04-04l2tp: take reference on sessions being dumpedGuillaume Nault
2017-04-01l2tp: take a reference on sessions used in genetlink handlersGuillaume Nault
2017-04-01l2tp: fix race in l2tp_recv_common()Guillaume Nault
2017-02-10l2tp: do not use udp_ioctl()Eric Dumazet
2016-12-10net: l2tp: export debug flags to UAPIAsbjørn Sloth Tønnesen
2016-09-10l2tp: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2015-09-25l2tp: auto load type modulesstephen hemminger
2014-05-23l2tp: Add support for zero IPv6 checksumsTom Herbert
2014-03-06l2tp: fix manual sequencing (de)activation in L2TPv2Guillaume Nault
2014-01-13l2tp: make local functions staticstephen hemminger
2013-10-19net: misc: Remove extern from function prototypesJoe Perches
2013-10-02l2tp: fix kernel panic when using IPv4-mapped IPv6 addressesFrançois Cachereul
2013-07-02l2tp: make datapath resilient to packet loss when sequence numbers enabledJames Chapman