summaryrefslogtreecommitdiffstats
path: root/net/l2tp
Commit message (Expand)AuthorAgeFilesLines
* 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
* net/l2tp: don't fall back on UDP [get|set]sockoptSasha Levin2014-07-141-2/+2
* l2tp: call udp{6}_set_csumTom Herbert2014-06-041-49/+5
* l2tp: Add support for zero IPv6 checksumsTom Herbert2014-05-233-2/+18
* net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert2014-05-232-4/+3
* net: Eliminate no_check from protoswTom Herbert2014-05-232-2/+0
* net: rename local_df to ignore_dfWANG Cong2014-05-121-1/+1
* l2tp: Remove UDP checksum verificationTom Herbert2014-05-081-56/+1
* net: ipv6: Introduce ip6_sk_dst_hoplimit.Lorenzo Colitti2014-04-301-8/+2