summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
AgeCommit message (Expand)AuthorFilesLines
2014-04-03Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds7-340/+871
2014-04-03Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'oc...Roland Dreier7-340/+871
2014-04-01IB/iser: Bump driver version to 1.3Or Gerlitz1-1/+1
2014-04-01IB/iser: Update Mellanox copyright noteOr Gerlitz5-5/+5
2014-04-01IB/iser: Print QP information once connection is establishedOr Gerlitz1-2/+7
2014-04-01IB/iser: Remove struct iscsi_iser_connAriel Nahum5-79/+59
2014-04-01IB/iser: Drain the tx cq once before looping on the rx cqRoi Dayan1-3/+6
2014-04-01IB/iser: Fix sector_t format warningRandy Dunlap1-2/+3
2014-03-24IB/srp: Fix a race condition between failing I/O and I/O completionBart Van Assche1-11/+22
2014-03-24IB/srp: Avoid that writing into "add_target" hangs due to a cable pullBart Van Assche1-0/+1
2014-03-24IB/srp: Make writing into the "add_target" sysfs attribute interruptibleBart Van Assche1-2/+8
2014-03-24IB/srp: Avoid duplicate connectionsBart Van Assche2-3/+10
2014-03-24IB/srp: Add more loggingBart Van Assche1-11/+12
2014-03-24IB/srp: Check ib_query_gid return valueSagi Grimberg1-1/+3
2014-03-17IB/iser: Publish T10-PI support to SCSI midlayerSagi Grimberg1-1/+22
2014-03-17IB/iser: Implement check_protectionSagi Grimberg3-0/+62
2014-03-17IB/iser: Support T10-PI operationsSagi Grimberg4-27/+304
2014-03-17IB/iser: Initialize T10-PI resourcesAlex Tabachnik2-8/+90
2014-03-17IB/iser: Introduce pi_enable, pi_guard module parametersAlex Tabachnik3-0/+24
2014-03-17IB/iser: Generalize fall_to_bounce_buf routineSagi Grimberg1-24/+29
2014-03-17IB/iser: Generalize iser_unmap_task_data and finalize_rdma_unaligned_sgSagi Grimberg3-38/+48
2014-03-17IB/iser: Replace fastreg descriptor valid bool with indicators containerSagi Grimberg3-5/+9
2014-03-17IB/iser: Keep IB device attributes under iser_deviceSagi Grimberg2-12/+7
2014-03-17IB/iser: Move fast_reg_descriptor initialization to a functionSagi Grimberg1-18/+40
2014-03-17IB/iser: Push the decision what memory key to use into fast_reg_mr routineSagi Grimberg1-42/+59
2014-03-17IB/iser: Avoid FRWR notation, use fastreg insteadSagi Grimberg3-65/+67
2014-03-17IB/iser: Suppress completions for fast registration work requestsSagi Grimberg3-19/+12
2014-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-75/+112
2014-03-04iser-target: Fix command leak for tx_desc->comp_llnode_batchNicholas Bellinger2-6/+46
2014-03-04iser-target: Ignore completions for FRWRs in isert_cq_tx_workNicholas Bellinger2-2/+7
2014-03-04iser-target: Fix post_send_buf_count for RDMA READ/WRITENicholas Bellinger1-6/+8
2014-03-04iscsi/iser-target: Fix isert_conn->state hung shutdown issuesNicholas Bellinger2-60/+50
2014-03-04iscsi/iser-target: Use list_del_init for ->i_conn_nodeNicholas Bellinger1-3/+3
2014-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-7/+8
2014-02-14IB/iser: Fix use after free in iser_snd_completion()Dan Carpenter1-1/+2
2014-02-14IB/iser: Avoid dereferencing iscsi_iser conn object when not bound to iser co...Roi Dayan1-3/+7
2014-02-12IB/srpt: replace strict_strtoul() with kstrtoul()Jingoo Han1-7/+7
2014-02-12iser-target: Fix leak on failure in isert_conn_create_fastreg_poolNicholas Bellinger1-0/+1
2014-01-31Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2-111/+121
2014-01-25iscsi-target: Convert gfp_t parameter to task state bitmaskNicholas Bellinger1-7/+7
2014-01-22Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', ...Roland Dreier3-2/+6
2014-01-22IPoIB: Report operstate consistently when brought up without a linkMichal Schmidt1-2/+2
2014-01-21scsi_transport_srp: Fix a race conditionBart Van Assche1-0/+1
2014-01-19IB/isert: pass scatterlist instead of cmd to fast_reg_mr routineSagi Grimberg1-16/+12
2014-01-19IB/isert: Move fastreg descriptor creation to a functionSagi Grimberg1-20/+32
2014-01-19IB/isert: Avoid frwr notation, user fastregSagi Grimberg2-45/+47
2014-01-19IB/isert: seperate connection protection domains and dma MRsSagi Grimberg2-24/+24
2014-01-14IB/core: Add flow steering support for IPoIB UD trafficMatan Barak1-0/+3
2014-01-03infiniband: make sure the src net is infiniband when create new linkHangbin Liu1-1/+2
2013-12-19iser-target: Move INIT_WORK setup into isert_create_device_ib_resNicholas Bellinger1-2/+4