summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
AgeCommit message (Expand)AuthorLines
2015-01-30Revert "IPoIB: Consolidate rtnl_lock tasks in workqueue"Roland Dreier-2/+6
2015-01-30Revert "IPoIB: Make the carrier_on_task race aware"Roland Dreier-15/+6
2015-01-30Revert "IPoIB: fix MCAST_FLAG_BUSY usage"Roland Dreier-101/+57
2015-01-30Revert "IPoIB: fix mcast_dev_flush/mcast_restart_task race"Roland Dreier-32/+5
2015-01-30Revert "IPoIB: change init sequence ordering"Roland Dreier-17/+7
2015-01-30Revert "IPoIB: Use dedicated workqueues per interface"Roland Dreier-58/+34
2015-01-30Revert "IPoIB: Make ipoib_mcast_stop_thread flush the workqueue"Roland Dreier-12/+15
2015-01-30Revert "IPoIB: No longer use flush as a parameter"Roland Dreier-16/+17
2014-12-20Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds-6/+5
2014-12-19Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-793/+886
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley-6/+5
2014-12-15Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'mlx4', 'ocrdma', 'odp' and ...Roland Dreier-275/+434
2014-12-15IB/srp: Allow newline separator for connection stringSagi Grimberg-1/+1
2014-12-15IB/iser: Bump version to 1.5Or Gerlitz-1/+1
2014-12-15IB/iser: DIX updateSagi Grimberg-57/+26
2014-12-15IB/iser: Micro-optimize iser_handle_wcSagi Grimberg-1/+1
2014-12-15IB/iser: Micro-optimize iser loggingSagi Grimberg-8/+5
2014-12-15IB/iser: Use more completion queuesSagi Grimberg-4/+12
2014-12-15IB/iser: Remove redundant is_mr indicatorSagi Grimberg-13/+4
2014-12-15IB/iser: Centralize memory region invalidation to a functionSagi Grimberg-16/+16
2014-12-15IB/iser: Terminate connection before cleaning inflight tasksSagi Grimberg-1/+1
2014-12-15IB/iser: Fix race between iser connection teardown and scsi TMFsSagi Grimberg-8/+41
2014-12-15IB/iser: Fix possible NULL derefernce ib_conn->device in session_createAriel Nahum-4/+18
2014-12-15IB/iser: Fix sparse warningsSagi Grimberg-8/+8
2014-12-15IB/iser: Fix possible SQ overflowMax Gurtovoy-3/+5
2014-12-15IB/iser: Decrement CQ's active QPs accounting when QP creation failsSagi Grimberg-0/+4
2014-12-15IB/iser: Collapse cleanup and disconnect handlersAriel Nahum-8/+11
2014-12-15IB/iser: Fix catastrophic error flow hangSagi Grimberg-1/+3
2014-12-15IB/iser: Re-adjust CQ and QP send ring sizes to HW limitsMinh Tran-8/+38
2014-12-15IPoIB: No longer use flush as a parameterDoug Ledford-17/+16
2014-12-15IPoIB: Make ipoib_mcast_stop_thread flush the workqueueDoug Ledford-15/+12
2014-12-15IPoIB: Use dedicated workqueues per interfaceDoug Ledford-34/+58
2014-12-15IPoIB: change init sequence orderingDoug Ledford-7/+17
2014-12-15IPoIB: fix mcast_dev_flush/mcast_restart_task raceDoug Ledford-5/+32
2014-12-15IPoIB: fix MCAST_FLAG_BUSY usageDoug Ledford-57/+101
2014-12-15IPoIB: Make the carrier_on_task race awareDoug Ledford-6/+15
2014-12-15IPoIB: Consolidate rtnl_lock tasks in workqueueDoug Ledford-6/+2
2014-12-12iser-target: Fix wc->wr_id cast warningNicholas Bellinger-2/+1
2014-12-12iser-target: Remove code duplicationSagi Grimberg-27/+20
2014-12-12iser-target: Adjust log levels and prettify some printsSagi Grimberg-109/+108
2014-12-12iser-target: Use debug_level parameter to control logging levelSagi Grimberg-178/+209
2014-12-12iser-target: Fix logout sequenceSagi Grimberg-8/+17
2014-12-12iser-target: Don't wait for session commands from completion contextSagi Grimberg-7/+10
2014-12-12iser-target: Reduce CQ lock contention by batch pollingSagi Grimberg-5/+9
2014-12-12iser-target: Introduce isert_poll_budgetSagi Grimberg-1/+7
2014-12-12iser-target: Remove an atomic operation from the IO pathSagi Grimberg-63/+40
2014-12-12iser-target: Remove redundant call to isert_conn_terminateSagi Grimberg-4/+0
2014-12-12iser-target: Use single CQ for TX and RXSagi Grimberg-124/+83
2014-12-12iser-target: Centralize completion elements to a contextSagi Grimberg-108/+114
2014-12-12iser-target: Cast wr_id with uintptr_t instead of unsinged longSagi Grimberg-8/+8