index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
af_inet6.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipv6_stub: add ipv6_route_input stub/proxy.
Peter Oskolkov
2019-02-13
1
-0
/
+7
*
ipv6: Take rcu_read_lock in __inet6_bind for mapped addresses
David Ahern
2019-01-05
1
-1
/
+4
*
ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped address
David Ahern
2019-01-04
1
-1
/
+10
*
ipv6: Consider sk_bound_dev_if when binding a socket to an address
David Ahern
2019-01-02
1
-0
/
+3
*
net/ipv6: Add anycast addresses to a global hashtable
Jeff Barnhill
2018-11-02
1
-0
/
+5
*
bpf: Allow sk_lookup with IPv6 module
Joe Stringer
2018-10-15
1
-0
/
+1
*
ipv6: remove redundant null pointer check before kfree_skb
zhong jiang
2018-09-21
1
-4
/
+2
*
ipv6: Add sockopt IPV6_MULTICAST_ALL analogue to IP_MULTICAST_ALL
Andre Naujoks
2018-09-13
1
-0
/
+1
*
ipv6: fix cleanup ordering for pingv6 registration
Sabrina Dubroca
2018-08-29
1
-2
/
+2
*
ipv6: fix cleanup ordering for ip6_mr failure
Sabrina Dubroca
2018-08-29
1
-3
/
+3
*
ipv6: Add icmp_echo_ignore_all support for ICMPv6
Virgile Jarry
2018-08-13
1
-0
/
+1
*
net: add helpers checking if socket can be bound to nonlocal address
Vincent Bernat
2018-08-01
1
-4
/
+2
*
net: ipv6: listify ipv6_rcv() and ip6_rcv_finish()
Edward Cree
2018-07-06
1
-0
/
+1
*
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
2018-06-28
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-06-06
1
-29
/
+36
|
\
|
*
net/ipv6: Add helper to return path MTU based on fib result
David Ahern
2018-05-22
1
-0
/
+1
|
*
net/ipv6: Add fib lookup stubs for use in bpf helper
David Ahern
2018-05-11
1
-1
/
+5
|
*
tcp: add TCP_ZEROCOPY_RECEIVE support for zerocopy receive
Eric Dumazet
2018-04-29
1
-0
/
+2
|
*
net/ipv6: Make __inet6_bind static
David Ahern
2018-04-17
1
-27
/
+26
|
*
tcp: implement mmap() for zero copy receive
Eric Dumazet
2018-04-16
1
-1
/
+1
|
*
tcp: fix SO_RCVLOWAT and RCVBUF autotuning
Eric Dumazet
2018-04-16
1
-0
/
+1
*
|
net: convert datagram_poll users tp ->poll_mask
Christoph Hellwig
2018-05-26
1
-1
/
+1
*
|
net/tcp: convert to ->poll_mask
Christoph Hellwig
2018-05-26
1
-1
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-03-31
1
-18
/
+48
|
\
|
*
bpf: Post-hooks for sys_bind
Andrey Ignatov
2018-03-31
1
-7
/
+14
|
*
bpf: Hooks for sys_connect
Andrey Ignatov
2018-03-31
1
-0
/
+5
|
*
net: Introduce __inet_bind() and __inet6_bind
Andrey Ignatov
2018-03-31
1
-13
/
+24
|
*
bpf: Hooks for sys_bind
Andrey Ignatov
2018-03-31
1
-0
/
+7
*
|
net: Drop pernet_operations::async
Kirill Tkhai
2018-03-27
1
-1
/
+0
|
/
*
net: Convert inet6_net_ops
Kirill Tkhai
2018-02-19
1
-0
/
+1
*
net: make getname() functions return length rather than use int* parameter
Denys Vlasenko
2018-02-12
1
-3
/
+2
*
ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only
Martin KaFai Lau
2018-01-29
1
-4
/
+7
*
net: reevalulate autoflowlabel setting after sysctl setting
Shaohua Li
2017-12-21
1
-1
/
+0
*
ipv6: Implement limits on Hop-by-Hop and Destination options
Tom Herbert
2017-11-03
1
-0
/
+4
*
ipv6: Add sysctl for per namespace flow label reflection
Jakub Sitnicki
2017-08-24
1
-0
/
+1
*
net: add sendmsg_locked and sendpage_locked to af_inet6
John Fastabend
2017-08-16
1
-0
/
+2
*
ipv6: Avoid going through ->sk_net to access the netns
Jakub Sitnicki
2017-07-31
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-26
1
-2
/
+4
|
\
|
*
ipv6: move stub initialization after ipv6 setup completion
Paolo Abeni
2017-04-25
1
-2
/
+4
*
|
ipv6: add support for NETDEV_RESEND_IGMP event
Vlad Yasevich
2017-03-28
1
-1
/
+7
|
/
*
ipv6: reorder icmpv6_init() and ip6_mr_init()
WANG Cong
2017-03-07
1
-5
/
+5
*
Introduce a sysctl that modifies the value of PROT_SOCK.
Krister Johansen
2017-01-24
1
-1
/
+2
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
bpf: Add new cgroup attach type to enable sock modifications
David Ahern
2016-12-02
1
-0
/
+8
*
ipv6: sr: add code base for control plane support of SR-IPv6
David Lebrun
2016-11-09
1
-1
/
+8
*
net: inet: Support UID-based routing in IP protocols.
Lorenzo Colitti
2016-11-04
1
-0
/
+1
*
tcp: Set read_sock and peek_len proto_ops
Tom Herbert
2016-08-28
1
-0
/
+2
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2016-07-29
1
-1
/
+8
|
\
|
*
Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...
James Morris
2016-07-07
1
-1
/
+8
|
|
\
|
|
*
netlabel: Initial support for the CALIPSO netlink protocol.
Huw Davies
2016-06-27
1
-1
/
+8
[next]