summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* 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/+50
* 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 branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rola...Nicholas Bellinger2014-03-1321-585/+1236
|\
| * IB/mlx5: Expose support for signature MR featureSagi Grimberg2014-03-071-0/+9
| * IB/mlx5: Collect signature error completionSagi Grimberg2014-03-075-2/+122
| * IB/mlx5: Support IB_WR_REG_SIG_MRSagi Grimberg2014-03-071-0/+422
| * IB/mlx5: Remove MTT access mode from umr flags helper functionSagi Grimberg2014-03-071-2/+3
| * IB/mlx5: Break up wqe handling into begin & finish routinesSagi Grimberg2014-03-071-36/+61
| * IB/mlx5: Initialize mlx5_ib_qp signature-related membersSagi Grimberg2014-03-072-3/+12
| * mlx5: Implement create_mr and destroy_mrSagi Grimberg2014-03-073-0/+117
| * IB/core: Introduce signature verbs APISagi Grimberg2014-03-071-0/+8
| * IB/core: Introduce protected memory regionsSagi Grimberg2014-03-071-0/+39
| * IB: Refactor umem to use linear SG tableYishai Hadas2014-03-0415-544/+445
* | 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-042-6/+46
| * | iser-target: Ignore completions for FRWRs in isert_cq_tx_workNicholas Bellinger2014-03-042-2/+7
| * | iser-target: Fix post_send_buf_count for RDMA READ/WRITENicholas Bellinger2014-03-041-6/+8
| * | iscsi/iser-target: Fix isert_conn->state hung shutdown issuesNicholas Bellinger2014-03-042-60/+50
| * | iscsi/iser-target: Use list_del_init for ->i_conn_nodeNicholas Bellinger2014-03-041-3/+3
* | | net,IB/mlx: Bump all Mellanox driver versionsAmir Vadai2014-02-252-4/+4
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2014-02-152-7/+8
|\ \ | |/
| * IB/srpt: replace strict_strtoul() with kstrtoul()Jingoo Han2014-02-121-7/+7
| * iser-target: Fix leak on failure in isert_conn_create_fastreg_poolNicholas Bellinger2014-02-121-0/+1
| |
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
*---------------. \ Merge branches 'cma', 'cxgb4', 'iser', 'misc', 'mlx4', 'mlx5', 'nes', 'ocrdma...Roland Dreier2014-02-1415-70/+206
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | * | IB/usnic: Fix smatch endianness errorUpinder Malhi2014-02-141-1/+8
| | | | | | | | | |/
| | | | | | | | * | IB/qib: Add missing serdes init sequenceMike Marciniszyn2014-02-131-0/+5
| | | | | | | | |/
| | | | | | | * | RDMA/ocrdma: Fix load time panic during GID table initDevesh Sharma2014-02-141-1/+1
| | | | | | | * | RDMA/ocrdma: Fix traffic class shiftDevesh Sharma2014-02-141-1/+1
| | | | | | | |/
| | | | | | * | RDMA/nes: Fix error return codeJulia Lawall2014-02-121-1/+4
| | | | | | |/
| | | | | * | IB/mlx5: Remove dependency on X86Eli Cohen2014-02-131-1/+1
| | | | | * | IB/mlx5: Don't set "block multicast loopback" capabilityEli Cohen2014-02-062-4/+3
| | | | | * | IB/mlx5: Fix binary compatibility with libmlx5Eli Cohen2014-02-063-4/+32
| | | | | * | IB/mlx5: Fix RC transport send queue overhead computationEli Cohen2014-02-061-1/+3
| | | | | |/
| | | | * | IB/mlx4: Build the port IBoE GID table properly under bondingMoni Shoua2014-02-131-4/+37
| | | | * | IB/mlx4: Do IBoE GID table resets per-portMoni Shoua2014-02-131-17/+18
| | | | * | IB/mlx4: Do IBoE locking earlier when initializing the GID tableMoni Shoua2014-02-131-3/+3
| | | | * | IB/mlx4: Move rtnl locking to the right placeMoni Shoua2014-02-131-2/+2
| | | | * | IB/mlx4: Make sure GID index 0 is always occupiedMoni Shoua2014-02-131-24/+68
| | | | * | IB/mlx4: Don't allocate range of steerable UD QPs for Ethernet-only deviceMatan Barak2014-02-131-1/+6
| | | | |/
| | | * | RDMA/amso1100: Fix error return codeJulia Lawall2014-02-122-2/+5
| | | |/
OpenPOWER on IntegriCloud