index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
l2tp
Age
Commit message (
Expand
)
Author
2018-02-13
l2tp: initialise PPP sessions before registering them
Guillaume Nault
2018-02-13
l2tp: protect sock pointer of struct pppol2tp_session with RCU
Guillaume Nault
2018-02-13
l2tp: initialise l2tp_eth sessions before registering them
Guillaume Nault
2018-02-13
l2tp: don't register sessions in l2tp_session_create()
Guillaume Nault
2018-02-13
l2tp: ensure sessions are freed after their PPPOL2TP socket
Guillaume Nault
2018-02-13
l2tp: push all ppp pseudowire shutdown through .release handler
Tom Parkin
2018-02-13
l2tp: purge session reorder queue on delete
Tom Parkin
2018-02-13
l2tp: add session reorder queue purge function to core
Tom Parkin
2018-01-01
l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6
Guillaume Nault
2018-01-01
l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6
Guillaume Nault
2018-01-01
l2tp: hold socket before dropping lock in l2tp_ip{, 6}_recv()
Guillaume Nault
2018-01-01
l2tp: hold tunnel in pppol2tp_connect()
Guillaume Nault
2018-01-01
l2tp: check ps->sock before running pppol2tp_session_ioctl()
Guillaume Nault
2018-01-01
l2tp: fix l2tp_eth module loading
Guillaume Nault
2017-11-26
l2tp: pass tunnel pointer to ->session_create()
Guillaume Nault
2017-11-26
l2tp: prevent creation of sessions on terminated tunnels
Guillaume Nault
2017-11-11
l2tp: hold tunnel used while creating sessions with netlink
Guillaume Nault
2017-11-11
l2tp: remove useless duplicate session detection in l2tp_netlink
Guillaume Nault
2017-11-11
l2tp: hold tunnel while handling genl TUNNEL_GET commands
Guillaume Nault
2017-11-11
l2tp: hold tunnel while handling genl tunnel updates
Guillaume Nault
2017-11-11
l2tp: hold tunnel while processing genl delete command
Guillaume Nault
2017-11-11
l2tp: hold tunnel while looking up sessions in l2tp_netlink
Guillaume Nault
2017-11-11
l2tp: define parameters of l2tp_session_get*() as "const"
Guillaume Nault
2017-11-11
l2tp: initialise session's refcount before making it reachable
Guillaume Nault
2017-10-12
l2tp: avoid use-after-free caused by l2tp_ip_backlog_recv
Paul Hüber
2017-07-18
l2tp: don't mask errors in pppol2tp_getsockopt()
Guillaume Nault
2017-07-18
l2tp: don't mask errors in pppol2tp_setsockopt()
Guillaume Nault
2017-07-18
l2tp: take reference on sessions being dumped
Guillaume Nault
2017-07-18
l2tp: take a reference on sessions used in genetlink handlers
Guillaume Nault
2017-07-18
l2tp: fix duplicate session creation
Guillaume Nault
2017-07-18
l2tp: ensure session can't get removed during pppol2tp_session_ioctl()
Guillaume Nault
2017-07-18
l2tp: fix race in l2tp_recv_common()
Guillaume Nault
2017-04-04
l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind()
Guillaume Nault
2017-03-16
l2tp: do not use udp_ioctl()
Eric Dumazet
2016-11-20
l2tp: Correctly return -EBADF from pppol2tp_getname.
phil.turnbull@oracle.com
2016-05-01
ipv4: l2tp: fix a potential issue in l2tp_ip_recv
Haishuang Yan
2014-11-05
l2tp: fix race while getting PMTU on PPP pseudo-wire
Guillaume Nault
2014-08-06
net/l2tp: don't fall back on UDP [get|set]sockopt
Sasha Levin
2014-06-09
l2tp: take PMTU from tunnel UDP socket
Dmitry Petukhov
2014-01-03
net: rework recvmsg handler msg_name and msg_namelen logic
Hannes Frederic Sowa
2014-01-03
inet: prevent leakage of uninitialized memory to user in recv syscalls
Hannes Frederic Sowa
2013-11-28
l2tp: must disable bh before calling l2tp_xmit_skb()
Eric Dumazet
2013-08-02
l2tp: add missing .owner to struct pppox_proto
Wei Yongjun
2013-06-29
l2tp: Fix sendmsg() return value
Guillaume Nault
2013-06-29
l2tp: Fix PPP header erasure and memory leak
Guillaume Nault
2013-03-27
l2tp: Restore socket refcount when sendmsg succeeds
Guillaume Nault
2012-11-16
l2tp: fix oops in l2tp_eth_create() error path
Tom Parkin
2012-10-10
l2tp: fix a typo in l2tp_eth_dev_recv()
Eric Dumazet
2012-09-19
l2tp: avoid to use synchronize_rcu in tunnel free function
xeb@mail.ru
2012-07-12
l2tp: fix a race in l2tp_ip_sendmsg()
Eric Dumazet
[next]