aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-15IB/iser: Collapse cleanup and disconnect handlersAriel Nahum1-8/+11
2014-12-15IB/iser: Fix catastrophic error flow hangSagi Grimberg1-1/+3
2014-12-15IB/iser: Re-adjust CQ and QP send ring sizes to HW limitsMinh Tran3-8/+38
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-12-15RDMA/cxgb4: Handle NET_XMIT return codesHariprasad S1-0/+4
2014-12-15RDMA/cxgb4: Wake up waiters after flushing the qpSteve Wise1-1/+1
2014-12-15RDMA/cxgb4: Limit MRs to < 8GB for T4/T5 devicesHariprasad Shenai1-0/+22
2014-12-15RDMA/cxgb4: Fix locking issue in process_mpa_requestHariprasad Shenai1-1/+2
2014-12-15RDMA/cxgb4: Configure 0B MRs to match HW implementationPramod Kumar1-2/+4
2014-12-15RDMA/cxgb4: Increase epd buff size for debug interfacePramod Kumar1-1/+1
2014-12-15IB/addr: Improve address resolution callback schedulingOr Kehati1-2/+2
2014-12-15IB/core: Fix mgid key handling in SA agent multicast data-baseJack Morgenstein1-3/+8
2014-12-15IB/core: Do not resolve VLAN if already resolvedMoni Shoua1-1/+2
2014-12-12iser-target: Fix wc->wr_id cast warningNicholas Bellinger1-2/+1
2014-12-12iser-target: Remove code duplicationSagi Grimberg1-27/+20
2014-12-12iser-target: Adjust log levels and prettify some printsSagi Grimberg1-109/+108
2014-12-12iser-target: Use debug_level parameter to control logging levelSagi Grimberg2-178/+209
2014-12-12iser-target: Fix logout sequenceSagi Grimberg2-8/+17
2014-12-12iser-target: Don't wait for session commands from completion contextSagi Grimberg1-7/+10
2014-12-12iser-target: Reduce CQ lock contention by batch pollingSagi Grimberg2-5/+9
2014-12-12iser-target: Introduce isert_poll_budgetSagi Grimberg1-1/+7
2014-12-12iser-target: Remove an atomic operation from the IO pathSagi Grimberg2-63/+40
2014-12-12iser-target: Remove redundant call to isert_conn_terminateSagi Grimberg1-4/+0
2014-12-12iser-target: Use single CQ for TX and RXSagi Grimberg2-124/+83
2014-12-12iser-target: Centralize completion elements to a contextSagi Grimberg2-108/+114
2014-12-12iser-target: Cast wr_id with uintptr_t instead of unsinged longSagi Grimberg1-8/+8
2014-12-12iser-target: Unite error completion handler for RX and TXSagi Grimberg1-33/+28
2014-12-12iser-target: Remove interrupt coalescingSagi Grimberg2-116/+10
2014-12-12iser-target: Work-around live target stack shutdown resource cleanupSagi Grimberg1-0/+21
2014-12-12iscsi,iser-target: Expose supported protection ops according to t10_piSagi Grimberg2-3/+12
2014-12-12iser-target: Fix NULL dereference in SW mode DIFSagi Grimberg1-6/+13
2014-12-12iser-target: Allocate PI contexts dynamicallySagi Grimberg2-116/+158
2014-12-12iser-target: Fix implicit termination of connectionsSagi Grimberg2-8/+35
2014-12-12iser-target: Handle ADDR_CHANGE event for listener cm_idSagi Grimberg2-31/+77
2014-12-12iser-target: Fix connected_handler + teardown flow raceSagi Grimberg1-12/+19
2014-12-12iser-target: Parallelize CM connection establishmentSagi Grimberg2-24/+62
2014-12-12iser-target: Fix flush + disconnect completion handlingSagi Grimberg2-23/+31
2014-12-12iscsi,iser-target: Initiate termination only onceSagi Grimberg2-34/+51
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds12-148/+172
2014-12-11net/mlx4: Add A0 hybrid steeringMatan Barak1-2/+4
2014-12-11net/mlx4: Change QP allocation schemeEugenia Emantayev2-5/+8
2014-12-11net/mlx4_core: Use tasklet for user-space CQ completion eventsMatan Barak1-1/+4
2014-12-08mlx5: Fix error flow in add_keysEli Cohen1-0/+3