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