summaryrefslogtreecommitdiff
path: root/net/ipv6/af_inet6.c
AgeCommit message (Expand)Author
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
2017-03-07ipv6: reorder icmpv6_init() and ip6_mr_init()WANG Cong
2017-01-24Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-02bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern
2016-11-09ipv6: sr: add code base for control plane support of SR-IPv6David Lebrun
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti
2016-08-28tcp: Set read_sock and peek_len proto_opsTom Herbert
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2016-07-07Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James Morris
2016-06-27netlabel: Initial support for the CALIPSO netlink protocol.Huw Davies
2016-06-09net: vrf: Fix crash when IPv6 is disabled at boot timeDavid Ahern
2016-04-07udp: Add GRO functions to UDP socketTom Herbert
2016-04-05udp: enable MSG_PEEK at non-zero offsetsamanthakumar
2016-02-11sock: struct proto hash function may errorCraig Gallek
2015-12-14net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2015-12-03ipv6: kill sk_dst_lockEric Dumazet
2015-12-02ipv6: add complete rcu protection around np->optEric Dumazet
2015-07-31ipv6: Disable flowlabel state ranges by defaultTom Herbert
2015-07-31ipv6: Implement different admin modes for automatic flow labelsTom Herbert
2015-07-09ipv6: Nonlocal bindTom Herbert