linux/net
Kristian Slavov 9908104935 [IPV6]: Address autoconfiguration does not work after device down/up cycle
If you set network interface down and up again, the IPv6 address
autoconfiguration does not work. 'ip addr' shows that the link-local
address is in tentative state. We don't even react to periodical router
advertisements.

During NETDEV_DOWN we clear IF_READY, and we don't set it back in
NETDEV_UP. While starting to perform DAD on the link-local address, we
notice that the device is not in IF_READY, and we abort autoconfiguration
process (which would eventually send router solicitations).

Acked-by: Juha-Matti Tapio <jmtapio@verkkotelakka.net>
Acked-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-02-08 16:13:28 -08:00
..
802 [NET] snap: needs hardware checksum fix 2006-02-02 16:53:26 -08:00
8021q
appletalk
atm
ax25
bluetooth
bridge [NETFILTER]: Fix possible overflow in netfilters do_replace() 2006-02-04 23:51:25 -08:00
core [PATCH] percpu data: only iterate over possible CPUs 2006-02-05 11:06:51 -08:00
dccp [PATCH] remove bogus asm/bug.h includes. 2006-02-07 20:56:35 -05:00
decnet
econet
ethernet
ieee80211
ipv4 [PATCH] ipv4 NULL noise removal 2006-02-07 20:57:37 -05:00
ipv6 [IPV6]: Address autoconfiguration does not work after device down/up cycle 2006-02-08 16:13:28 -08:00
ipx
irda
key
lapb
llc
netfilter [NETFILTER]: nf_conntrack: fix incorrect memset() size in FTP helper 2006-02-04 23:51:23 -08:00
netlink
netrom
packet
rose
rxrpc
sched
sctp [SCTP]: Fix 'fast retransmit' to send a TSN only once. 2006-02-02 16:57:31 -08:00
sunrpc SUNRPC: Move upcall out of auth->au_ops->crcreate() 2006-02-01 12:52:25 -05:00
tipc
unix
wanrouter
x25
xfrm [PATCH] remove bogus asm/bug.h includes. 2006-02-07 20:56:35 -05:00
Kconfig [NET]: Add CONFIG_NETDEBUG to suppress bad packet messages. 2006-02-02 20:40:09 -08:00
Makefile
TUNABLE
compat.c
nonet.c
socket.c [PATCH] percpu data: only iterate over possible CPUs 2006-02-05 11:06:51 -08:00
sysctl_net.c