summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'mlx4', 'ocrdma', 'odp' and ...Roland Dreier2014-12-1512-275/+434
|\ \ \
| | | * IB/srp: Allow newline separator for connection stringSagi Grimberg2014-12-151-1/+1
| |_|/ |/| |
| | * IB/iser: Bump version to 1.5Or Gerlitz2014-12-151-1/+1
| | * IB/iser: DIX updateSagi Grimberg2014-12-152-57/+26
| | * IB/iser: Micro-optimize iser_handle_wcSagi Grimberg2014-12-151-1/+1
| | * IB/iser: Micro-optimize iser loggingSagi Grimberg2014-12-151-8/+5
| | * IB/iser: Use more completion queuesSagi Grimberg2014-12-152-4/+12
| | * IB/iser: Remove redundant is_mr indicatorSagi Grimberg2014-12-153-13/+4
| | * IB/iser: Centralize memory region invalidation to a functionSagi Grimberg2014-12-151-16/+16
| | * IB/iser: Terminate connection before cleaning inflight tasksSagi Grimberg2014-12-151-1/+1
| | * IB/iser: Fix race between iser connection teardown and scsi TMFsSagi Grimberg2014-12-151-8/+41
| | * IB/iser: Fix possible NULL derefernce ib_conn->device in session_createAriel Nahum2014-12-151-4/+18
| | * IB/iser: Fix sparse warningsSagi Grimberg2014-12-152-8/+8
| | * IB/iser: Fix possible SQ overflowMax Gurtovoy2014-12-152-3/+5
| | * IB/iser: Decrement CQ's active QPs accounting when QP creation failsSagi Grimberg2014-12-151-0/+4
| | * IB/iser: Collapse cleanup and disconnect handlersAriel Nahum2014-12-151-8/+11
| | * IB/iser: Fix catastrophic error flow hangSagi Grimberg2014-12-151-1/+3
| | * IB/iser: Re-adjust CQ and QP send ring sizes to HW limitsMinh Tran2014-12-153-8/+38
| |/ |/|
| * IPoIB: No longer use flush as a parameterDoug Ledford2014-12-153-17/+16
| * IPoIB: Make ipoib_mcast_stop_thread flush the workqueueDoug Ledford2014-12-153-15/+12
| * IPoIB: Use dedicated workqueues per interfaceDoug Ledford2014-12-156-34/+58
| * IPoIB: change init sequence orderingDoug Ledford2014-12-151-7/+17
| * IPoIB: fix mcast_dev_flush/mcast_restart_task raceDoug Ledford2014-12-151-5/+32
| * IPoIB: fix MCAST_FLAG_BUSY usageDoug Ledford2014-12-152-57/+101
| * IPoIB: Make the carrier_on_task race awareDoug Ledford2014-12-151-6/+15
| * IPoIB: Consolidate rtnl_lock tasks in workqueueDoug Ledford2014-12-151-6/+2
|/
* Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley2014-12-083-434/+720
|\
| * scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-242-6/+3
| * scsi: don't allow setting of queue_depth bigger than can_queueChristoph Hellwig2014-11-241-7/+1
| * scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig2014-11-242-12/+9
| * IB/srp: Fix a race condition triggered by destroying a queue pairBart Van Assche2014-11-122-9/+52
| * IB/srp: Add multichannel supportBart Van Assche2014-11-122-75/+216
| * IB/srp: Use block layer tagsBart Van Assche2014-11-122-24/+27
| * IB/srp: Separate target and channel variablesBart Van Assche2014-11-122-335/+403
| * IB/srp: Introduce two new srp_target_port member variablesBart Van Assche2014-11-122-17/+26
| * IB/srp: Avoid that I/O hangs due to a cable pull during LUN scanningBart Van Assche2014-11-122-9/+52
| * IB/srp: Remove stale connection retry mechanismBart Van Assche2014-11-121-13/+3
| * IB/srp: Move ib_destroy_cm_id() call into srp_free_ch_ib()Bart Van Assche2014-11-121-5/+6
* | Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linusJames Bottomley2014-12-081-24/+2
|\|
| * scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-1/+1
| * scsi: provide a generic change_queue_type methodChristoph Hellwig2014-11-121-23/+1
* | IB/isert: Adjust CQ size to HW limitsChris Moore2014-11-191-2/+6
* | iser-target: Handle DEVICE_REMOVAL event on network portal listener correctlySagi Grimberg2014-11-021-10/+19
* | ib_isert: Add max_send_sge=2 minimum for control PDU responsesOr Gerlitz2014-11-021-2/+5
* | srp-target: Retry when QP creation fails with ENOMEMBart Van Assche2014-10-281-0/+8
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-10-211-3/+3
|\
| * iser-target: Disable TX completion interrupt coalescingNicholas Bellinger2014-10-051-2/+2
| * iser-target: Fix smatch warningSagi Grimberg2014-10-031-1/+1
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-10-196-669/+1081
|\ \
| * | IB/mlx5, iser, isert: Add Signature API additionsSagi Grimberg2014-10-092-52/+38