aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_hw_v2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-11hns: Remove a set-but-not-used variableBart Van Assche1-2/+0
2018-07-11RDMA/hns: Update the implementation of set_macoulijun1-9/+15
2018-07-11RDMA/hns: Update the implementation of set_gidoulijun1-24/+38
2018-07-11RDMA/hns: Add TPQ link table supportoulijun1-1/+27
2018-07-11RDMA/hns: Add TSQ link table supportoulijun1-6/+211
2018-07-03IB/mlx5: Remove set-but-not-used variablesBart Van Assche1-3/+0
2018-06-18RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-05-30RDMA/hns: Fix the illegal memory operation when cross pageWei Hu(Xavier)1-20/+52
2018-05-30RDMA/hns: Add reset process for RoCE in hip08Wei Hu(Xavier)1-0/+76
2018-05-28Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma for-nextJason Gunthorpe1-9/+23
2018-05-24RDMA/hns: Rename the idx field of dboulijun1-2/+2
2018-05-23RDMA/hns: Move the location for initializing tmp_lenoulijun1-1/+2
2018-05-16RDMA/hns: Add 64KB page size support for hip08Yixian Liu1-16/+20
2018-05-09RDMA/hns: Enable inner_pa_vld filed of mptoulijun1-0/+2
2018-05-09RDMA/hns: Set desc_dma_addr for zero when free cmq descoulijun1-0/+2
2018-05-09RDMA/hns: Fix the bug with rq sgeoulijun1-2/+2
2018-05-09RDMA/hns: Add return operation when configured global param failoulijun1-0/+1
2018-05-09RDMA/hns: Load the RoCE dirver automaticallyoulijun1-0/+2
2018-05-09RDMA/hns: Add rq inline flags judgementoulijun1-6/+12
2018-04-27RDMA/hns: Fix a couple misspellingsoulijun1-1/+1
2018-04-27RDMA/hns: Submit bad wroulijun1-1/+2
2018-04-27RDMA/hns: Update assignment method for owner field of send wqeoulijun1-1/+2
2018-04-27RDMA/hns: Only assign dqpn if IB_QP_PATH_DEST_QPN bit is setoulijun1-8/+12
2018-04-27RDMA/hns: Remove some unnecessary attr_mask judgementoulijun1-7/+4
2018-04-27RDMA/hns: Only assign mtu if IB_QP_PATH_MTU bit is setoulijun1-1/+1
2018-04-27RDMA/hns: Fix the qp context state diagramoulijun1-1/+2
2018-04-27RDMA/hns: Intercept illegal RDMA operation when use inline dataoulijun1-0/+5
2018-04-06Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-36/+44
2018-03-27RDMA/hns: ensure for-loop actually iterates and free's buffersColin Ian King1-1/+1
2018-03-13RDMA/hns: Support cq record doorbell for kernel spaceYixian Liu1-18/+1
2018-03-13RDMA/hns: Support rq record doorbell for kernel spaceYixian Liu1-12/+3
2018-03-13RDMA/hns: Support cq record doorbell for the user spaceYixian Liu1-0/+10
2018-03-13RDMA/hns: Support rq record doorbell for the user spaceYixian Liu1-1/+25
2018-02-14RDMA/hns: Replace __raw_write*(cpu_to_le*()) with LE write*()Andy Shevchenko1-4/+4
2018-02-14RDMA/hns: Fix QP state judgement before receiving work requestsYixian Liu1-1/+1
2018-02-05RDMA/hns: Fix the endian problem for hnsoulijun1-13/+41
2018-02-01RDMA/hns: Remove unnecessary operatoroulijun1-2/+2
2018-01-16RDMA/hns: Set the guid for hip08 RoCE deviceoulijun1-0/+4
2018-01-16RDMA/hns: Update the verbs of polling for completionoulijun1-0/+12
2018-01-16RDMA/hns: Assign zero for pkey_index of wc in hip08oulijun1-0/+3
2018-01-16RDMA/hns: Fill sq wqe context of ud type in hip08oulijun1-145/+301
2018-01-16RDMA/hns: Add gsi qp support for modifying qp in hip08oulijun1-16/+48
2018-01-16RDMA/hns: Assign the correct value for tx_cqnoulijun1-1/+1
2018-01-15RDMA/hns: Fix endian problems around imm_data and rkeyJason Gunthorpe1-3/+3
2018-01-03RDMA/hns: Fix QP state judgement before sending work requestsYixian Liu1-1/+2
2018-01-03RDMA/hns: Filter for zero length of sge in hip08 kernel modeoulijun1-9/+20
2018-01-03RDMA/hns: Set access flags of hip08 RoCEoulijun1-12/+36
2018-01-03RDMA/hns: Update the usage of sr_max and rr_max fieldoulijun1-11/+16
2018-01-03RDMA/hns: Add rq inline data support for hip08 RoCEoulijun1-1/+63