aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_multicast.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-15IB/ipoib: Remove IPOIB_MCAST_RUN bitErez Shitrit1-4/+2
2015-04-15IB/ipoib: Update broadcast record values after each successful join requestErez Shitrit1-1/+17
2015-04-15IB/ipoib: drop mcast_mutex usageDoug Ledford1-38/+32
2015-04-15IB/ipoib: deserialize multicast joinsDoug Ledford1-168/+82
2015-04-15IB/ipoib: fix MCAST_FLAG_BUSY usageDoug Ledford1-126/+229
2015-04-15IB/ipoib: No longer use flush as a parameterDoug Ledford1-4/+14
2015-04-15IB/ipoib: Use dedicated workqueues per interfaceDoug Ledford1-11/+9
2015-04-15IB/ipoib: Make the carrier_on_task race awareDoug Ledford1-8/+17
2015-04-15IB/ipoib: Consolidate rtnl_lock tasks in workqueueDoug Ledford1-6/+2
2015-01-30Revert "IPoIB: Consolidate rtnl_lock tasks in workqueue"Roland Dreier1-2/+6
2015-01-30Revert "IPoIB: Make the carrier_on_task race aware"Roland Dreier1-15/+6
2015-01-30Revert "IPoIB: fix MCAST_FLAG_BUSY usage"Roland Dreier1-93/+55
2015-01-30Revert "IPoIB: fix mcast_dev_flush/mcast_restart_task race"Roland Dreier1-32/+5
2015-01-30Revert "IPoIB: Use dedicated workqueues per interface"Roland Dreier1-12/+14
2015-01-30Revert "IPoIB: Make ipoib_mcast_stop_thread flush the workqueue"Roland Dreier1-9/+12
2014-12-15IPoIB: Make ipoib_mcast_stop_thread flush the workqueueDoug Ledford1-12/+9
2014-12-15IPoIB: Use dedicated workqueues per interfaceDoug Ledford1-14/+12
2014-12-15IPoIB: fix mcast_dev_flush/mcast_restart_task raceDoug Ledford1-5/+32
2014-12-15IPoIB: fix MCAST_FLAG_BUSY usageDoug Ledford1-55/+93
2014-12-15IPoIB: Make the carrier_on_task race awareDoug Ledford1-6/+15
2014-12-15IPoIB: Consolidate rtnl_lock tasks in workqueueDoug Ledford1-6/+2
2014-09-19IPoIB: Remove unnecessary port queryAlex Estrin1-9/+1
2013-11-08IPoIB: Start multicast join process only on active portsErez Shitrit1-0/+8
2013-11-08IPoIB: Fix usage of uninitialized multicast objectsErez Shitrit1-4/+17
2012-09-30IPoIB: Fix use-after-free of multicast objectPatrick McHardy1-9/+10
2012-09-12IPoIB: Fix AB-BA deadlock when deleting neighboursShlomo Pongratz1-2/+0
2012-07-30IPoIB: Use a private hash table for path lookup in xmit pathShlomo Pongratz1-38/+19
2012-07-05ipoib: Need to do dst_neigh_lookup_skb() outside of priv->lock.David S. Miller1-7/+8
2012-07-05ipoib: Convert over to dev_lookup_neigh_skb().David S. Miller1-9/+13
2012-02-08IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addressesRoland Dreier1-9/+1
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller1-2/+2
2011-11-29Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-nextRoland Dreier1-4/+9
2011-11-29IB: Fix RCU lockdep splatsEric Dumazet1-2/+4
2011-11-29IB/ipoib: Prevent hung task or softlockup processing multicast responseMike Marciniszyn1-2/+5
2011-10-31infiniband: add moduleparam.h to drivers/infiniband as requiredPaul Gortmaker1-0/+1
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller1-7/+13
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-5/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-22ipoib: remove addrlen check for mc addressesJiri Pirko1-5/+1
2010-02-28ipoib: returned back addrlen check for mc addressesJiri Pirko1-1/+5
2010-02-26infiniband: convert to use netdev_for_each_mc_addrJiri Pirko1-6/+2
2009-09-24IPoIB: Don't turn on carrier for a non-active portMoni Shoua1-0/+7
2009-09-05IPoIB: Check multicast address formatJason Gunthorpe1-0/+19
2009-09-05IPoIB: Drop priv->lock before calling ipoib_send()Roland Dreier1-0/+2
2009-06-03net: skb->dst accessorsEric Dumazet1-5/+5
2009-01-16IPoIB: Do not print error messages for multicast join retriesYossi Etigin1-1/+1
2009-01-12IPoIB: Do not join broadcast group if interface is brought downYossi Etigin1-0/+3
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-15/+15
2008-10-28infiniband: ipoib replace IPOIB_GID_FMT with %p6Harvey Harrison1-41/+29