aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/af_inet6.c
AgeCommit message (Expand)Author
2020-01-31net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca
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-04-18ipv6: Add rate limit mask for ICMPv6 messagesStephen Suryaputra
2019-04-17ipv6: Rename fib6_multipath_select and pass fib6_resultDavid Ahern
2019-04-08ipv6: Add fib6_nh_init and release to stubsDavid Ahern
2019-03-29ipv6: Move ipv6 stubs to a separate header fileDavid Ahern
2019-03-20ipv6: Add icmp_echo_ignore_anycast for ICMPv6Stephen Suryaputra
2019-03-19ipv6: Add icmp_echo_ignore_multicast support for ICMPv6Stephen Suryaputra
2019-02-13ipv6_stub: add ipv6_route_input stub/proxy.Peter Oskolkov
2019-01-05ipv6: Take rcu_read_lock in __inet6_bind for mapped addressesDavid Ahern
2019-01-04ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped addressDavid Ahern
2019-01-02ipv6: Consider sk_bound_dev_if when binding a socket to an addressDavid Ahern
2018-11-02net/ipv6: Add anycast addresses to a global hashtableJeff Barnhill
2018-10-15bpf: Allow sk_lookup with IPv6 moduleJoe Stringer
2018-09-21ipv6: remove redundant null pointer check before kfree_skbzhong jiang
2018-09-13ipv6: Add sockopt IPV6_MULTICAST_ALL analogue to IP_MULTICAST_ALLAndre Naujoks
2018-08-29ipv6: fix cleanup ordering for pingv6 registrationSabrina Dubroca
2018-08-29ipv6: fix cleanup ordering for ip6_mr failureSabrina Dubroca
2018-08-13ipv6: Add icmp_echo_ignore_all support for ICMPv6Virgile Jarry
2018-08-01net: add helpers checking if socket can be bound to nonlocal addressVincent Bernat
2018-07-06net: ipv6: listify ipv6_rcv() and ip6_rcv_finish()Edward Cree
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig
2018-05-26net/tcp: convert to ->poll_maskChristoph Hellwig
2018-05-22net/ipv6: Add helper to return path MTU based on fib resultDavid Ahern
2018-05-11net/ipv6: Add fib lookup stubs for use in bpf helperDavid Ahern
2018-04-29tcp: add TCP_ZEROCOPY_RECEIVE support for zerocopy receiveEric Dumazet
2018-04-17net/ipv6: Make __inet6_bind staticDavid Ahern
2018-04-16tcp: implement mmap() for zero copy receiveEric Dumazet
2018-04-16tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-03-31bpf: Post-hooks for sys_bindAndrey Ignatov
2018-03-31bpf: Hooks for sys_connectAndrey Ignatov
2018-03-31net: Introduce __inet_bind() and __inet6_bindAndrey Ignatov
2018-03-31bpf: Hooks for sys_bindAndrey Ignatov
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-02-19net: Convert inet6_net_opsKirill Tkhai
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko
2018-01-29ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6onlyMartin KaFai Lau
2017-12-21net: reevalulate autoflowlabel setting after sysctl settingShaohua Li
2017-11-03ipv6: Implement limits on Hop-by-Hop and Destination optionsTom Herbert
2017-08-24ipv6: Add sysctl for per namespace flow label reflectionJakub Sitnicki
2017-08-16net: add sendmsg_locked and sendpage_locked to af_inet6John Fastabend
2017-07-31ipv6: Avoid going through ->sk_net to access the netnsJakub Sitnicki
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-25ipv6: move stub initialization after ipv6 setup completionPaolo Abeni
2017-03-28ipv6: add support for NETDEV_RESEND_IGMP eventVlad Yasevich