summaryrefslogtreecommitdiffstats
path: root/net/l2tp
AgeCommit message (Expand)AuthorLines
2024-07-12l2tp: fix l2tp_session_register with colliding l2tpv3 IDsJames Chapman-8/+10
2024-07-09l2tp: fix possible UAF when cleaning up tunnelsJames Chapman-4/+7
2024-07-04l2tp: Remove duplicate included header file trace.hThorsten Blum-1/+0
2024-06-25l2tp: remove incorrect __rcu attributeJames Chapman-1/+1
2024-06-21l2tp: replace hlist with simple list for per-tunnel session listJames Chapman-91/+50
2024-06-21l2tp: drop the now unused l2tp_tunnel_get_sessionJames Chapman-24/+0
2024-06-21l2tp: use IDR for all session lookupsJames Chapman-4/+20
2024-06-21l2tp: don't use sk_user_data in l2tp_udp_encap_err_recvJames Chapman-6/+0
2024-06-21l2tp: refactor udp recv to lookup to not use sk_user_dataJames Chapman-75/+21
2024-06-21l2tp: store l2tpv2 sessions in per-net IDRJames Chapman-15/+56
2024-06-21l2tp: store l2tpv3 sessions in per-net IDRJames Chapman-74/+188
2024-06-21l2tp: remove unused list_head member in l2tp_tunnelJames Chapman-3/+0
2024-05-17l2tp: fix ICMP error handling for UDP-encap socketsTom Parkin-11/+33
2024-05-13l2tp: Support different protocol versions with same IP/port quadrupleSamuel Thibault-8/+10
2024-05-09l2tp: Support several sockets with same IP/port quadrupleSamuel Thibault-0/+21
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+3
2024-04-30inet: introduce dst_rtable() helperEric Dumazet-1/+1
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet-1/+1
2024-04-26net l2tp: drop flow hash on forwardDavid Bauer-0/+3
2024-03-11l2tp: fix incorrect parameter validation in the pppol2tp_getsockopt() functionGavrilov Ilia-2/+2
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2024-02-22l2tp: pass correct message length to ip6_append_dataTom Parkin-1/+1
2024-02-21net: l2tp: constify the struct device_type usageRicardo B. Marliere-1/+1
2024-02-12ipv4: Set the routing scope properly in ip_route_output_ports().Guillaume Nault-1/+1
2023-12-11ipv6: annotate data-races around np->ucast_oifEric Dumazet-1/+1
2023-12-11ipv6: annotate data-races around np->mcast_oifEric Dumazet-1/+1
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2023-10-01ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data()David Howells-1/+1
2023-10-01net: l2tp_eth: use generic dev->stats fieldsEric Dumazet-22/+12
2023-09-15ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet-2/+2
2023-09-15ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet-1/+1
2023-09-14udp: annotate data-races around udp->encap_typeEric Dumazet-3/+3
2023-08-16inet: introduce inet->inet_flagsEric Dumazet-1/+1
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet-1/+1
2023-07-24ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet-3/+1
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells-2/+0
2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao-6/+5
2023-03-31l2tp: generate correct module alias stringsAndrea Righi-8/+8
2023-02-20l2tp: Avoid possible recursive deadlock in l2tp_tunnel_register()Shigeru Yoshida-58/+67
2023-01-18l2tp: prevent lockdep issue in l2tp_tunnel_register()Eric Dumazet-3/+2
2023-01-16l2tp: close all race conditions in l2tp_tunnel_register()Cong Wang-14/+14
2023-01-16l2tp: convert l2tp_tunnel_list to idrCong Wang-43/+42
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-8/+9
2022-11-23l2tp: Don't sleep and disable BH under writer-side sk_callback_lockJakub Sitnicki-8/+9
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+13
2022-11-16l2tp: Serialize access to sk_user_data with sk_callback_lockJakub Sitnicki-6/+13
2022-10-24inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy().Kuniyuki Iwashima-2/+0
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski-0/+1
2022-08-22l2tp: move from strlcpy with unused retval to strscpyWolfram Sang-2/+2