aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_multicast.c
Commit message (Expand)AuthorAge
* IB/ipoib: Remove IPOIB_MCAST_RUN bitErez Shitrit2015-04-15
* IB/ipoib: Update broadcast record values after each successful join requestErez Shitrit2015-04-15
* IB/ipoib: drop mcast_mutex usageDoug Ledford2015-04-15
* IB/ipoib: deserialize multicast joinsDoug Ledford2015-04-15
* IB/ipoib: fix MCAST_FLAG_BUSY usageDoug Ledford2015-04-15
* IB/ipoib: No longer use flush as a parameterDoug Ledford2015-04-15
* IB/ipoib: Use dedicated workqueues per interfaceDoug Ledford2015-04-15
* IB/ipoib: Make the carrier_on_task race awareDoug Ledford2015-04-15
* IB/ipoib: Consolidate rtnl_lock tasks in workqueueDoug Ledford2015-04-15
* Revert "IPoIB: Consolidate rtnl_lock tasks in workqueue"Roland Dreier2015-01-30
* Revert "IPoIB: Make the carrier_on_task race aware"Roland Dreier2015-01-30
* Revert "IPoIB: fix MCAST_FLAG_BUSY usage"Roland Dreier2015-01-30
* Revert "IPoIB: fix mcast_dev_flush/mcast_restart_task race"Roland Dreier2015-01-30
* Revert "IPoIB: Use dedicated workqueues per interface"Roland Dreier2015-01-30
* Revert "IPoIB: Make ipoib_mcast_stop_thread flush the workqueue"Roland Dreier2015-01-30
* IPoIB: Make ipoib_mcast_stop_thread flush the workqueueDoug Ledford2014-12-15
* IPoIB: Use dedicated workqueues per interfaceDoug Ledford2014-12-15
* IPoIB: fix mcast_dev_flush/mcast_restart_task raceDoug Ledford2014-12-15
* IPoIB: fix MCAST_FLAG_BUSY usageDoug Ledford2014-12-15
* IPoIB: Make the carrier_on_task race awareDoug Ledford2014-12-15
* IPoIB: Consolidate rtnl_lock tasks in workqueueDoug Ledford2014-12-15
* IPoIB: Remove unnecessary port queryAlex Estrin2014-09-19
* IPoIB: Start multicast join process only on active portsErez Shitrit2013-11-08
* IPoIB: Fix usage of uninitialized multicast objectsErez Shitrit2013-11-08
* IPoIB: Fix use-after-free of multicast objectPatrick McHardy2012-09-30
* IPoIB: Fix AB-BA deadlock when deleting neighboursShlomo Pongratz2012-09-12
* IPoIB: Use a private hash table for path lookup in xmit pathShlomo Pongratz2012-07-30
* ipoib: Need to do dst_neigh_lookup_skb() outside of priv->lock.David S. Miller2012-07-06
* ipoib: Convert over to dev_lookup_neigh_skb().David S. Miller2012-07-05
* IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addressesRoland Dreier2012-02-08
* net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-05
*-. Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-nextRoland Dreier2011-11-29
|\ \
| | * IB: Fix RCU lockdep splatsEric Dumazet2011-11-29
| |/ |/|
| * IB/ipoib: Prevent hung task or softlockup processing multicast responseMike Marciniszyn2011-11-29
|/
* infiniband: add moduleparam.h to drivers/infiniband as requiredPaul Gortmaker2011-10-31
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-18
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-11
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | net: convert multicast list to list_headJiri Pirko2010-04-03
* | ipoib: remove addrlen check for mc addressesJiri Pirko2010-03-22
|/
* ipoib: returned back addrlen check for mc addressesJiri Pirko2010-02-28
* infiniband: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-26
* IPoIB: Don't turn on carrier for a non-active portMoni Shoua2009-09-24
* IPoIB: Check multicast address formatJason Gunthorpe2009-09-05
* IPoIB: Drop priv->lock before calling ipoib_send()Roland Dreier2009-09-05
* net: skb->dst accessorsEric Dumazet2009-06-03
* IPoIB: Do not print error messages for multicast join retriesYossi Etigin2009-01-16
* IPoIB: Do not join broadcast group if interface is brought downYossi Etigin2009-01-12
* net: replace %p6 with %pI6Harvey Harrison2008-10-29
* infiniband: ipoib replace IPOIB_GID_FMT with %p6Harvey Harrison2008-10-29