summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp
AgeCommit message (Expand)AuthorFilesLines
2014-12-16Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'mlx4', 'ocrdma', 'odp' and ...Roland Dreier12-275/+434
2014-12-16IB/srp: Allow newline separator for connection stringSagi Grimberg1-1/+1
2014-12-16IB/iser: Bump version to 1.5Or Gerlitz1-1/+1
2014-12-16IB/iser: DIX updateSagi Grimberg2-57/+26
2014-12-16IB/iser: Micro-optimize iser_handle_wcSagi Grimberg1-1/+1
2014-12-16IB/iser: Micro-optimize iser loggingSagi Grimberg1-8/+5
2014-12-16IB/iser: Use more completion queuesSagi Grimberg2-4/+12
2014-12-16IB/iser: Remove redundant is_mr indicatorSagi Grimberg3-13/+4
2014-12-16IB/iser: Centralize memory region invalidation to a functionSagi Grimberg1-16/+16
2014-12-16IB/iser: Terminate connection before cleaning inflight tasksSagi Grimberg1-1/+1
2014-12-16IB/iser: Fix race between iser connection teardown and scsi TMFsSagi Grimberg1-8/+41
2014-12-16IB/iser: Fix possible NULL derefernce ib_conn->device in session_createAriel Nahum1-4/+18
2014-12-16IB/iser: Fix sparse warningsSagi Grimberg2-8/+8
2014-12-16IB/iser: Fix possible SQ overflowMax Gurtovoy2-3/+5
2014-12-16IB/iser: Decrement CQ's active QPs accounting when QP creation failsSagi Grimberg1-0/+4
2014-12-16IB/iser: Collapse cleanup and disconnect handlersAriel Nahum1-8/+11
2014-12-16IB/iser: Fix catastrophic error flow hangSagi Grimberg1-1/+3
2014-12-16IB/iser: Re-adjust CQ and QP send ring sizes to HW limitsMinh Tran3-8/+38
2014-12-16IPoIB: No longer use flush as a parameterDoug Ledford3-17/+16
2014-12-16IPoIB: Make ipoib_mcast_stop_thread flush the workqueueDoug Ledford3-15/+12
2014-12-16IPoIB: Use dedicated workqueues per interfaceDoug Ledford6-34/+58
2014-12-16IPoIB: change init sequence orderingDoug Ledford1-7/+17
2014-12-16IPoIB: fix mcast_dev_flush/mcast_restart_task raceDoug Ledford1-5/+32
2014-12-16IPoIB: fix MCAST_FLAG_BUSY usageDoug Ledford2-57/+101
2014-12-16IPoIB: Make the carrier_on_task race awareDoug Ledford1-6/+15
2014-12-16IPoIB: Consolidate rtnl_lock tasks in workqueueDoug Ledford1-6/+2
2014-12-08Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley3-434/+720
2014-12-08Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linusJames Bottomley1-24/+2
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2-6/+3
2014-11-24scsi: don't allow setting of queue_depth bigger than can_queueChristoph Hellwig1-7/+1
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig2-12/+9
2014-11-20IB/isert: Adjust CQ size to HW limitsChris Moore1-2/+6
2014-11-12IB/srp: Fix a race condition triggered by destroying a queue pairBart Van Assche2-9/+52
2014-11-12IB/srp: Add multichannel supportBart Van Assche2-75/+216
2014-11-12IB/srp: Use block layer tagsBart Van Assche2-24/+27
2014-11-12IB/srp: Separate target and channel variablesBart Van Assche2-335/+403
2014-11-12IB/srp: Introduce two new srp_target_port member variablesBart Van Assche2-17/+26
2014-11-12IB/srp: Avoid that I/O hangs due to a cable pull during LUN scanningBart Van Assche2-9/+52
2014-11-12IB/srp: Remove stale connection retry mechanismBart Van Assche1-13/+3
2014-11-12IB/srp: Move ib_destroy_cm_id() call into srp_free_ch_ib()Bart Van Assche1-5/+6
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-1/+1
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig1-23/+1
2014-11-03iser-target: Handle DEVICE_REMOVAL event on network portal listener correctlySagi Grimberg1-10/+19
2014-11-03ib_isert: Add max_send_sge=2 minimum for control PDU responsesOr Gerlitz1-2/+5
2014-10-28srp-target: Retry when QP creation fails with ENOMEMBart Van Assche1-0/+8
2014-10-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-3/+3
2014-10-19Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds6-669/+1081
2014-10-14ib_srpt: replace strnicmp with strncasecmpRasmus Villemoes1-1/+1
2014-10-09IB/mlx5, iser, isert: Add Signature API additionsSagi Grimberg2-52/+38
2014-10-09Target/iser: Centralize ib_sig_domain settingSagi Grimberg1-17/+16