alistair23-linux/drivers/infiniband/ulp/ipoib
Pradeep Satyanarayana ec229e5e81 IPoIB/cm: Fix ipoib_cm_dev_stop() cleanup when drain times out
Commit efcd9971 ("IPoIB/cm: Factor out ipoib_cm_free_rx_reap_list()")
introduced a bug in ipoib_cm_dev_stop() when the receive drain times
out.  In that case, the function moves all the pending rx stuff into a
private list but then calls ipoib_cm_free_rx_reap_list(), which
handles a different list.

Fix this by moving everything to the rx_reap_list that will actually
get freed up.

This fixes <https://bugs.openfabrics.org/show_bug.cgi?id=906>.

Signed-off-by: Pradeep Satyanarayana <pradeeps@linux.vnet.ibm.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2008-02-19 10:25:11 -08:00
..
ipoib.h IPoIB: Remove unused struct ipoib_cm_tx.ibwc member 2008-02-14 10:30:50 -08:00
ipoib_cm.c IPoIB/cm: Fix ipoib_cm_dev_stop() cleanup when drain times out 2008-02-19 10:25:11 -08:00
ipoib_fs.c IPoIB: Constify seq_operations function pointer tables 2008-01-25 14:17:46 -08:00
ipoib_ib.c IPoIB: On P_Key change event, reset state properly 2008-02-14 10:15:06 -08:00
ipoib_main.c IPoIB: Add high DMA feature flag 2008-02-08 13:39:26 -08:00
ipoib_multicast.c IPoIB: improve IPv4/IPv6 to IB mcast mapping functions 2008-01-25 14:15:37 -08:00
ipoib_verbs.c IPoIB: Add send gather support 2008-02-08 14:32:37 -08:00
ipoib_vlan.c IPoIB: Allow setting policy to ignore multicast groups 2007-10-10 13:02:30 -07:00
Kconfig IB: Use menuconfig for InfiniBand menu 2007-07-09 20:12:26 -07:00
Makefile IPoIB: Connected mode experimental support 2007-02-10 08:00:48 -08:00