aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_hw_v2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-03RDMA/hns: Limit the size of extend sge of sqLijun Ou1-0/+1
2018-10-03RDMA/hns: Bugfix for CM testLijun Ou1-0/+1
2018-10-03RDMA/hns: Submit bad wr when post send wr exceptionLijun Ou1-0/+1
2018-10-03RDMA/hns: Bugfix for reserved qp numberLijun Ou1-0/+1
2018-09-30RDMA/hns: remove set but not used variable 'dseg'YueHaibing1-7/+0
2018-09-26RDMA/hns: Add MW support for hip08Yixian Liu1-0/+45
2018-09-26RDMA/hns: Add enable judgement for UD vlanLijun Ou1-0/+3
2018-09-26RDMA/hns: Add CM of vlan device supportLijun Ou1-1/+8
2018-09-26RDMA/hns: Add atomic supportLijun Ou1-2/+37
2018-09-26RDMA/hns: Refactor the codes for setting transport opodeLijun Ou1-48/+18
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