summaryrefslogtreecommitdiffstats
path: root/net/l2tp
Commit message (Expand)AuthorAgeFilesLines
* l2tp: fix tunnel lookup use-after-free raceJames Chapman2018-06-161-7/+7
* l2tp: fix race in pppol2tp_release with session object destroyJames Chapman2018-06-161-25/+27
* l2tp: fix races with tunnel socket closeJames Chapman2018-06-164-116/+42
* l2tp: don't use inet_shutdown on ppp session destroyJames Chapman2018-06-161-10/+0
* l2tp: don't use inet_shutdown on tunnel destroyJames Chapman2018-06-161-9/+2
* l2tp: avoid using ->tunnel_sock for getting session's parent tunnelGuillaume Nault2018-06-161-54/+12
* l2tp: don't close sessions in l2tp_tunnel_destruct()Guillaume Nault2018-06-161-2/+0
* l2tp: remove l2tp_tunnel_count and l2tp_session_countGuillaume Nault2018-06-161-10/+0
* l2tp: initialise PPP sessions before registering themGuillaume Nault2018-02-131-31/+38
* l2tp: protect sock pointer of struct pppol2tp_session with RCUGuillaume Nault2018-02-131-53/+101
* l2tp: initialise l2tp_eth sessions before registering themGuillaume Nault2018-02-131-32/+76
* l2tp: don't register sessions in l2tp_session_create()Guillaume Nault2018-02-134-20/+36
* l2tp: ensure sessions are freed after their PPPOL2TP socketGuillaume Nault2018-02-131-4/+4
* l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6Guillaume Nault2018-01-012-29/+16
* l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6Guillaume Nault2018-01-012-4/+6
* l2tp: hold socket before dropping lock in l2tp_ip{, 6}_recv()Guillaume Nault2018-01-012-10/+12
* l2tp: hold tunnel in pppol2tp_connect()Guillaume Nault2018-01-011-1/+6
* l2tp: check ps->sock before running pppol2tp_session_ioctl()Guillaume Nault2018-01-011-0/+3
* l2tp: fix l2tp_eth module loadingGuillaume Nault2018-01-011-49/+2
* l2tp: fix race condition in l2tp_tunnel_deleteSabrina Dubroca2018-01-012-7/+8
* l2tp: pass tunnel pointer to ->session_create()Guillaume Nault2017-11-264-25/+17
* l2tp: prevent creation of sessions on terminated tunnelsGuillaume Nault2017-11-262-13/+32
* l2tp: hold tunnel used while creating sessions with netlinkGuillaume Nault2017-11-111-9/+12
* l2tp: remove useless duplicate session detection in l2tp_netlinkGuillaume Nault2017-11-111-6/+0
* l2tp: hold tunnel while handling genl TUNNEL_GET commandsGuillaume Nault2017-11-111-12/+15
* l2tp: hold tunnel while handling genl tunnel updatesGuillaume Nault2017-11-111-2/+4
* l2tp: hold tunnel while processing genl delete commandGuillaume Nault2017-11-111-2/+4
* l2tp: hold tunnel while looking up sessions in l2tp_netlinkGuillaume Nault2017-11-113-47/+38
* l2tp: define parameters of l2tp_session_get*() as "const"Guillaume Nault2017-11-112-5/+7
* l2tp: initialise session's refcount before making it reachableGuillaume Nault2017-11-111-4/+2
* l2tp: avoid use-after-free caused by l2tp_ip_backlog_recvPaul Hüber2017-10-121-1/+1
* l2tp: cast l2tp traffic counter to unsignedDominik Heidler2017-09-151-6/+7
* l2tp: don't mask errors in pppol2tp_getsockopt()Guillaume Nault2017-07-181-1/+6
* l2tp: don't mask errors in pppol2tp_setsockopt()Guillaume Nault2017-07-181-2/+0
* l2tp: take reference on sessions being dumpedGuillaume Nault2017-07-185-11/+27
* l2tp: take a reference on sessions used in genetlink handlersGuillaume Nault2017-07-183-16/+35
* l2tp: fix duplicate session creationGuillaume Nault2017-07-183-56/+84
* l2tp: ensure session can't get removed during pppol2tp_session_ioctl()Guillaume Nault2017-07-181-4/+11
* l2tp: fix race in l2tp_recv_common()Guillaume Nault2017-07-184-23/+88
* l2tp: purge socket queues in the .destruct() callbackGuillaume Nault2017-07-181-3/+4
* l2tp: Avoid schedule while atomic in exit_netRidge Kennedy2017-06-051-1/+3
* l2tp: do not use udp_ioctl()Eric Dumazet2017-03-163-2/+28
* l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind()Guillaume Nault2017-02-232-4/+6
* l2tp: fix use-after-free during module unloadSabrina Dubroca2016-11-201-0/+3
* l2tp: Correctly return -EBADF from pppol2tp_getname.phil.turnbull@oracle.com2016-11-201-5/+2
* ipv6: l2tp: fix a potential issue in l2tp_ip6_recvHaishuang Yan2016-05-011-3/+5
* ipv4: l2tp: fix a potential issue in l2tp_ip_recvHaishuang Yan2016-05-011-3/+5
* ipv6: add complete rcu protection around np->optEric Dumazet2015-12-181-2/+6
* l2tp: protect tunnel->del_work by ref_countAlexander Couzens2015-10-281-2/+9
* l2tp: fix race while getting PMTU on PPP pseudo-wireGuillaume Nault2014-10-151-1/+2