summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-04-133-203/+690
|\
| * ib_srpt: Use correct ib_sg_dma primitivesMike Marciniszyn2014-04-121-6/+10
| * target: Pass in transport supported PI at session initializationNicholas Bellinger2014-04-072-1/+14
| * Target/iser: Use Fastreg only if device supports signatureSagi Grimberg2014-04-071-1/+2
| * iser-target: Add missing se_cmd put for WRITE_PENDING in tx_comp_errNicholas Bellinger2014-04-071-11/+26
| * target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger2014-04-072-0/+28
| * iser-target: Match FRMR descriptors to available session tagsNicholas Bellinger2014-04-071-15/+23
| * Target/iser: Fail SCSI WRITE command if device detected integrity errorSagi Grimberg2014-04-071-2/+6
| * Target/iser: Move check signature status to a functionSagi Grimberg2014-04-071-65/+50Star
| * Target/iser: Consider DIF and RDMA_READ completions when calculating post_sen...Sagi Grimberg2014-04-071-6/+41
| * Target/iser: Fix signature work requests accountingSagi Grimberg2014-04-071-0/+2
| * IB/isert: Support T10-PI protected transactionsSagi Grimberg2014-04-072-29/+311
| * IB/isert: Accept RDMA_WRITE completionsSagi Grimberg2014-04-071-2/+17
| * IB/isert: Initialize T10-PI resourcesSagi Grimberg2014-04-072-17/+110
| * IB/isert: Introduce isert_map/unmap_data_bufSagi Grimberg2014-04-072-125/+127
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-04-047-340/+871
|\ \ | |/ |/|
| *-. Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'oc...Roland Dreier2014-04-037-340/+871
| |\ \
| | | * IB/srp: Fix a race condition between failing I/O and I/O completionBart Van Assche2014-03-241-11/+22
| | | * IB/srp: Avoid that writing into "add_target" hangs due to a cable pullBart Van Assche2014-03-241-0/+1
| | | * IB/srp: Make writing into the "add_target" sysfs attribute interruptibleBart Van Assche2014-03-241-2/+8
| | | * IB/srp: Avoid duplicate connectionsBart Van Assche2014-03-242-3/+10
| | | * IB/srp: Add more loggingBart Van Assche2014-03-241-11/+12
| | | * IB/srp: Check ib_query_gid return valueSagi Grimberg2014-03-241-1/+3
| | |/ | |/|
| | * IB/iser: Bump driver version to 1.3Or Gerlitz2014-04-011-1/+1
| | * IB/iser: Update Mellanox copyright noteOr Gerlitz2014-04-015-5/+5
| | * IB/iser: Print QP information once connection is establishedOr Gerlitz2014-04-011-2/+7
| | * IB/iser: Remove struct iscsi_iser_connAriel Nahum2014-04-015-79/+59Star
| | * IB/iser: Drain the tx cq once before looping on the rx cqRoi Dayan2014-04-011-3/+6
| | * IB/iser: Fix sector_t format warningRandy Dunlap2014-04-011-2/+3
| | * IB/iser: Publish T10-PI support to SCSI midlayerSagi Grimberg2014-03-181-1/+22
| | * IB/iser: Implement check_protectionSagi Grimberg2014-03-183-0/+62
| | * IB/iser: Support T10-PI operationsSagi Grimberg2014-03-184-27/+304
| | * IB/iser: Initialize T10-PI resourcesAlex Tabachnik2014-03-182-8/+90
| | * IB/iser: Introduce pi_enable, pi_guard module parametersAlex Tabachnik2014-03-183-0/+24
| | * IB/iser: Generalize fall_to_bounce_buf routineSagi Grimberg2014-03-181-24/+29
| | * IB/iser: Generalize iser_unmap_task_data and finalize_rdma_unaligned_sgSagi Grimberg2014-03-183-38/+48
| | * IB/iser: Replace fastreg descriptor valid bool with indicators containerSagi Grimberg2014-03-183-5/+9
| | * IB/iser: Keep IB device attributes under iser_deviceSagi Grimberg2014-03-182-12/+7Star
| | * IB/iser: Move fast_reg_descriptor initialization to a functionSagi Grimberg2014-03-181-18/+40
| | * IB/iser: Push the decision what memory key to use into fast_reg_mr routineSagi Grimberg2014-03-181-42/+59
| | * IB/iser: Avoid FRWR notation, use fastreg insteadSagi Grimberg2014-03-183-65/+67
| | * IB/iser: Suppress completions for fast registration work requestsSagi Grimberg2014-03-183-19/+12Star
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2014-03-092-75/+112
|\ \ | |/ |/|
| * iser-target: Fix command leak for tx_desc->comp_llnode_batchNicholas Bellinger2014-03-052-6/+46
| * iser-target: Ignore completions for FRWRs in isert_cq_tx_workNicholas Bellinger2014-03-052-2/+7
| * iser-target: Fix post_send_buf_count for RDMA READ/WRITENicholas Bellinger2014-03-051-6/+8
| * iscsi/iser-target: Fix isert_conn->state hung shutdown issuesNicholas Bellinger2014-03-052-60/+50Star
| * iscsi/iser-target: Use list_del_init for ->i_conn_nodeNicholas Bellinger2014-03-051-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2014-02-162-7/+8
|\|
| * IB/srpt: replace strict_strtoul() with kstrtoul()Jingoo Han2014-02-131-7/+7