summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp
AgeCommit message (Expand)AuthorFilesLines
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-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
2014-10-09IB/iser: Centralize ib_sig_domain settingsSagi Grimberg1-18/+18
2014-10-09IB/iser: Set IP_CSUM as default guard typeSagi Grimberg1-2/+2
2014-10-09IB/iser: Remove redundant assignmentSagi Grimberg1-1/+0
2014-10-09IB/iser: Bump version, add maintainerOr Gerlitz1-1/+1
2014-10-09IB/iser: Fix/add kernel-doc style description in iscsi_iser.cSagi Grimberg1-9/+160
2014-10-09IB/iser: Add/Fix kernel doc style descriptions in iscsi_iser.hSagi Grimberg1-46/+189
2014-10-09IB/iser: Nit - add space after __func__ in iser loggingSagi Grimberg1-8/+8
2014-10-09IB/iser: Change iscsi_conn_stop log level to infoAriel Nahum1-1/+1
2014-10-09IB/iser: Suppress scsi command send completionsSagi Grimberg3-7/+16
2014-10-09IB/iser: Optimize completion pollingSagi Grimberg2-5/+11
2014-10-09IB/iser: Use beacon to indicate all completions were consumedSagi Grimberg3-22/+23
2014-10-09IB/iser: Use single CQ for RX and TXSagi Grimberg3-125/+114