summaryrefslogtreecommitdiff
path: root/net/l2tp
AgeCommit message (Expand)AuthorFilesLines
2024-05-17l2tp: fix ICMP error handling for UDP-encap socketsTom Parkin1-11/+33
2024-05-14l2tp: 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
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2024-05-01inet: introduce dst_rtable() helperEric Dumazet1-1/+1
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet1-1/+1
2024-04-26net l2tp: drop flow hash on forwardDavid Bauer1-0/+3
2024-03-11l2tp: fix incorrect parameter validation in the pppol2tp_getsockopt() functionGavrilov Ilia1-2/+2
2024-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-02-22l2tp: pass correct message length to ip6_append_dataTom Parkin1-1/+1
2024-02-21net: l2tp: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-13ipv4: Set the routing scope properly in ip_route_output_ports().Guillaume Nault1-1/+1
2023-12-11ipv6: annotate data-races around np->ucast_oifEric Dumazet1-1/+1
2023-12-11ipv6: annotate data-races around np->mcast_oifEric Dumazet1-1/+1
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-10-01ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data()David Howells1-1/+1
2023-10-01net: l2tp_eth: use generic dev->stats fieldsEric Dumazet1-22/+12
2023-09-15ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet1-2/+2
2023-09-15ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet1-1/+1
2023-09-14udp: annotate data-races around udp->encap_typeEric Dumazet1-3/+3
2023-08-16inet: introduce inet->inet_flagsEric Dumazet1-1/+1
2023-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet1-1/+1
2023-07-24ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet1-3/+1
2023-06-25sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2-2/+0
2023-06-16net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao2-6/+5
2023-03-31l2tp: generate correct module alias stringsAndrea Righi2-8/+8
2023-02-20l2tp: Avoid possible recursive deadlock in l2tp_tunnel_register()Shigeru Yoshida1-58/+67
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-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+9
2022-11-23l2tp: Don't sleep and disable BH under writer-side sk_callback_lockJakub Sitnicki1-8/+9
2022-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+13
2022-11-16l2tp: Serialize access to sk_user_data with sk_callback_lockJakub Sitnicki1-6/+13
2022-10-24inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy().Kuniyuki Iwashima1-2/+0
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski1-0/+1
2022-08-23l2tp: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-07-08l2tp: l2tp_debugfs: fix Clang -Wformat warningsJustin Stitt1-3/+3
2022-07-08net: l2tp: fix clang -Wformat warningJustin Stitt1-1/+1
2022-06-08ipv6: Fix signed integer overflow in l2tp_ip6_sendmsgWang Yufen1-2/+3
2022-05-16l2tp: use add READ_ONCE() to fetch sk->sk_bound_dev_ifEric Dumazet2-4/+8
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2-4/+2
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp3-4/+5
2021-12-10l2tp: add netns refcount tracker to l2tp_dfs_seq_dataEric Dumazet1-4/+5
2021-11-29net/l2tp: convert tunnel rwlock_t to rcuTom Parkin3-36/+31
2021-09-09net/l2tp: Fix reference count leak in l2tp_udp_recv_coreXiyu Yang1-1/+3
2021-06-08l2tp: Fix spelling mistakesZheng Yongjun2-2/+2
2021-05-18net: Remove the member netns_okYejune Deng1-1/+0
2021-04-28net: fix a concurrency bug in l2tp_tunnel_register()Gong, Sishuai1-5/+5