index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
l2tp
/
l2tp_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-22
net: Use helpers to get/set UDP len tree-wide
Alice Mikityanska
1
-1
/
+1
2026-05-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+6
2026-05-26
l2tp: use refcount_inc_not_zero in l2tp_session_get_by_ifname
Michael Bommarito
1
-5
/
+6
2026-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2026-05-21
l2tp: use list_del_rcu in l2tp_session_unhash
Michael Bommarito
1
-1
/
+1
2026-05-05
udp_tunnel: Pass struct sock to setup_udp_tunnel_sock().
Kuniyuki Iwashima
1
-1
/
+1
2026-04-09
l2tp: Drop large packets with UDP encap
Alice Mikityanska
1
-0
/
+5
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2026-01-19
l2tp: avoid one data-race in l2tp_tunnel_del_work()
Eric Dumazet
1
-2
/
+2
2026-01-15
l2tp: Fix memleak in l2tp_udp_encap_recv().
Kuniyuki Iwashima
1
-1
/
+3
2025-11-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+3
2025-11-20
l2tp: reset skb control buffer on xmit
David Bauer
1
-3
/
+3
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
1
-2
/
+2
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
1
-2
/
+2
2024-11-26
net/l2tp: fix warning in l2tp_exit_net found by syzbot
James Chapman
1
-3
/
+19
2024-09-04
l2tp: remove unneeded null check in l2tp_v2_session_get_next
James Chapman
1
-1
/
+1
2024-08-27
l2tp: avoid using drain_workqueue in l2tp_pre_exit_net
James Chapman
1
-6
/
+9
2024-08-26
l2tp: avoid overriding sk->sk_user_data
Cong Wang
1
-0
/
+3
2024-08-11
l2tp: flush workqueue before draining it
James Chapman
1
-1
/
+9
2024-08-11
l2tp: improve tunnel/session refcount helpers
James Chapman
1
-32
/
+20
2024-08-11
l2tp: use get_next APIs for management requests and procfs/debugfs
James Chapman
1
-40
/
+0
2024-08-11
l2tp: add tunnel/session get_next helpers
James Chapman
1
-0
/
+126
2024-08-11
l2tp: handle hash key collisions in l2tp_v3_session_get
James Chapman
1
-1
/
+2
2024-08-11
l2tp: remove inline from functions in c sources
James Chapman
1
-3
/
+3
2024-08-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+13
2024-08-08
l2tp: fix lockdep splat
James Chapman
1
-2
/
+13
2024-07-31
l2tp: use pre_exit pernet hook to avoid rcu_barrier
James Chapman
1
-2
/
+7
2024-07-31
l2tp: add idr consistency check in session_register
James Chapman
1
-2
/
+9
2024-07-31
l2tp: use rcu list add/del when updating lists
James Chapman
1
-6
/
+6
2024-07-31
l2tp: prevent possible tunnel refcount underflow
James Chapman
1
-7
/
+17
2024-07-31
l2tp: free sessions using rcu
James Chapman
1
-3
/
+1
2024-07-31
l2tp: delete sessions using work queue
James Chapman
1
-16
/
+20
2024-07-31
l2tp: simplify tunnel and socket cleanup
James Chapman
1
-61
/
+21
2024-07-31
l2tp: remove unused tunnel magic field
James Chapman
1
-1
/
+0
2024-07-31
l2tp: don't set sk_user_data in tunnel socket
James Chapman
1
-4
/
+6
2024-07-31
l2tp: lookup tunnel from socket without using sk_user_data
James Chapman
1
-9
/
+43
2024-07-23
l2tp: make session IDR and tunnel session list coherent
James Chapman
1
-18
/
+14
2024-07-12
l2tp: fix l2tp_session_register with colliding l2tpv3 IDs
James Chapman
1
-8
/
+10
2024-07-09
l2tp: fix possible UAF when cleaning up tunnels
James Chapman
1
-4
/
+7
2024-07-04
l2tp: Remove duplicate included header file trace.h
Thorsten Blum
1
-1
/
+0
2024-06-25
l2tp: remove incorrect __rcu attribute
James Chapman
1
-1
/
+1
2024-06-21
l2tp: replace hlist with simple list for per-tunnel session list
James Chapman
1
-70
/
+37
2024-06-21
l2tp: drop the now unused l2tp_tunnel_get_session
James Chapman
1
-22
/
+0
2024-06-21
l2tp: use IDR for all session lookups
James Chapman
1
-0
/
+10
2024-06-21
l2tp: don't use sk_user_data in l2tp_udp_encap_err_recv
James Chapman
1
-6
/
+0
2024-06-21
l2tp: refactor udp recv to lookup to not use sk_user_data
James Chapman
1
-75
/
+21
2024-06-21
l2tp: store l2tpv2 sessions in per-net IDR
James Chapman
1
-15
/
+55
2024-06-21
l2tp: store l2tpv3 sessions in per-net IDR
James Chapman
1
-64
/
+174
2024-06-21
l2tp: remove unused list_head member in l2tp_tunnel
James Chapman
1
-2
/
+0
[next]