summaryrefslogtreecommitdiffstats
path: root/net/l2tp (follow)
Commit message (Expand)AuthorAgeFilesLines
* l2tp: use pre_exit pernet hook to avoid rcu_barrierJames Chapman2024-07-311-2/+7
* l2tp: cleanup eth/ppp pseudowire setup codeJames Chapman2024-07-312-4/+6
* l2tp: add idr consistency check in session_registerJames Chapman2024-07-311-2/+9
* l2tp: use rcu list add/del when updating listsJames Chapman2024-07-311-6/+6
* l2tp: prevent possible tunnel refcount underflowJames Chapman2024-07-314-10/+24
* l2tp: refactor ppp socket/session relationshipJames Chapman2024-07-311-55/+39
* l2tp: free sessions using rcuJames Chapman2024-07-312-3/+2
* l2tp: delete sessions using work queueJames Chapman2024-07-312-16/+21
* l2tp: simplify tunnel and socket cleanupJames Chapman2024-07-312-62/+21
* l2tp: remove unused tunnel magic fieldJames Chapman2024-07-312-4/+0
* l2tp: don't set sk_user_data in tunnel socketJames Chapman2024-07-311-4/+6
* l2tp: don't use tunnel socket sk_user_data in ppp procfs outputJames Chapman2024-07-311-1/+1
* l2tp: have l2tp_ip_destroy_sock use ip_flush_pending_framesJames Chapman2024-07-311-3/+3
* l2tp: lookup tunnel from socket without using sk_user_dataJames Chapman2024-07-314-17/+54
* 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-141-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-05-011-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-231-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-131-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