summaryrefslogtreecommitdiffstats
path: root/net/l2tp/l2tp_ip.c
Commit message (Expand)AuthorAgeFilesLines
* inet: introduce dst_rtable() helperEric Dumazet2024-04-301-1/+1
* ipv4: Set the routing scope properly in ip_route_output_ports().Guillaume Nault2024-02-121-1/+1
* inet: introduce inet->inet_flagsEric Dumazet2023-08-161-1/+1
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-1/+0
* net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao2023-06-151-5/+4
* l2tp: generate correct module alias stringsAndrea Righi2023-03-311-4/+4
* l2tp: use add READ_ONCE() to fetch sk->sk_bound_dev_ifEric Dumazet2022-05-161-1/+3
* 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
* l2tp: Fix spelling mistakesZheng Yongjun2021-06-071-1/+1
* net: Remove the member netns_okYejune Deng2021-05-171-1/+0
* l2tp: make magic feather checks more usefulTom Parkin2020-09-031-1/+1
* l2tp: don't log data framesTom Parkin2020-08-221-15/+0
* l2tp: tweak exports for l2tp_recv_common and l2tp_ioctlTom Parkin2020-07-301-1/+1
* l2tp: avoid multiple assignmentsTom Parkin2020-07-241-4/+8
* l2tp: cleanup comparisons to NULLTom Parkin2020-07-231-1/+1
* l2tp: cleanup commentsTom Parkin2020-07-221-2/+1
* l2tp: cleanup whitespace useTom Parkin2020-07-221-6/+8
* net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig2020-07-191-4/+0
* net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig2020-07-191-4/+0
* l2tp: do not use inet_hash()/inet_unhash()Eric Dumazet2020-05-301-7/+22
* netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-011-1/+1
* 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 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-1/+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-7/+3
|\
| * l2tp: fix races with tunnel socket closeJames Chapman2018-02-261-7/+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/+12
* l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6Guillaume Nault2017-03-291-2/+3
* l2tp: avoid use-after-free caused by l2tp_ip_backlog_recvPaul Hüber2017-02-261-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-111-1/+26
|\
| * l2tp: do not use udp_ioctl()Eric Dumazet2017-02-101-1/+26
* | l2tp: rework socket comparison in __l2tp_ip*_bind_lookup()Guillaume Nault2017-01-061-7/+17
* | l2tp: remove useless NULL check in __l2tp_ip*_bind_lookup()Guillaume Nault2017-01-061-3/+0
* | l2tp: make __l2tp_ip*_bind_lookup() parameters 'const'Guillaume Nault2017-01-061-2/+2
* | l2tp: remove redundant addr_len check in l2tp_ip_bind()Guillaume Nault2017-01-061-1/+1
|/
* l2tp: take remote address into account in l2tp_ip and l2tp_ip6 socket lookupsGuillaume Nault2017-01-011-13/+6
* l2tp: fix lookup for sockets not bound to a device in l2tp_ipGuillaume Nault2016-11-301-2/+4
* l2tp: fix racy socket lookup in l2tp_ip and l2tp_ip6 bind()Guillaume Nault2016-11-301-15/+12
* l2tp: hold socket before dropping lock in l2tp_ip{, 6}_recv()Guillaume Nault2016-11-301-5/+6
* l2tp: lock socket before checking flags in connect()Guillaume Nault2016-11-301-7/+12
* l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind()Guillaume Nault2016-11-191-2/+3