On Sat, 2017-01-28 at 16:26 +0200, Julian Anastasov wrote: > When same struct dst_entry can be used for many different > neighbours we can not use it for pending confirmations. > Use the new sk_dst_confirm() helper to propagate the > indication from received packets to sock_confirm_neigh(). > > Reported-by: YueHaibing <yuehaib...@huawei.com> > Fixes: 5110effee8fd ("net: Do delayed neigh confirmation.") > Fixes: f2bb4bedf35d ("ipv4: Cache output routes in fib_info nexthops.") > Signed-off-by: Julian Anastasov <j...@ssi.bg> > ---
For the whole series, Acked-by: Eric Dumazet <eduma...@google.com> Thanks !