aboutsummaryrefslogtreecommitdiffstats
path: root/net/l2tp/l2tp_ip6.c
AgeCommit message (Expand)Author
2020-06-24l2tp: do not use inet_hash()/inet_unhash()Eric Dumazet
2020-01-31net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann
2019-03-13l2tp: fix infoleak in l2tp_ip6_recvmsg()Eric Dumazet
2019-01-30l2tp: fix reading optional fields of L2TPv3Jacob Wen
2018-08-11l2tp: split l2tp_session_get()Guillaume Nault
2018-07-26l2tp: remove ->recv_payload_hookGuillaume Nault
2018-07-07ipv6: fold sockcm_cookie into ipcm6_cookieWillem de Bruijn
2018-07-07ipv6: ipcm6_cookie initializerWillem de Bruijn
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-26l2tp: fix races with tunnel socket closeJames Chapman
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-05l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6Guillaume Nault
2017-11-01l2tp: remove ->ref() and ->deref()Guillaume Nault
2017-04-01l2tp: fix race in l2tp_recv_common()Guillaume Nault
2017-03-29l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6Guillaume Nault
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-10l2tp: do not use udp_ioctl()Eric Dumazet
2017-02-07net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TPJulian Anastasov
2017-01-06l2tp: rework socket comparison in __l2tp_ip*_bind_lookup()Guillaume Nault
2017-01-06l2tp: remove useless NULL check in __l2tp_ip*_bind_lookup()Guillaume Nault
2017-01-06l2tp: make __l2tp_ip*_bind_lookup() parameters 'const'Guillaume Nault
2017-01-01l2tp: take remote address into account in l2tp_ip and l2tp_ip6 socket lookupsGuillaume Nault
2017-01-01l2tp: consider '::' as wildcard address in l2tp_ip6 socket lookupGuillaume Nault
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-30l2tp: fix address test in __l2tp_ip6_bind_lookup()Guillaume Nault
2016-11-30l2tp: fix lookup for sockets not bound to a device in l2tp_ipGuillaume Nault
2016-11-30l2tp: fix racy socket lookup in l2tp_ip and l2tp_ip6 bind()Guillaume Nault
2016-11-30l2tp: hold socket before dropping lock in l2tp_ip{, 6}_recv()Guillaume Nault
2016-11-30l2tp: lock socket before checking flags in connect()Guillaume Nault
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-19l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind()Guillaume Nault
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti
2016-10-20udp: must lock the socket in udp_disconnect()Eric Dumazet
2016-06-11ipv6: use TOS marks from sockets for routing decisionHannes Frederic Sowa
2016-05-30net: l2tp: Make l2tp_ip6 namespace awareShmulik Ladkani
2016-05-03ipv6: add new struct ipcm6_cookieWei Wang
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-04ipv6: l2tp: fix a potential issue in l2tp_ip6_recvHaishuang Yan
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh
2016-04-04ipv6: process socket-level control messages in IPv6Soheil Hassas Yeganeh
2016-02-11inet: create IPv6-equivalent inet_hash functionCraig Gallek
2015-12-02ipv6: add complete rcu protection around np->optEric Dumazet
2015-09-25l2tp: auto load IP modulesstephen hemminger
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2014-12-09ip_generic_getfrag, udplite_getfrag: switch to passing msghdrAl Viro