summaryrefslogtreecommitdiffstats
path: root/net/l2tp
Commit message (Expand)AuthorAgeFilesLines
* l2tp: fix lockdep splatJames Chapman2024-08-081-2/+13
* l2tp: make session IDR and tunnel session list coherentJames Chapman2024-07-231-18/+14
* l2tp: fix l2tp_session_register with colliding l2tpv3 IDsJames Chapman2024-07-121-8/+10
* l2tp: fix possible UAF when cleaning up tunnelsJames Chapman2024-07-091-4/+7
* l2tp: Remove duplicate included header file trace.hThorsten Blum2024-07-041-1/+0
* l2tp: remove incorrect __rcu attributeJames Chapman2024-06-251-1/+1
* l2tp: replace hlist with simple list for per-tunnel session listJames Chapman2024-06-213-91/+50
* l2tp: drop the now unused l2tp_tunnel_get_sessionJames Chapman2024-06-212-24/+0
* l2tp: use IDR for all session lookupsJames Chapman2024-06-214-4/+20
* l2tp: don't use sk_user_data in l2tp_udp_encap_err_recvJames Chapman2024-06-211-6/+0
* l2tp: refactor udp recv to lookup to not use sk_user_dataJames Chapman2024-06-211-75/+21
* l2tp: store l2tpv2 sessions in per-net IDRJames Chapman2024-06-212-15/+56
* l2tp: store l2tpv3 sessions in per-net IDRJames Chapman2024-06-214-74/+188
* l2tp: remove unused list_head member in l2tp_tunnelJames Chapman2024-06-212-3/+0
* l2tp: fix ICMP error handling for UDP-encap socketsTom Parkin2024-05-171-11/+33
* l2tp: Support different protocol versions with same IP/port quadrupleSamuel Thibault2024-05-131-8/+10
* l2tp: Support several sockets with same IP/port quadrupleSamuel Thibault2024-05-091-0/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-021-0/+3
|\
| * net l2tp: drop flow hash on forwardDavid Bauer2024-04-261-0/+3
* | inet: introduce dst_rtable() helperEric Dumazet2024-04-301-1/+1
* | ipv6: introduce dst_rt6_info() helperEric Dumazet2024-04-291-1/+1
|/
* l2tp: fix incorrect parameter validation in the pppol2tp_getsockopt() functionGavrilov Ilia2024-03-111-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-221-1/+1
|\
| * l2tp: pass correct message length to ip6_append_dataTom Parkin2024-02-221-1/+1
* | net: l2tp: constify the struct device_type usageRicardo B. Marliere2024-02-211-1/+1
* | ipv4: Set the routing scope properly in ip_route_output_ports().Guillaume Nault2024-02-121-1/+1
|/
* ipv6: annotate data-races around np->ucast_oifEric Dumazet2023-12-111-1/+1
* ipv6: annotate data-races around np->mcast_oifEric Dumazet2023-12-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-051-1/+1
|\
| * ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data()David Howells2023-10-011-1/+1
* | net: l2tp_eth: use generic dev->stats fieldsEric Dumazet2023-10-011-22/+12
* | ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet2023-09-151-2/+2
* | ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet2023-09-151-1/+1
* | udp: annotate data-races around udp->encap_typeEric Dumazet2023-09-141-3/+3
|/
* inet: introduce inet->inet_flagsEric Dumazet2023-08-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-031-1/+1
|\
| * net: annotate data-races around sk->sk_markEric Dumazet2023-07-291-1/+1
* | ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet2023-07-241-3/+1
|/
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-242-2/+0
* net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao2023-06-152-6/+5
* l2tp: generate correct module alias stringsAndrea Righi2023-03-312-8/+8
* l2tp: Avoid possible recursive deadlock in l2tp_tunnel_register()Shigeru Yoshida2023-02-201-58/+67
* l2tp: prevent lockdep issue in l2tp_tunnel_register()Eric Dumazet2023-01-181-3/+2
* l2tp: close all race conditions in l2tp_tunnel_register()Cong Wang2023-01-161-14/+14
* l2tp: convert l2tp_tunnel_list to idrCong Wang2023-01-161-43/+42
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-8/+9
|\
| * l2tp: Don't sleep and disable BH under writer-side sk_callback_lockJakub Sitnicki2022-11-231-8/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-171-6/+13
|\|
| * l2tp: Serialize access to sk_user_data with sk_callback_lockJakub Sitnicki2022-11-161-6/+13
* | inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy().Kuniyuki Iwashima2022-10-241-2/+0
|/