summaryrefslogtreecommitdiff
path: root/net/l2tp
AgeCommit message (Expand)Author
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
2017-11-11l2tp: hold tunnel while looking up sessions in l2tp_netlinkGuillaume Nault
2017-11-11l2tp: define parameters of l2tp_session_get*() as "const"Guillaume Nault
2017-11-11l2tp: initialise session's refcount before making it reachableGuillaume Nault
2017-10-12l2tp: avoid use-after-free caused by l2tp_ip_backlog_recvPaul Hüber
2017-07-18l2tp: don't mask errors in pppol2tp_getsockopt()Guillaume Nault
2017-07-18l2tp: don't mask errors in pppol2tp_setsockopt()Guillaume Nault
2017-07-18l2tp: take reference on sessions being dumpedGuillaume Nault
2017-07-18l2tp: take a reference on sessions used in genetlink handlersGuillaume Nault
2017-07-18l2tp: fix duplicate session creationGuillaume Nault
2017-07-18l2tp: ensure session can't get removed during pppol2tp_session_ioctl()Guillaume Nault
2017-07-18l2tp: fix race in l2tp_recv_common()Guillaume Nault
2017-04-04l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind()Guillaume Nault
2017-03-16l2tp: do not use udp_ioctl()Eric Dumazet
2016-11-20l2tp: Correctly return -EBADF from pppol2tp_getname.phil.turnbull@oracle.com
2016-05-01ipv4: l2tp: fix a potential issue in l2tp_ip_recvHaishuang Yan
2014-11-05l2tp: fix race while getting PMTU on PPP pseudo-wireGuillaume Nault
2014-08-06net/l2tp: don't fall back on UDP [get|set]sockoptSasha Levin
2014-06-09l2tp: take PMTU from tunnel UDP socketDmitry Petukhov
2014-01-03net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2014-01-03inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa
2013-11-28l2tp: must disable bh before calling l2tp_xmit_skb()Eric Dumazet
2013-08-02l2tp: add missing .owner to struct pppox_protoWei Yongjun
2013-06-29l2tp: Fix sendmsg() return valueGuillaume Nault
2013-06-29l2tp: Fix PPP header erasure and memory leakGuillaume Nault
2013-03-27l2tp: Restore socket refcount when sendmsg succeedsGuillaume Nault
2012-11-16l2tp: fix oops in l2tp_eth_create() error pathTom Parkin
2012-10-10l2tp: fix a typo in l2tp_eth_dev_recv()Eric Dumazet
2012-09-19l2tp: avoid to use synchronize_rcu in tunnel free functionxeb@mail.ru
2012-07-12l2tp: fix a race in l2tp_ip_sendmsg()Eric Dumazet
2012-07-12net: l2tp_eth: fix kernel panic on rmmod l2tp_ethEric Dumazet
2012-06-10l2tp: fix oops in L2TP IP sockets for connect() AF_UNSPEC caseJames Chapman
2012-05-20net: l2tp: unlock socket lock before returning from l2tp_ip_sendmsgSasha Levin
2012-04-02Fix pppol2tp getsockname()Benjamin LaHaise
2012-02-03l2tp: l2tp_ip - fix possible oops on packet receiveJames Chapman
2011-11-26l2tp: ensure sk->dst is still validFlorian Westphal
2011-11-08l2tp: fix l2tp_udp_recv_core()Eric Dumazet
2011-11-03l2tp: fix race in l2tp_recv_dequeue()Eric Dumazet
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-10-18l2tp: give proper headroom in pppol2tp_xmit()Eric Dumazet
2011-10-18l2tp: fix a potential skb leak in l2tp_xmit_skb()Eric Dumazet
2011-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman
2011-07-26atomic: use <linux/atomic.h>Arun Sharma