summaryrefslogtreecommitdiffstats
path: root/net/l2tp/l2tp_ip6.c
Commit message (Expand)AuthorAgeFilesLines
* l2tp: pass correct message length to ip6_append_dataTom Parkin2024-02-221-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
* | ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet2023-09-151-2/+2
* | ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet2023-09-151-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-241-1/+0
* l2tp: generate correct module alias stringsAndrea Righi2023-03-311-4/+4
* inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy().Kuniyuki Iwashima2022-10-241-2/+0
* 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-161-3/+5
* net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-121-2/+1
* net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2022-04-061-1/+2
* lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-231-1/+1
* l2tp: make magic feather checks more usefulTom Parkin2020-09-031-1/+1
* l2tp: don't log data framesTom Parkin2020-08-221-15/+0
* l2tp: avoid multiple assignmentsTom Parkin2020-07-241-2/+4
* l2tp: cleanup comparisons to NULLTom Parkin2020-07-231-1/+1
* l2tp: cleanup commentsTom Parkin2020-07-221-9/+6
* l2tp: cleanup whitespace useTom Parkin2020-07-221-7/+7
* net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig2020-07-191-4/+0
* net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig2020-07-191-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-8/+22
|\
| * l2tp: do not use inet_hash()/inet_unhash()Eric Dumazet2020-05-301-8/+22
* | ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig2020-05-181-0/+1
|/
* net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca2019-12-041-1/+1
* netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-011-1/+1
* ipv6: elide flowlabel check if no exclusive leases existWillem de Bruijn2019-07-081-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-0/+1
* l2tp: fix infoleak in l2tp_ip6_recvmsg()Eric Dumazet2019-03-131-3/+1
* l2tp: fix reading optional fields of L2TPv3Jacob Wen2019-01-301-0/+3
* l2tp: split l2tp_session_get()Guillaume Nault2018-08-111-1/+1
* l2tp: remove ->recv_payload_hookGuillaume Nault2018-07-261-2/+1
* ipv6: fold sockcm_cookie into ipcm6_cookieWillem de Bruijn2018-07-071-4/+2
* ipv6: ipcm6_cookie initializerWillem de Bruijn2018-07-071-3/+1
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-1/+1
* net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-261-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-061-5/+3
|\
| * l2tp: fix races with tunnel socket closeJames Chapman2018-02-261-5/+3
* | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-3/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-101-15/+9
|\
| * l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6Guillaume Nault2017-11-051-15/+9
* | l2tp: remove ->ref() and ->deref()Guillaume Nault2017-11-011-3/+1
|/
* l2tp: fix race in l2tp_recv_common()Guillaume Nault2017-04-011-5/+13
* l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6Guillaume Nault2017-03-291-2/+3