Searched hist:"51 ce8bd4d17a761e1a90a34a1b5c9b762cce7553" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/core/ |
H A D | dst.c | diff 51ce8bd4d17a761e1a90a34a1b5c9b762cce7553 Mon Feb 06 15:14:17 CST 2017 Julian Anastasov <ja@ssi.bg> net: pending_confirm is not used anymore
When same struct dst_entry can be used for many different neighbours we can not use it for pending confirmations. As last step, we can remove the pending_confirm flag.
Reported-by: YueHaibing <yuehaibing@huawei.com> Fixes: 5110effee8fd ("net: Do delayed neigh confirmation.") Fixes: f2bb4bedf35d ("ipv4: Cache output routes in fib_info nexthops.") Signed-off-by: Julian Anastasov <ja@ssi.bg> Acked-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/include/net/ |
H A D | dst.h | diff 51ce8bd4d17a761e1a90a34a1b5c9b762cce7553 Mon Feb 06 15:14:17 CST 2017 Julian Anastasov <ja@ssi.bg> net: pending_confirm is not used anymore
When same struct dst_entry can be used for many different neighbours we can not use it for pending confirmations. As last step, we can remove the pending_confirm flag.
Reported-by: YueHaibing <yuehaibing@huawei.com> Fixes: 5110effee8fd ("net: Do delayed neigh confirmation.") Fixes: f2bb4bedf35d ("ipv4: Cache output routes in fib_info nexthops.") Signed-off-by: Julian Anastasov <ja@ssi.bg> Acked-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|