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.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
/
addrconf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-21
1
-5
/
+4
*
ipv6: set all.accept_dad to 0 by default
Nicolas Dichtel
2017-11-15
1
-1
/
+1
*
net: ipv6: sysctl to specify IPv6 ND traffic class
Maciej Żenczykowski
2017-11-11
1
-0
/
+11
*
ipv6: addrconf: fix a lockdep splat
Eric Dumazet
2017-11-07
1
-5
/
+7
*
ipv6: remove IN6_ADDR_HSIZE from addrconf.h
Eric Dumazet
2017-11-05
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-02
1
-0
/
+1
|
\
|
*
ipv6: addrconf: increment ifp refcount before ipv6_del_addr()
Eric Dumazet
2017-11-01
1
-0
/
+1
*
|
net: display hw address of source machine during ipv6 DAD failure
Vishwanath Pai
2017-11-01
1
-3
/
+3
*
|
ipv6: addrconf: do not block BH in ipv6_chk_home_addr()
Eric Dumazet
2017-10-24
1
-3
/
+3
*
|
ipv6: addrconf: do not block BH in /proc/net/if_inet6 handling
Eric Dumazet
2017-10-24
1
-8
/
+8
*
|
ipv6: addrconf: do not block BH in ipv6_get_ifaddr()
Eric Dumazet
2017-10-24
1
-3
/
+3
*
|
ipv6: addrconf: do not block BH in ipv6_chk_addr_and_flags()
Eric Dumazet
2017-10-24
1
-3
/
+3
*
|
ipv6: addrconf: add per netns perturbation in inet6_addr_hash()
Eric Dumazet
2017-10-24
1
-7
/
+9
*
|
ipv6: addrconf: factorize inet6_addr_hash() call
Eric Dumazet
2017-10-24
1
-10
/
+5
*
|
ipv6: addrconf: move ipv6_chk_same_addr() to avoid forward declaration
Eric Dumazet
2017-10-24
1
-18
/
+17
*
|
net: Add extack to validator_info structs used for address notifier
David Ahern
2017-10-20
1
-10
/
+12
*
|
net: ipv6: Make inet6addr_validator a blocking notifier
David Ahern
2017-10-20
1
-7
/
+14
*
|
ipv6: addrconf: cleanup locking in ipv6_add_addr
David Ahern
2017-10-20
1
-44
/
+60
*
|
ipv6: addrconf: don't use rtnl mutex in RTM_GETADDR
Florian Westphal
2017-10-11
1
-7
/
+7
*
|
ipv6: addrconf: don't use rtnl mutex in RTM_GETNETCONF
Florian Westphal
2017-10-11
1
-10
/
+14
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-09
1
-2
/
+2
|
\
|
|
*
ipv6: fix net.ipv6.conf.all.accept_dad behaviour for real
Matteo Croce
2017-10-07
1
-2
/
+2
*
|
ipv6: avoid cache line dirtying in ipv6_dev_get_saddr()
Eric Dumazet
2017-10-08
1
-11
/
+6
*
|
ipv6: __ipv6_dev_get_saddr() rcu conversion
Eric Dumazet
2017-10-08
1
-3
/
+1
*
|
ipv6: ipv6_chk_prefix() rcu conversion
Eric Dumazet
2017-10-08
1
-5
/
+3
*
|
ipv6: ipv6_chk_custom_prefix() rcu conversion
Eric Dumazet
2017-10-08
1
-5
/
+3
*
|
ipv6: ipv6_count_addresses() rcu conversion
Eric Dumazet
2017-10-08
1
-6
/
+6
*
|
ipv6: prepare RCU lookups for idev->addr_list
Eric Dumazet
2017-10-08
1
-15
/
+6
*
|
ipv6: replace rwlock with rcu and spinlock in fib6_table
Wei Wang
2017-10-07
1
-6
/
+5
*
|
ipv6: replace dst_hold() with dst_hold_safe() in routing code
Wei Wang
2017-10-07
1
-1
/
+2
*
|
ipv6: hook up exception table to store dst cache
Wei Wang
2017-10-07
1
-1
/
+0
*
|
ipv6: prepare fib6_locate() for exception table
Wei Wang
2017-10-07
1
-1
/
+1
*
|
rtnetlink: remove __rtnl_af_unregister
Florian Westphal
2017-10-04
1
-2
/
+2
*
|
net: ipv6: send NS for DAD when link operationally up
Mike Manning
2017-09-30
1
-6
/
+6
*
|
ipv6: Remove redundant unlikely()
Tobias Klauser
2017-09-26
1
-1
/
+1
|
/
*
ipv6: fix net.ipv6.conf.all interface DAD handlers
Matteo Croce
2017-09-19
1
-7
/
+20
*
net: ipv6: fix regression of no RTM_DELADDR sent after DAD failure
Mike Manning
2017-09-19
1
-2
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-09-01
1
-1
/
+1
|
\
|
*
ipv6: fix sparse warning on rt6i_node
Wei Wang
2017-08-28
1
-1
/
+1
*
|
net: ipv6: put host and anycast routes on device with address
David Ahern
2017-08-21
1
-42
/
+0
*
|
rtnetlink: make rtnl_register accept a flags parameter
Florian Westphal
2017-08-09
1
-7
/
+7
*
|
ipv6: Regenerate host route according to node pointer upon interface up
Ido Schimmel
2017-08-03
1
-2
/
+2
*
|
ipv6: Regenerate host route according to node pointer upon loopback up
Ido Schimmel
2017-08-03
1
-1
/
+1
|
/
*
net, ipv6: convert inet6_ifaddr.refcnt from atomic_t to refcount_t
Reshetova, Elena
2017-07-04
1
-1
/
+1
*
net, ipv6: convert inet6_dev.refcnt from atomic_t to refcount_t
Reshetova, Elena
2017-07-04
1
-1
/
+1
*
ipv6: dad: don't remove dynamic addresses if link is down
Sabrina Dubroca
2017-07-03
1
-9
/
+9
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-30
1
-2
/
+3
|
\
|
*
ipv6: avoid unregistering inet6_dev for loopback
WANG Cong
2017-06-22
1
-2
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-21
1
-3
/
+3
|
\
|
|
*
ipv6: fix calling in6_ifa_hold incorrectly for dad work
Xin Long
2017-06-15
1
-3
/
+3
[next]