index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
l2tp
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-13
l2tp: initialise PPP sessions before registering them
Guillaume Nault
1
-30
/
+38
2018-02-13
l2tp: protect sock pointer of struct pppol2tp_session with RCU
Guillaume Nault
1
-53
/
+101
2018-02-13
l2tp: initialise l2tp_eth sessions before registering them
Guillaume Nault
1
-30
/
+73
2018-02-13
l2tp: don't register sessions in l2tp_session_create()
Guillaume Nault
4
-20
/
+35
2018-02-13
l2tp: ensure sessions are freed after their PPPOL2TP socket
Guillaume Nault
1
-4
/
+4
2018-02-13
l2tp: push all ppp pseudowire shutdown through .release handler
Tom Parkin
1
-43
/
+10
2018-02-13
l2tp: purge session reorder queue on delete
Tom Parkin
1
-0
/
+4
2018-02-13
l2tp: add session reorder queue purge function to core
Tom Parkin
2
-0
/
+18
2018-01-01
l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6
Guillaume Nault
1
-14
/
+8
2018-01-01
l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6
Guillaume Nault
1
-2
/
+3
2018-01-01
l2tp: hold socket before dropping lock in l2tp_ip{, 6}_recv()
Guillaume Nault
1
-5
/
+6
2018-01-01
l2tp: hold tunnel in pppol2tp_connect()
Guillaume Nault
1
-1
/
+6
2018-01-01
l2tp: check ps->sock before running pppol2tp_session_ioctl()
Guillaume Nault
1
-0
/
+3
2018-01-01
l2tp: fix l2tp_eth module loading
Guillaume Nault
1
-49
/
+2
2017-11-26
l2tp: pass tunnel pointer to ->session_create()
Guillaume Nault
4
-25
/
+17
2017-11-26
l2tp: prevent creation of sessions on terminated tunnels
Guillaume Nault
2
-12
/
+30
2017-11-11
l2tp: hold tunnel used while creating sessions with netlink
Guillaume Nault
1
-9
/
+12
2017-11-11
l2tp: remove useless duplicate session detection in l2tp_netlink
Guillaume Nault
1
-6
/
+0
2017-11-11
l2tp: hold tunnel while handling genl TUNNEL_GET commands
Guillaume Nault
1
-12
/
+15
2017-11-11
l2tp: hold tunnel while handling genl tunnel updates
Guillaume Nault
1
-2
/
+4
2017-11-11
l2tp: hold tunnel while processing genl delete command
Guillaume Nault
1
-2
/
+4
2017-11-11
l2tp: hold tunnel while looking up sessions in l2tp_netlink
Guillaume Nault
3
-31
/
+41
2017-11-11
l2tp: define parameters of l2tp_session_get*() as "const"
Guillaume Nault
2
-5
/
+7
2017-11-11
l2tp: initialise session's refcount before making it reachable
Guillaume Nault
1
-4
/
+2
2017-10-12
l2tp: avoid use-after-free caused by l2tp_ip_backlog_recv
Paul Hüber
1
-1
/
+1
2017-07-18
l2tp: don't mask errors in pppol2tp_getsockopt()
Guillaume Nault
1
-1
/
+6
2017-07-18
l2tp: don't mask errors in pppol2tp_setsockopt()
Guillaume Nault
1
-2
/
+0
2017-07-18
l2tp: take reference on sessions being dumped
Guillaume Nault
5
-11
/
+27
2017-07-18
l2tp: take a reference on sessions used in genetlink handlers
Guillaume Nault
3
-16
/
+35
2017-07-18
l2tp: fix duplicate session creation
Guillaume Nault
3
-56
/
+85
2017-07-18
l2tp: ensure session can't get removed during pppol2tp_session_ioctl()
Guillaume Nault
1
-4
/
+11
2017-07-18
l2tp: fix race in l2tp_recv_common()
Guillaume Nault
3
-18
/
+76
2017-04-04
l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind()
Guillaume Nault
1
-2
/
+3
2017-03-16
l2tp: do not use udp_ioctl()
Eric Dumazet
2
-1
/
+27
2016-11-20
l2tp: Correctly return -EBADF from pppol2tp_getname.
phil.turnbull@oracle.com
1
-5
/
+2
2016-05-01
ipv4: l2tp: fix a potential issue in l2tp_ip_recv
Haishuang Yan
1
-3
/
+5
2014-11-05
l2tp: fix race while getting PMTU on PPP pseudo-wire
Guillaume Nault
1
-1
/
+2
2014-08-06
net/l2tp: don't fall back on UDP [get|set]sockopt
Sasha Levin
1
-2
/
+2
2014-06-09
l2tp: take PMTU from tunnel UDP socket
Dmitry Petukhov
1
-2
/
+2
2014-01-03
net: rework recvmsg handler msg_name and msg_namelen logic
Hannes Frederic Sowa
1
-2
/
+0
2014-01-03
inet: prevent leakage of uninitialized memory to user in recv syscalls
Hannes Frederic Sowa
1
-3
/
+1
2013-11-28
l2tp: must disable bh before calling l2tp_xmit_skb()
Eric Dumazet
1
-0
/
+4
2013-08-02
l2tp: add missing .owner to struct pppox_proto
Wei Yongjun
1
-1
/
+2
2013-06-29
l2tp: Fix sendmsg() return value
Guillaume Nault
1
-1
/
+1
2013-06-29
l2tp: Fix PPP header erasure and memory leak
Guillaume Nault
1
-2
/
+2
2013-03-27
l2tp: Restore socket refcount when sendmsg succeeds
Guillaume Nault
1
-0
/
+1
2012-11-16
l2tp: fix oops in l2tp_eth_create() error path
Tom Parkin
1
-0
/
+1
2012-10-10
l2tp: fix a typo in l2tp_eth_dev_recv()
Eric Dumazet
1
-1
/
+1
2012-09-19
l2tp: avoid to use synchronize_rcu in tunnel free function
xeb@mail.ru
2
-2
/
+2
2012-07-12
l2tp: fix a race in l2tp_ip_sendmsg()
Eric Dumazet
1
-3
/
+6
[next]