Age | Commit message (Expand) | Author | Files | Lines |
2016-06-07 | IB/IPoIB: Disable bottom half when dealing with device address | Mark Bloch | 1 | -3/+3 |
2016-05-25 | IB/IPoIB: Allow setting the device address | Mark Bloch | 1 | -4/+6 |
2016-05-25 | IB/ipoib: Support SendOnlyFullMember MCG for SendOnly join | Erez Shitrit | 1 | -13/+25 |
2016-02-12 | IB/ipoib: fix for rare multicast join race condition | Alex Estrin | 1 | -7/+17 |
2016-01-19 | IB/IPoIB: Fix kernel panic on multicast flow | Erez Shitrit | 1 | -4/+4 |
2015-12-23 | IB/IPoIB: Move multicast specific code out of ipoib_main.c | Christoph Lameter | 1 | -1/+20 |
2015-12-23 | IB/IPoIB: factor out common multicast list removal code | Christoph Lameter | 1 | -10/+14 |
2015-10-28 | Merge branch 'wr-cleanup' into k.o/for-4.4 | Doug Ledford | 1 | -1/+1 |
2015-10-21 | IB/core: Add netdev and gid attributes paramteres to cache | Matan Barak | 1 | -1/+1 |
2015-10-13 | IB/ipoib: For sendonly join free the multicast group on leave | Christoph Lameter | 1 | -1/+1 |
2015-10-08 | IB: split struct ib_send_wr | Christoph Hellwig | 1 | -1/+1 |
2015-09-25 | IB/ipoib: Make sendonly multicast joins create the mcast group | Doug Ledford | 1 | -10/+12 |
2015-09-25 | IB/ipoib: Expire sendonly multicast joins | Christoph Lameter | 1 | -2/+2 |
2015-09-03 | IB/ipoib: Suppress warning for send only join failures | Jason Gunthorpe | 1 | -2/+10 |
2015-09-03 | IB/ipoib: Clean up send-only multicast joins | Doug Ledford | 1 | -11/+27 |
2015-04-15 | IB/ipoib: Remove IPOIB_MCAST_RUN bit | Erez Shitrit | 1 | -4/+2 |
2015-04-15 | IB/ipoib: Update broadcast record values after each successful join request | Erez Shitrit | 1 | -1/+17 |
2015-04-15 | IB/ipoib: drop mcast_mutex usage | Doug Ledford | 1 | -38/+32 |
2015-04-15 | IB/ipoib: deserialize multicast joins | Doug Ledford | 1 | -168/+82 |
2015-04-15 | IB/ipoib: fix MCAST_FLAG_BUSY usage | Doug Ledford | 1 | -126/+229 |
2015-04-15 | IB/ipoib: No longer use flush as a parameter | Doug Ledford | 1 | -4/+14 |
2015-04-15 | IB/ipoib: Use dedicated workqueues per interface | Doug Ledford | 1 | -11/+9 |
2015-04-15 | IB/ipoib: Make the carrier_on_task race aware | Doug Ledford | 1 | -8/+17 |
2015-04-15 | IB/ipoib: Consolidate rtnl_lock tasks in workqueue | Doug Ledford | 1 | -6/+2 |
2015-01-30 | Revert "IPoIB: Consolidate rtnl_lock tasks in workqueue" | Roland Dreier | 1 | -2/+6 |
2015-01-30 | Revert "IPoIB: Make the carrier_on_task race aware" | Roland Dreier | 1 | -15/+6 |
2015-01-30 | Revert "IPoIB: fix MCAST_FLAG_BUSY usage" | Roland Dreier | 1 | -93/+55 |
2015-01-30 | Revert "IPoIB: fix mcast_dev_flush/mcast_restart_task race" | Roland Dreier | 1 | -32/+5 |
2015-01-30 | Revert "IPoIB: Use dedicated workqueues per interface" | Roland Dreier | 1 | -12/+14 |
2015-01-30 | Revert "IPoIB: Make ipoib_mcast_stop_thread flush the workqueue" | Roland Dreier | 1 | -9/+12 |
2014-12-15 | IPoIB: Make ipoib_mcast_stop_thread flush the workqueue | Doug Ledford | 1 | -12/+9 |
2014-12-15 | IPoIB: Use dedicated workqueues per interface | Doug Ledford | 1 | -14/+12 |
2014-12-15 | IPoIB: fix mcast_dev_flush/mcast_restart_task race | Doug Ledford | 1 | -5/+32 |
2014-12-15 | IPoIB: fix MCAST_FLAG_BUSY usage | Doug Ledford | 1 | -55/+93 |
2014-12-15 | IPoIB: Make the carrier_on_task race aware | Doug Ledford | 1 | -6/+15 |
2014-12-15 | IPoIB: Consolidate rtnl_lock tasks in workqueue | Doug Ledford | 1 | -6/+2 |
2014-09-19 | IPoIB: Remove unnecessary port query | Alex Estrin | 1 | -9/+1 |
2013-11-08 | IPoIB: Start multicast join process only on active ports | Erez Shitrit | 1 | -0/+8 |
2013-11-08 | IPoIB: Fix usage of uninitialized multicast objects | Erez Shitrit | 1 | -4/+17 |
2012-09-30 | IPoIB: Fix use-after-free of multicast object | Patrick McHardy | 1 | -9/+10 |
2012-09-12 | IPoIB: Fix AB-BA deadlock when deleting neighbours | Shlomo Pongratz | 1 | -2/+0 |
2012-07-30 | IPoIB: Use a private hash table for path lookup in xmit path | Shlomo Pongratz | 1 | -38/+19 |
2012-07-05 | ipoib: Need to do dst_neigh_lookup_skb() outside of priv->lock. | David S. Miller | 1 | -7/+8 |
2012-07-05 | ipoib: Convert over to dev_lookup_neigh_skb(). | David S. Miller | 1 | -9/+13 |
2012-02-08 | IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addresses | Roland Dreier | 1 | -9/+1 |
2011-12-05 | net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. | David Miller | 1 | -2/+2 |
2011-11-29 | Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-next | Roland Dreier | 1 | -4/+9 |
2011-11-29 | IB: Fix RCU lockdep splats | Eric Dumazet | 1 | -2/+4 |
2011-11-29 | IB/ipoib: Prevent hung task or softlockup processing multicast response | Mike Marciniszyn | 1 | -2/+5 |
2011-10-31 | infiniband: add moduleparam.h to drivers/infiniband as required | Paul Gortmaker | 1 | -0/+1 |