aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Dreier2-101/+57
2015-01-30Revert "IPoIB: fix mcast_dev_flush/mcast_restart_task race"Roland Dreier1-32/+5
2015-01-30Revert "IPoIB: change init sequence ordering"Roland Dreier1-17/+7
2015-01-30Revert "IPoIB: Use dedicated workqueues per interface"Roland Dreier6-58/+34
2015-01-30Revert "IPoIB: Make ipoib_mcast_stop_thread flush the workqueue"Roland Dreier3-12/+15
2015-01-30Revert "IPoIB: No longer use flush as a parameter"Roland Dreier3-16/+17
2014-12-15IPoIB: No longer use flush as a parameterDoug Ledford3-17/+16
2014-12-15IPoIB: Make ipoib_mcast_stop_thread flush the workqueueDoug Ledford3-15/+12
2014-12-15IPoIB: Use dedicated workqueues per interfaceDoug Ledford6-34/+58
2014-12-15IPoIB: change init sequence orderingDoug Ledford1-7/+17
2014-12-15IPoIB: fix mcast_dev_flush/mcast_restart_task raceDoug Ledford1-5/+32
2014-12-15IPoIB: fix MCAST_FLAG_BUSY usageDoug Ledford2-57/+101
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-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-1/+1
2014-09-23Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-9/+1
2014-09-22ipoib: validate struct ipoib_cb sizeEric Dumazet2-2/+8
2014-09-19IPoIB: Remove unnecessary port queryAlex Estrin1-9/+1
2014-08-14Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds4-101/+55
2014-08-12IPoIB: Remove unnecessary test for NULL before debugfs_remove()Fabian Frederick1-4/+2
2014-08-10IB/ipoib: Avoid multicast join attempts with invalid P_keyAlex Estrin2-45/+46
2014-08-05IB/ipoib: Avoid flushing the workqueue from worker contextErez Shitrit3-6/+6
2014-08-05IB/ipoib: Use P_Key change event instead of P_Key polling mechanismErez Shitrit3-65/+20
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-2/+2
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2014-06-02IB: Add a QP creation flag to use GFP_NOIO allocationsOr Gerlitz1-3/+15
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-01-22Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', 'ocrdma', 'qib', 'srp' and 'usnic' into for-nextRoland Dreier2-2/+5
2014-01-22IPoIB: Report operstate consistently when brought up without a linkMichal Schmidt1-2/+2
2014-01-14IB/core: Add flow steering support for IPoIB UD trafficMatan Barak1-0/+3
2014-01-03infiniband: make sure the src net is infiniband when create new linkHangbin Liu1-1/+2
2013-11-08IPoIB: lower NAPI weightMichal Schmidt1-1/+1
2013-11-08IPoIB: Start multicast join process only on active portsErez Shitrit1-0/+8
2013-11-08IPoIB: Add path query flushing in ipoib_ib_dev_cleanupErez Shitrit1-0/+5
2013-11-08IPoIB: Fix usage of uninitialized multicast objectsErez Shitrit2-4/+19
2013-11-08IPoIB: Avoid flushing the driver workqueue on dev_downErez Shitrit1-3/+1
2013-11-08IPoIB: Fix deadlock between dev_change_flags() and __ipoib_dev_flush()Erez Shitrit5-14/+16
2013-11-08IPoIB: Change CM skb memory allocation to be non-atomic during initTal Alon1-5/+9
2013-11-08IPoIB: Fix crash in dev_open error flowErez Shitrit1-4/+7
2013-08-13IPoIB: Fix race in deleting ipoib_neigh entriesJim Foraker2-9/+3
2013-07-31IPoIB: Fix pkey change flow for virtualization environmentsErez Shitrit1-13/+63
2013-07-31IPoIB: Make sure child devices use valid/proper pkeysOr Gerlitz2-1/+10
2013-05-08Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-1/+1
2013-05-08Merge branches 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 'srp' into for-nextRoland Dreier2-2/+2
2013-05-07drivers/infiniband/hw: rename random32() to prandom_u32()Andrew Morton1-1/+1
2013-04-17IPoIB: add support for TIPC protocolPatrick McHardy1-1/+3
2013-04-16IPoIB: Fix ipoib_hard_header() return valueDoug Ledford1-1/+1
2013-04-16RDMA: Rename random32() to prandom_u32()Akinobu Mita1-1/+1
2013-03-22IPoIB: Fix send lockup due to missed TX completionMike Marciniszyn1-2/+6