index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
l2tp
/
l2tp_core.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/l2tp: fix warning in l2tp_exit_net found by syzbot
James Chapman
2024-11-26
1
-3
/
+19
*
l2tp: remove unneeded null check in l2tp_v2_session_get_next
James Chapman
2024-09-05
1
-1
/
+1
*
l2tp: avoid using drain_workqueue in l2tp_pre_exit_net
James Chapman
2024-08-27
1
-6
/
+9
*
l2tp: avoid overriding sk->sk_user_data
Cong Wang
2024-08-26
1
-0
/
+3
*
l2tp: flush workqueue before draining it
James Chapman
2024-08-11
1
-1
/
+9
*
l2tp: improve tunnel/session refcount helpers
James Chapman
2024-08-11
1
-32
/
+20
*
l2tp: use get_next APIs for management requests and procfs/debugfs
James Chapman
2024-08-11
1
-40
/
+0
*
l2tp: add tunnel/session get_next helpers
James Chapman
2024-08-11
1
-0
/
+126
*
l2tp: handle hash key collisions in l2tp_v3_session_get
James Chapman
2024-08-11
1
-1
/
+2
*
l2tp: remove inline from functions in c sources
James Chapman
2024-08-11
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-08-08
1
-2
/
+13
|
\
|
*
l2tp: fix lockdep splat
James Chapman
2024-08-08
1
-2
/
+13
*
|
l2tp: use pre_exit pernet hook to avoid rcu_barrier
James Chapman
2024-07-31
1
-2
/
+7
*
|
l2tp: add idr consistency check in session_register
James Chapman
2024-07-31
1
-2
/
+9
*
|
l2tp: use rcu list add/del when updating lists
James Chapman
2024-07-31
1
-6
/
+6
*
|
l2tp: prevent possible tunnel refcount underflow
James Chapman
2024-07-31
1
-7
/
+17
*
|
l2tp: free sessions using rcu
James Chapman
2024-07-31
1
-3
/
+1
*
|
l2tp: delete sessions using work queue
James Chapman
2024-07-31
1
-16
/
+20
*
|
l2tp: simplify tunnel and socket cleanup
James Chapman
2024-07-31
1
-61
/
+21
*
|
l2tp: remove unused tunnel magic field
James Chapman
2024-07-31
1
-1
/
+0
*
|
l2tp: don't set sk_user_data in tunnel socket
James Chapman
2024-07-31
1
-4
/
+6
*
|
l2tp: lookup tunnel from socket without using sk_user_data
James Chapman
2024-07-31
1
-9
/
+43
|
/
*
l2tp: make session IDR and tunnel session list coherent
James Chapman
2024-07-23
1
-18
/
+14
*
l2tp: fix l2tp_session_register with colliding l2tpv3 IDs
James Chapman
2024-07-12
1
-8
/
+10
*
l2tp: fix possible UAF when cleaning up tunnels
James Chapman
2024-07-09
1
-4
/
+7
*
l2tp: Remove duplicate included header file trace.h
Thorsten Blum
2024-07-04
1
-1
/
+0
*
l2tp: remove incorrect __rcu attribute
James Chapman
2024-06-25
1
-1
/
+1
*
l2tp: replace hlist with simple list for per-tunnel session list
James Chapman
2024-06-21
1
-71
/
+38
*
l2tp: drop the now unused l2tp_tunnel_get_session
James Chapman
2024-06-21
1
-22
/
+0
*
l2tp: use IDR for all session lookups
James Chapman
2024-06-21
1
-0
/
+10
*
l2tp: don't use sk_user_data in l2tp_udp_encap_err_recv
James Chapman
2024-06-21
1
-6
/
+0
*
l2tp: refactor udp recv to lookup to not use sk_user_data
James Chapman
2024-06-21
1
-75
/
+21
*
l2tp: store l2tpv2 sessions in per-net IDR
James Chapman
2024-06-21
1
-15
/
+55
*
l2tp: store l2tpv3 sessions in per-net IDR
James Chapman
2024-06-21
1
-65
/
+175
*
l2tp: remove unused list_head member in l2tp_tunnel
James Chapman
2024-06-21
1
-2
/
+0
*
l2tp: fix ICMP error handling for UDP-encap sockets
Tom Parkin
2024-05-17
1
-11
/
+33
*
l2tp: Support different protocol versions with same IP/port quadruple
Samuel Thibault
2024-05-14
1
-8
/
+10
*
l2tp: Support several sockets with same IP/port quadruple
Samuel Thibault
2024-05-09
1
-0
/
+21
*
udp: annotate data-races around udp->encap_type
Eric Dumazet
2023-09-14
1
-3
/
+3
*
l2tp: prevent lockdep issue in l2tp_tunnel_register()
Eric Dumazet
2023-01-18
1
-3
/
+2
*
l2tp: close all race conditions in l2tp_tunnel_register()
Cong Wang
2023-01-16
1
-14
/
+14
*
l2tp: convert l2tp_tunnel_list to idr
Cong Wang
2023-01-16
1
-43
/
+42
*
l2tp: Don't sleep and disable BH under writer-side sk_callback_lock
Jakub Sitnicki
2022-11-23
1
-8
/
+9
*
l2tp: Serialize access to sk_user_data with sk_callback_lock
Jakub Sitnicki
2022-11-16
1
-6
/
+13
*
net/l2tp: convert tunnel rwlock_t to rcu
Tom Parkin
2021-11-29
1
-27
/
+25
*
net/l2tp: Fix reference count leak in l2tp_udp_recv_core
Xiyu Yang
2021-09-09
1
-1
/
+3
*
net: fix a concurrency bug in l2tp_tunnel_register()
Gong, Sishuai
2021-04-27
1
-5
/
+5
*
net: l2tp: Fix a typo
Bhaskar Chowdhury
2021-03-22
1
-1
/
+1
*
net: l2tp: reduce log level of messages in receive path, add counter instead
Matthias Schiffer
2021-03-04
1
-19
/
+22
*
l2tp: fix up inconsistent rx/tx statistics
Tom Parkin
2020-09-18
1
-3
/
+8
[next]