kernel-ark/drivers/infiniband/ulp/ipoib
Michael S. Tsirkin 8a7f752125 IB/ipoib: Fix packet loss after hardware address update
The neighbour ha field may get updated without destroying the
neighbour.  In this case, the ha field gets out of sync with the
address handle stored in ipoib_neigh->ah, with the result that
the ah field would point to an incorrect path, resulting in all
packets being lost.

Signed-off-by: Michael S. Tsirkin <mst@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2006-07-24 09:18:07 -07:00
..
ipoib_fs.c IB: simplify static rate encoding 2006-04-10 09:43:47 -07:00
ipoib_ib.c IPoIB: Avoid using stale last_send counter when reaping AHs 2006-06-17 20:37:34 -07:00
ipoib_main.c IB/ipoib: Fix packet loss after hardware address update 2006-07-24 09:18:07 -07:00
ipoib_multicast.c IB/ipoib: Fix oops with ipoib_debug_mcast set 2006-07-24 09:18:07 -07:00
ipoib_verbs.c IPoIB: Handle client reregister events 2006-06-17 20:37:36 -07:00
ipoib_vlan.c IPoIB: Free child interfaces properly 2006-05-09 22:54:59 -07:00
ipoib.h IB/ipoib: Fix packet loss after hardware address update 2006-07-24 09:18:07 -07:00
Kconfig IPoIB: Always build debugging code unless CONFIG_EMBEDDED=y 2006-04-02 14:39:19 -07:00
Makefile