summaryrefslogtreecommitdiff
path: root/net/l2tp
AgeCommit message (Expand)Author
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
2022-07-08l2tp: l2tp_debugfs: fix Clang -Wformat warningsJustin Stitt
2022-07-07net: l2tp: fix clang -Wformat warningJustin Stitt
2022-06-08ipv6: Fix signed integer overflow in l2tp_ip6_sendmsgWang Yufen
2022-05-16l2tp: use add READ_ONCE() to fetch sk->sk_bound_dev_ifEric Dumazet
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp
2021-12-10l2tp: add netns refcount tracker to l2tp_dfs_seq_dataEric Dumazet
2021-11-29net/l2tp: convert tunnel rwlock_t to rcuTom Parkin
2021-09-09net/l2tp: Fix reference count leak in l2tp_udp_recv_coreXiyu Yang
2021-06-07l2tp: Fix spelling mistakesZheng Yongjun
2021-05-17net: Remove the member netns_okYejune Deng
2021-04-27net: fix a concurrency bug in l2tp_tunnel_register()Gong, Sishuai
2021-03-22net: l2tp: Fix a typoBhaskar Chowdhury
2021-03-03net: l2tp: reduce log level of messages in receive path, add counter insteadMatthias Schiffer
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski
2020-09-29l2tp: report rx cookie discards in netlink getTom Parkin
2020-09-18l2tp: fix up inconsistent rx/tx statisticsTom Parkin
2020-09-03l2tp: avoid duplicated code in l2tp_tunnel_closeallTom Parkin
2020-09-03l2tp: make magic feather checks more usefulTom Parkin
2020-09-03l2tp: capture more tx errors in data plane statsTom Parkin
2020-09-03l2tp: drop net argument from l2tp_tunnel_createTom Parkin
2020-09-03l2tp: drop data_len argument from l2tp_xmit_coreTom Parkin
2020-09-03l2tp: remove header length param from l2tp_xmit_skbTom Parkin
2020-08-22l2tp: remove tunnel and session debug flags fieldTom Parkin
2020-08-22l2tp: remove custom logging macrosTom Parkin