summaryrefslogtreecommitdiff
path: root/net/l2tp
AgeCommit message (Expand)Author
2020-04-13l2tp: fix race between l2tp_session_delete() and l2tp_tunnel_closeall()Guillaume Nault
2020-04-13l2tp: ensure sessions are freed after their PPPOL2TP socketGuillaume Nault
2020-04-13l2tp: Refactor the codes with existing macros instead of literal numberGao Feng
2020-04-13l2tp: fix duplicate session creationGuillaume Nault
2020-04-13l2tp: ensure session can't get removed during pppol2tp_session_ioctl()Guillaume Nault
2020-04-13l2tp: fix race in l2tp_recv_common()Guillaume Nault
2020-04-13net: l2tp: Make l2tp_ip6 namespace awareShmulik Ladkani
2020-04-13l2tp: Correctly return -EBADF from pppol2tp_getname.phil.turnbull@oracle.com
2019-08-11compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann
2019-03-23l2tp: fix infoleak in l2tp_ip6_recvmsg()Eric Dumazet
2019-02-06l2tp: fix reading optional fields of L2TPv3Jacob Wen
2019-02-06l2tp: remove l2specific_len dependency in l2tp_coreLorenzo Bianconi
2019-02-06l2tp: copy 4 more bytes to linear part if necessaryJacob Wen
2018-11-10l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6Guillaume Nault
2018-11-10l2tp: hold socket before dropping lock in l2tp_ip{, 6}_recv()Guillaume Nault
2018-08-22l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cacheWei Wang
2018-05-26l2tp: revert "l2tp: fix missing print session offset info"James Chapman
2018-04-29l2tp: check sockaddr length in pppol2tp_connect()Guillaume Nault
2018-04-13l2tp: fix missing print session offset infoHangbin Liu
2018-03-31l2tp: do not accept arbitrary socketsEric Dumazet
2017-12-20l2tp: cleanup l2tp_tunnel_delete callsJiri Slaby
2017-11-18l2tp: check ps->sock before running pppol2tp_session_ioctl()Guillaume Nault
2017-10-21l2tp: fix race condition in l2tp_tunnel_deleteSabrina Dubroca
2017-10-21l2tp: Avoid schedule while atomic in exit_netRidge Kennedy
2017-05-02l2tp: fix PPP pseudo-wire auto-loadingGuillaume Nault
2017-05-02l2tp: take reference on sessions being dumpedGuillaume Nault
2017-05-02l2tp: purge socket queues in the .destruct() callbackGuillaume Nault
2017-03-22l2tp: avoid use-after-free caused by l2tp_ip_backlog_recvPaul Hüber
2017-02-18l2tp: do not use udp_ioctl()Eric Dumazet
2016-12-10l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind()Guillaume Nault
2016-06-24l2tp: fix configuration passed to setup_udp_tunnel_sock()Guillaume Nault
2016-04-20ipv6: l2tp: fix a potential issue in l2tp_ip6_recvHaishuang Yan
2016-04-20ipv4: l2tp: fix a potential issue in l2tp_ip_recvHaishuang Yan
2016-03-03l2tp: Fix error creating L2TP tunnelsMark Tomlinson
2015-12-02ipv6: add complete rcu protection around np->optEric Dumazet
2015-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-09-28l2tp: protect tunnel->del_work by ref_countAlexander Couzens
2015-09-25l2tp: auto load IP modulesstephen hemminger
2015-09-25l2tp: auto load type modulesstephen hemminger
2015-05-11net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-06l2tp: unregister l2tp_net_ops on failure pathWANG Cong
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc
2015-03-03l2tp: Use eth_<foo>_addr instead of memsetJoe Perches
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2014-12-31l2tp : multicast notification to the registered listenersBill Hong