summaryrefslogtreecommitdiff
path: root/net/l2tp
AgeCommit message (Expand)Author
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
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-30inet: introduce dst_rtable() helperEric Dumazet
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet
2024-04-26net l2tp: drop flow hash on forwardDavid Bauer
2024-03-11l2tp: fix incorrect parameter validation in the pppol2tp_getsockopt() functionGavrilov Ilia
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-22l2tp: pass correct message length to ip6_append_dataTom Parkin
2024-02-21net: l2tp: constify the struct device_type usageRicardo B. Marliere
2024-02-12ipv4: Set the routing scope properly in ip_route_output_ports().Guillaume Nault
2023-12-11ipv6: annotate data-races around np->ucast_oifEric Dumazet
2023-12-11ipv6: annotate data-races around np->mcast_oifEric Dumazet
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-01ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data()David Howells
2023-10-01net: l2tp_eth: use generic dev->stats fieldsEric Dumazet
2023-09-15ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet
2023-09-14udp: annotate data-races around udp->encap_typeEric Dumazet
2023-08-16inet: introduce inet->inet_flagsEric Dumazet
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet
2023-07-24ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao
2023-03-31l2tp: generate correct module alias stringsAndrea Righi
2023-02-20l2tp: Avoid possible recursive deadlock in l2tp_tunnel_register()Shigeru Yoshida
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-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-23l2tp: Don't sleep and disable BH under writer-side sk_callback_lockJakub Sitnicki
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-16l2tp: Serialize access to sk_user_data with sk_callback_lockJakub Sitnicki
2022-10-24inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy().Kuniyuki Iwashima
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski
2022-08-22l2tp: move from strlcpy with unused retval to strscpyWolfram Sang