linux-stable-rt/drivers/infiniband/ulp/ipoib
Yossi Etigin 50df48f59d IPoIB: Do not join broadcast group if interface is brought down
Because the ipoib_workqueue is not flushed when ipoib interface is
brought down, ipoib_mcast_join() may trigger a join to the broadcast
group after priv->broadcast was set to NULL (during cleanup).  This
will cause the system to be a member of the broadcast group when
interface is down.  As a side effect, this breaks the optimization of
setting the Q_key only when joining the broadcast group.

Signed-off-by: Yossi Etigin <yosefe@voltaire.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2009-01-12 19:28:42 -08:00
..
Kconfig
Makefile
ipoib.h
ipoib_cm.c
ipoib_ethtool.c
ipoib_fs.c
ipoib_ib.c
ipoib_main.c IPoIB: Fix loss of connectivity after bonding failover on both sides 2009-01-09 14:05:11 -08:00
ipoib_multicast.c IPoIB: Do not join broadcast group if interface is brought down 2009-01-12 19:28:42 -08:00
ipoib_verbs.c
ipoib_vlan.c