summaryrefslogtreecommitdiff
path: root/net/l2tp
AgeCommit message (Expand)Author
2019-08-13l2ip: fix possible use-after-freeEric Dumazet
2019-08-13l2tp: use rcu_dereference_sk_user_data() in l2tp_udp_encap_recv()Eric Dumazet
2019-07-09l2tp: fix infoleak in l2tp_ip6_recvmsg()Eric Dumazet
2019-05-02l2tp: copy 4 more bytes to linear part if necessaryJacob Wen
2019-02-11l2tp: fix a sock refcnt leak in l2tp_tunnel_registerXin Long
2018-12-16l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cacheWei Wang
2018-11-20l2tp: fix missing refcount drop in pppol2tp_tunnel_ioctl()Guillaume Nault
2018-11-20l2tp: filter out non-PPP sessions in pppol2tp_tunnel_ioctl()Guillaume Nault
2018-11-20l2tp: reject creation of non-PPP sessions on L2TPv2 tunnelsGuillaume Nault
2018-11-20l2tp: clean up stale tunnel or session in pppol2tp_connect's error pathGuillaume Nault
2018-11-20l2tp: prevent pppol2tp_connect() from creating kernel socketsGuillaume Nault
2018-11-20l2tp: only accept PPP sessions in pppol2tp_connect()Guillaume Nault
2018-11-20l2tp: fix pseudo-wire type for sessions created by pppol2tp_connect()Guillaume Nault
2018-11-20l2tp: fix refcount leakage on PPPoL2TP socketsGuillaume Nault
2018-10-21l2tp: check sockaddr length in pppol2tp_connect()Guillaume Nault
2018-10-21l2tp: fix {pppol2tp, l2tp_dfs}_seq_stop() in case of seq_file overflowGuillaume Nault
2018-10-21l2tp: hold reference on tunnels printed in l2tp/tunnels debugfs fileGuillaume Nault
2018-10-21l2tp: hold reference on tunnels printed in pppol2tp proc fileGuillaume Nault
2018-10-21l2tp: hold reference on tunnels in netlink dumpsGuillaume Nault
2018-10-21l2tp: fix race in duplicate tunnel detectionGuillaume Nault
2018-10-21l2tp: fix races in tunnel creationGuillaume Nault
2018-06-16l2tp: fix races with ipv4-mapped ipv6 addressesPaolo Abeni
2018-06-16l2tp: do not accept arbitrary socketsEric Dumazet
2018-06-16l2tp: fix tunnel lookup use-after-free raceJames Chapman
2018-06-16l2tp: fix race in pppol2tp_release with session object destroyJames Chapman
2018-06-16l2tp: fix races with tunnel socket closeJames Chapman
2018-06-16l2tp: don't use inet_shutdown on ppp session destroyJames Chapman
2018-06-16l2tp: don't use inet_shutdown on tunnel destroyJames Chapman
2018-06-16l2tp: avoid using ->tunnel_sock for getting session's parent tunnelGuillaume Nault
2018-06-16l2tp: don't close sessions in l2tp_tunnel_destruct()Guillaume Nault
2018-06-16l2tp: remove l2tp_tunnel_count and l2tp_session_countGuillaume Nault
2018-02-13l2tp: initialise PPP sessions before registering themGuillaume Nault
2018-02-13l2tp: protect sock pointer of struct pppol2tp_session with RCUGuillaume Nault
2018-02-13l2tp: initialise l2tp_eth sessions before registering themGuillaume Nault
2018-02-13l2tp: don't register sessions in l2tp_session_create()Guillaume Nault
2018-02-13l2tp: ensure sessions are freed after their PPPOL2TP socketGuillaume Nault
2018-01-01l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6Guillaume Nault
2018-01-01l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6Guillaume Nault
2018-01-01l2tp: hold socket before dropping lock in l2tp_ip{, 6}_recv()Guillaume Nault
2018-01-01l2tp: hold tunnel in pppol2tp_connect()Guillaume Nault
2018-01-01l2tp: check ps->sock before running pppol2tp_session_ioctl()Guillaume Nault
2018-01-01l2tp: fix l2tp_eth module loadingGuillaume Nault
2018-01-01l2tp: fix race condition in l2tp_tunnel_deleteSabrina Dubroca
2017-11-26l2tp: pass tunnel pointer to ->session_create()Guillaume Nault
2017-11-26l2tp: prevent creation of sessions on terminated tunnelsGuillaume Nault
2017-11-11l2tp: hold tunnel used while creating sessions with netlinkGuillaume Nault
2017-11-11l2tp: remove useless duplicate session detection in l2tp_netlinkGuillaume Nault
2017-11-11l2tp: hold tunnel while handling genl TUNNEL_GET commandsGuillaume Nault
2017-11-11l2tp: hold tunnel while handling genl tunnel updatesGuillaume Nault
2017-11-11l2tp: hold tunnel while processing genl delete commandGuillaume Nault