Files
linux-stable-mirror/include/net
Nicolas Dichtel 6f3118b571 ipv6: use net->rt_genid to check dst validity
IPv6 dst should take care of rt_genid too. When a xfrm policy is inserted or
deleted, all dst should be invalidated.
To force the validation, dst entries should be created with ->obsolete set to
DST_OBSOLETE_FORCE_CHK. This was already the case for all functions calling
ip6_dst_alloc(), except for ip6_rt_copy().

As a consequence, we can remove the specific code in inet6_connection_sock.

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-09-18 15:57:03 -04:00
..
2012-07-18 11:28:46 -07:00
2012-07-19 10:43:03 -07:00
2012-08-06 13:33:21 -07:00
2012-07-18 08:59:58 -07:00
2012-08-10 14:08:57 -07:00
2012-07-18 11:28:46 -07:00
2012-07-26 15:50:39 -07:00