summaryrefslogtreecommitdiffstats
path: root/net/l2tp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+1
* l2tp: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-221-2/+2
* l2tp: l2tp_debugfs: fix Clang -Wformat warningsJustin Stitt2022-07-081-3/+3
* net: l2tp: fix clang -Wformat warningJustin Stitt2022-07-071-1/+1
* ipv6: Fix signed integer overflow in l2tp_ip6_sendmsgWang Yufen2022-06-081-2/+3
* l2tp: use add READ_ONCE() to fetch sk->sk_bound_dev_ifEric Dumazet2022-05-162-4/+8
* net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-122-4/+2
* net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2022-04-063-4/+5
* l2tp: add netns refcount tracker to l2tp_dfs_seq_dataEric Dumazet2021-12-101-4/+5
* net/l2tp: convert tunnel rwlock_t to rcuTom Parkin2021-11-293-36/+31
* net/l2tp: Fix reference count leak in l2tp_udp_recv_coreXiyu Yang2021-09-091-1/+3
* l2tp: Fix spelling mistakesZheng Yongjun2021-06-072-2/+2
* net: Remove the member netns_okYejune Deng2021-05-171-1/+0
* net: fix a concurrency bug in l2tp_tunnel_register()Gong, Sishuai2021-04-271-5/+5
* net: l2tp: Fix a typoBhaskar Chowdhury2021-03-221-1/+1
* net: l2tp: reduce log level of messages in receive path, add counter insteadMatthias Schiffer2021-03-033-19/+29
* lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-231-1/+1
* genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-021-3/+3
* l2tp: report rx cookie discards in netlink getTom Parkin2020-09-291-0/+6
* l2tp: fix up inconsistent rx/tx statisticsTom Parkin2020-09-181-3/+8
* l2tp: avoid duplicated code in l2tp_tunnel_closeallTom Parkin2020-09-031-13/+1