summaryrefslogtreecommitdiff
path: root/net/l2tp/l2tp_core.c
AgeCommit message (Expand)Author
2024-09-04l2tp: remove unneeded null check in l2tp_v2_session_get_nextJames Chapman
2024-08-27l2tp: avoid using drain_workqueue in l2tp_pre_exit_netJames Chapman
2024-08-26l2tp: avoid overriding sk->sk_user_dataCong Wang
2024-08-11l2tp: flush workqueue before draining itJames Chapman
2024-08-11l2tp: improve tunnel/session refcount helpersJames Chapman
2024-08-11l2tp: use get_next APIs for management requests and procfs/debugfsJames Chapman
2024-08-11l2tp: add tunnel/session get_next helpersJames Chapman
2024-08-11l2tp: handle hash key collisions in l2tp_v3_session_getJames Chapman
2024-08-11l2tp: remove inline from functions in c sourcesJames Chapman
2024-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-08l2tp: fix lockdep splatJames Chapman
2024-07-31l2tp: use pre_exit pernet hook to avoid rcu_barrierJames Chapman
2024-07-31l2tp: add idr consistency check in session_registerJames Chapman
2024-07-31l2tp: use rcu list add/del when updating listsJames Chapman
2024-07-31l2tp: prevent possible tunnel refcount underflowJames Chapman
2024-07-31l2tp: free sessions using rcuJames Chapman
2024-07-31l2tp: delete sessions using work queueJames Chapman
2024-07-31l2tp: simplify tunnel and socket cleanupJames Chapman
2024-07-31l2tp: remove unused tunnel magic fieldJames Chapman
2024-07-31l2tp: don't set sk_user_data in tunnel socketJames Chapman
2024-07-31l2tp: lookup tunnel from socket without using sk_user_dataJames Chapman
2024-07-23l2tp: make session IDR and tunnel session list coherentJames Chapman
2024-07-12l2tp: fix l2tp_session_register with colliding l2tpv3 IDsJames Chapman
2024-07-09l2tp: fix possible UAF when cleaning up tunnelsJames Chapman
2024-07-04l2tp: Remove duplicate included header file trace.hThorsten Blum
2024-06-25l2tp: remove incorrect __rcu attributeJames Chapman
2024-06-21l2tp: replace hlist with simple list for per-tunnel session listJames Chapman
2024-06-21l2tp: drop the now unused l2tp_tunnel_get_sessionJames Chapman
2024-06-21l2tp: use IDR for all session lookupsJames Chapman
2024-06-21l2tp: don't use sk_user_data in l2tp_udp_encap_err_recvJames Chapman
2024-06-21l2tp: refactor udp recv to lookup to not use sk_user_dataJames Chapman
2024-06-21l2tp: store l2tpv2 sessions in per-net IDRJames Chapman
2024-06-21l2tp: store l2tpv3 sessions in per-net IDRJames Chapman
2024-06-21l2tp: remove unused list_head member in l2tp_tunnelJames Chapman
2024-05-17l2tp: fix ICMP error handling for UDP-encap socketsTom Parkin
2024-05-13l2tp: Support different protocol versions with same IP/port quadrupleSamuel Thibault
2024-05-09l2tp: Support several sockets with same IP/port quadrupleSamuel Thibault
2023-09-14udp: annotate data-races around udp->encap_typeEric Dumazet
2023-01-18l2tp: prevent lockdep issue in l2tp_tunnel_register()Eric Dumazet
2023-01-16l2tp: close all race conditions in l2tp_tunnel_register()Cong Wang
2023-01-16l2tp: convert l2tp_tunnel_list to idrCong Wang
2022-11-23l2tp: Don't sleep and disable BH under writer-side sk_callback_lockJakub Sitnicki
2022-11-16l2tp: Serialize access to sk_user_data with sk_callback_lockJakub Sitnicki
2021-11-29net/l2tp: convert tunnel rwlock_t to rcuTom Parkin
2021-09-09net/l2tp: Fix reference count leak in l2tp_udp_recv_coreXiyu Yang
2021-04-27net: fix a concurrency bug in l2tp_tunnel_register()Gong, Sishuai
2021-03-22net: l2tp: Fix a typoBhaskar Chowdhury
2021-03-03net: l2tp: reduce log level of messages in receive path, add counter insteadMatthias Schiffer
2020-09-18l2tp: fix up inconsistent rx/tx statisticsTom Parkin
2020-09-03l2tp: avoid duplicated code in l2tp_tunnel_closeallTom Parkin