aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_hw_v2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-19RDMA/hns: Move all prints out of irq handleliuyixian1-132/+96
2018-09-11RDMA/hns: Fix an error code in hns_roce_v2_init_eq_table()Dan Carpenter1-0/+1
2018-08-02RDMA/hns: Support flush cqe for hip08 in kernel spaceYixian Liu1-17/+173
2018-07-30RDMA/hns: Program the tclass and flow label into the hardwareLijun Ou1-6/+5
2018-07-30RDMA/hns: Use macro instead of magic numberLijun Ou1-2/+2
2018-07-30RDMA/hns: Modify qp will return errno when qp type is illegalLijun Ou1-0/+1
2018-07-30RDMA/hns: Assign the value for vlan field of qp contextLijun Ou1-4/+11
2018-07-30RDMA/hns: Only assgin the fields of the av if IB_QP_AV bit is setLijun Ou1-31/+80
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche1-5/+7
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche1-2/+2
2018-07-26RDMA/hns: Update the data type of immediate dataLijun Ou1-4/+8
2018-07-26RDMA/hns: Add 50GE type of hnae3 device matchLijun Ou1-0/+2
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