aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-20Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-6/+5
2014-12-19Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-793/+886
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley2-6/+5
2014-12-15Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'mlx4', 'ocrdma', 'odp' and 'srp' into for-nextRoland Dreier12-275/+434
2014-12-15IB/srp: Allow newline separator for connection stringSagi Grimberg1-1/+1
2014-12-15IB/iser: Bump version to 1.5Or Gerlitz1-1/+1
2014-12-15IB/iser: DIX updateSagi Grimberg2-57/+26
2014-12-15IB/iser: Micro-optimize iser_handle_wcSagi Grimberg1-1/+1
2014-12-15IB/iser: Micro-optimize iser loggingSagi Grimberg1-8/+5
2014-12-15IB/iser: Use more completion queuesSagi Grimberg2-4/+12
2014-12-15IB/iser: Remove redundant is_mr indicatorSagi Grimberg3-13/+4
2014-12-15IB/iser: Centralize memory region invalidation to a functionSagi Grimberg1-16/+16
2014-12-15IB/iser: Terminate connection before cleaning inflight tasksSagi Grimberg1-1/+1
2014-12-15IB/iser: Fix race between iser connection teardown and scsi TMFsSagi Grimberg1-8/+41
2014-12-15IB/iser: Fix possible NULL derefernce ib_conn->device in session_createAriel Nahum1-4/+18
2014-12-15IB/iser: Fix sparse warningsSagi Grimberg2-8/+8
2014-12-15IB/iser: Fix possible SQ overflowMax Gurtovoy2-3/+5
2014-12-15IB/iser: Decrement CQ's active QPs accounting when QP creation failsSagi Grimberg1-0/+4
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-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