aboutsummaryrefslogtreecommitdiffstats
path: root/net/l2tp/l2tp_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-26net/l2tp: fix warning in l2tp_exit_net found by syzbotJames Chapman1-3/+19
2024-09-04l2tp: remove unneeded null check in l2tp_v2_session_get_nextJames Chapman1-1/+1
2024-08-27l2tp: avoid using drain_workqueue in l2tp_pre_exit_netJames Chapman1-6/+9
2024-08-26l2tp: avoid overriding sk->sk_user_dataCong Wang1-0/+3
2024-08-11l2tp: flush workqueue before draining itJames Chapman1-1/+9
2024-08-11l2tp: improve tunnel/session refcount helpersJames Chapman1-32/+20
2024-08-11l2tp: use get_next APIs for management requests and procfs/debugfsJames Chapman1-40/+0
2024-08-11l2tp: add tunnel/session get_next helpersJames Chapman1-0/+126
2024-08-11l2tp: handle hash key collisions in l2tp_v3_session_getJames Chapman1-1/+2
2024-08-11l2tp: remove inline from functions in c sourcesJames Chapman1-3/+3
2024-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+13
2024-08-08l2tp: fix lockdep splatJames Chapman1-2/+13
2024-07-31l2tp: use pre_exit pernet hook to avoid rcu_barrierJames Chapman1-2/+7
2024-07-31l2tp: add idr consistency check in session_registerJames Chapman1-2/+9
2024-07-31l2tp: use rcu list add/del when updating listsJames Chapman1-6/+6
2024-07-31l2tp: prevent possible tunnel refcount underflowJames Chapman1-7/+17
2024-07-31l2tp: free sessions using rcuJames Chapman1-3/+1
2024-07-31l2tp: delete sessions using work queueJames Chapman1-16/+20
2024-07-31l2tp: simplify tunnel and socket cleanupJames Chapman1-61/+21
2024-07-31l2tp: remove unused tunnel magic fieldJames Chapman1-1/+0
2024-07-31l2tp: don't set sk_user_data in tunnel socketJames Chapman1-4/+6
2024-07-31l2tp: lookup tunnel from socket without using sk_user_dataJames Chapman1-9/+43
2024-07-23l2tp: make session IDR and tunnel session list coherentJames Chapman1-18/+14
2024-07-12l2tp: fix l2tp_session_register with colliding l2tpv3 IDsJames Chapman1-8/+10
2024-07-09l2tp: fix possible UAF when cleaning up tunnelsJames Chapman1-4/+7
2024-07-04l2tp: Remove duplicate included header file trace.hThorsten Blum1-1/+0
2024-06-25l2tp: remove incorrect __rcu attributeJames Chapman1-1/+1
2024-06-21l2tp: replace hlist with simple list for per-tunnel session listJames Chapman1-71/+38
2024-06-21l2tp: drop the now unused l2tp_tunnel_get_sessionJames Chapman1-22/+0
2024-06-21l2tp: use IDR for all session lookupsJames Chapman1-0/+10
2024-06-21l2tp: don't use sk_user_data in l2tp_udp_encap_err_recvJames Chapman1-6/+0
2024-06-21l2tp: refactor udp recv to lookup to not use sk_user_dataJames Chapman1-75/+21
2024-06-21l2tp: store l2tpv2 sessions in per-net IDRJames Chapman1-15/+55
2024-06-21l2tp: store l2tpv3 sessions in per-net IDRJames Chapman1-65/+175
2024-06-21l2tp: remove unused list_head member in l2tp_tunnelJames Chapman1-2/+0
2024-05-17l2tp: fix ICMP error handling for UDP-encap socketsTom Parkin1-11/+33
2024-05-13l2tp: Support different protocol versions with same IP/port quadrupleSamuel Thibault1-8/+10
2024-05-09l2tp: Support several sockets with same IP/port quadrupleSamuel Thibault1-0/+21
2023-09-14udp: annotate data-races around udp->encap_typeEric Dumazet1-3/+3
2023-01-18l2tp: prevent lockdep issue in l2tp_tunnel_register()Eric Dumazet1-3/+2
2023-01-16l2tp: close all race conditions in l2tp_tunnel_register()Cong Wang1-14/+14
2023-01-16l2tp: convert l2tp_tunnel_list to idrCong Wang1-43/+42
2022-11-23l2tp: Don't sleep and disable BH under writer-side sk_callback_lockJakub Sitnicki1-8/+9
2022-11-16l2tp: Serialize access to sk_user_data with sk_callback_lockJakub Sitnicki1-6/+13
2021-11-29net/l2tp: convert tunnel rwlock_t to rcuTom Parkin1-27/+25
2021-09-09net/l2tp: Fix reference count leak in l2tp_udp_recv_coreXiyu Yang1-1/+3
2021-04-27net: fix a concurrency bug in l2tp_tunnel_register()Gong, Sishuai1-5/+5
2021-03-22net: l2tp: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-03net: l2tp: reduce log level of messages in receive path, add counter insteadMatthias Schiffer1-19/+22
2020-09-18l2tp: fix up inconsistent rx/tx statisticsTom Parkin1-3/+8