Searched hist:"63998 ac24f8370caf99e433483532bab8368eb7e" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/net/netns/ |
H A D | ipv6.h | diff 63998ac24f8370caf99e433483532bab8368eb7e Fri Mar 22 01:28:43 CDT 2013 Nicolas Dichtel <nicolas.dichtel@6wind.com> ipv6: provide addr and netconf dump consistency info
This patch adds a dev_addr_genid for IPv6. The goal is to use it, combined with dev_base_seq to check if a change occurs during a netlink dump. If a change is detected, the flag NLM_F_DUMP_INTR is set in the first message after the dump was interrupted.
Note that only dump of unicast addresses is checked (multicast and anycast are not checked).
Reported-by: Junwei Zhang <junwei.zhang@6wind.com> Reported-by: Hongjun Li <hongjun.li@6wind.com> Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/ipv6/ |
H A D | addrconf.c | diff 63998ac24f8370caf99e433483532bab8368eb7e Fri Mar 22 01:28:43 CDT 2013 Nicolas Dichtel <nicolas.dichtel@6wind.com> ipv6: provide addr and netconf dump consistency info
This patch adds a dev_addr_genid for IPv6. The goal is to use it, combined with dev_base_seq to check if a change occurs during a netlink dump. If a change is detected, the flag NLM_F_DUMP_INTR is set in the first message after the dump was interrupted.
Note that only dump of unicast addresses is checked (multicast and anycast are not checked).
Reported-by: Junwei Zhang <junwei.zhang@6wind.com> Reported-by: Hongjun Li <hongjun.li@6wind.com> Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|