summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_hw_v2.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/hns: Fix missing sq_sig_type when querying QPWeihang Li2020-10-301-0/+1
* RDMA/hns: bugfix for slab-out-of-bounds when loading hip08 driverXi Wang2020-01-271-2/+4
* RDMA/hns: Use GFP_ATOMIC in hns_roce_v2_modify_qpYueHaibing2019-12-051-1/+1
* RDMA/hns: Fix the state of rereg mrYixian Liu2019-12-051-0/+3
* RDMA/hns: Fix the bug with updating rq head pointer when flush cqeLijun Ou2019-12-051-3/+7
* RDMA/hns: Limit the size of extend sge of sqLijun Ou2019-11-241-0/+1
* RDMA/hns: Bugfix for CM testLijun Ou2019-11-241-0/+1
* RDMA/hns: Submit bad wr when post send wr exceptionLijun Ou2019-11-241-0/+1
* RDMA/hns: Bugfix for reserved qp numberLijun Ou2019-11-241-0/+1
* RDMA/hns: Fix an error code in hns_roce_v2_init_eq_table()Dan Carpenter2019-11-201-0/+1
* RDMA/hns: Prevent memory leaks of eq->buf_listLijun Ou2019-11-121-3/+3
* RDMA/hns: Bugfix pbl configuration for rereg mrYixian Liu2018-12-171-68/+60
* RDMA/hns: Support flush cqe for hip08 in kernel spaceYixian Liu2018-08-021-17/+173
* RDMA/hns: Program the tclass and flow label into the hardwareLijun Ou2018-07-301-6/+5
* RDMA/hns: Use macro instead of magic numberLijun Ou2018-07-301-2/+2
* RDMA/hns: Modify qp will return errno when qp type is illegalLijun Ou2018-07-301-0/+1
* RDMA/hns: Assign the value for vlan field of qp contextLijun Ou2018-07-301-4/+11
* RDMA/hns: Only assgin the fields of the av if IB_QP_AV bit is setLijun Ou2018-07-301-31/+80
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-301-5/+7
* RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-301-2/+2
* RDMA/hns: Update the data type of immediate dataLijun Ou2018-07-261-4/+8
* RDMA/hns: Add 50GE type of hnae3 device matchLijun Ou2018-07-261-0/+2
* hns: Remove a set-but-not-used variableBart Van Assche2018-07-111-2/+0
* RDMA/hns: Update the implementation of set_macoulijun2018-07-111-9/+15
* RDMA/hns: Update the implementation of set_gidoulijun2018-07-111-24/+38
* RDMA/hns: Add TPQ link table supportoulijun2018-07-111-1/+27
* RDMA/hns: Add TSQ link table supportoulijun2018-07-111-6/+211
* IB/mlx5: Remove set-but-not-used variablesBart Van Assche2018-07-031-3/+0
* RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit2018-06-181-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* RDMA/hns: Fix the illegal memory operation when cross pageWei Hu(Xavier)2018-05-301-20/+52
* RDMA/hns: Add reset process for RoCE in hip08Wei Hu(Xavier)2018-05-301-0/+76
* Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe2018-05-281-9/+23
|\
| * RDMA/hns: Move the location for initializing tmp_lenoulijun2018-05-231-1/+2
| * RDMA/hns: Enable inner_pa_vld filed of mptoulijun2018-05-091-0/+2
| * RDMA/hns: Set desc_dma_addr for zero when free cmq descoulijun2018-05-091-0/+2
| * RDMA/hns: Fix the bug with rq sgeoulijun2018-05-091-2/+2
| * RDMA/hns: Add return operation when configured global param failoulijun2018-05-091-0/+1
| * RDMA/hns: Load the RoCE dirver automaticallyoulijun2018-05-091-0/+2
| * RDMA/hns: Add rq inline flags judgementoulijun2018-05-091-6/+12
* | RDMA/hns: Rename the idx field of dboulijun2018-05-241-2/+2
* | RDMA/hns: Add 64KB page size support for hip08Yixian Liu2018-05-161-16/+20
|/
* RDMA/hns: Fix a couple misspellingsoulijun2018-04-271-1/+1
* RDMA/hns: Submit bad wroulijun2018-04-271-1/+2
* RDMA/hns: Update assignment method for owner field of send wqeoulijun2018-04-271-1/+2
* RDMA/hns: Only assign dqpn if IB_QP_PATH_DEST_QPN bit is setoulijun2018-04-271-8/+12
* RDMA/hns: Remove some unnecessary attr_mask judgementoulijun2018-04-271-7/+4
* RDMA/hns: Only assign mtu if IB_QP_PATH_MTU bit is setoulijun2018-04-271-1/+1
* RDMA/hns: Fix the qp context state diagramoulijun2018-04-271-1/+2
* RDMA/hns: Intercept illegal RDMA operation when use inline dataoulijun2018-04-271-0/+5