summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hns
AgeCommit message (Expand)AuthorFilesLines
2023-07-27RDMA/hns: Fix hns_roce_table_get return valueChengchang Tang1-3/+4
2023-07-27RDMA/hns: Clean the hardware related code for HEMXi Wang5-90/+85
2023-07-27RDMA/hns: Use refcount_t APIs for HEMWeihang Li2-19/+17
2023-07-27RDMA/hns: Fix coding style issuesLang Cheng13-51/+43
2023-07-27RDMA: Remove uverbs_ex_cmd_mask values that are linked to functionsJason Gunthorpe2-9/+0
2023-01-14RDMA/hns: Fix page size cap from firmwareChengchang Tang1-0/+3
2023-01-14RDMA/hns: Fix PBL page MTR findChengchang Tang1-1/+2
2023-01-14RDMA/hns: fix memory leak in hns_roce_alloc_mr()Zhengchao Shao1-2/+2
2023-01-14RDMA/hns: Fix ext_sge num error when post sendLuoyouming1-2/+11
2023-01-14RDMA/hns: Repacing 'dseg_len' by macros in fill_ext_sge_inl_data()Luoyouming1-4/+3
2022-10-26IB: Set IOVA/LENGTH on IB_MR in core/uverbs layersDaisuke Matsuda1-1/+0
2022-09-15RDMA/hns: Fix wrong fixed value of qp->rq.wqe_shiftWenpeng Liang1-5/+2
2022-09-15RDMA/hns: Fix supported page sizeChengchang Tang1-1/+1
2022-08-21RDMA/hns: Fix incorrect clearing of interrupt status registerHaoyue Xu1-2/+2
2022-01-27RDMA/hns: Modify the mapping attribute of doorbell to deviceYixing Liu1-1/+1
2022-01-27RDMA/hns: Validate the pkey indexKamal Heib1-0/+3
2021-12-29RDMA/hns: Replace kfree() with kvfree()Jiacheng Shi1-1/+1
2021-12-14RDMA/hns: Do not destroy QP resources in the hw resetting phaseYangyang Li1-1/+11
2021-12-14RDMA/hns: Do not halt commands during reset until laterYangyang Li1-2/+0
2021-10-06RDMA/hns: Fix inaccurate printsYixing Liu8-90/+107
2021-09-18RDMA/hns: Fix QP's resp incomplete assignmentWenpeng Liang1-2/+1
2021-03-04RDMA/hns: Fixes missing error code of CMDQLang Cheng1-4/+3
2021-03-04RDMA/hns: Disable RQ inline by defaultLijun Ou1-1/+0
2021-03-04RDMA/hns: Fix type of sq_signal_bitsWeihang Li1-1/+1
2021-03-04RDMA/hns: Fixed wrong judgments in the goto branchWenpeng Liang1-2/+1
2021-01-17RDMA/hns: Avoid filling sl in high 3 bits of vlan_idWeihang Li1-10/+1
2020-12-30RDMA/hns: Do shift on traffic class when using RoCEv2Weihang Li3-8/+12
2020-12-30RDMA/hns: Normalization the judgment of some featuresWenpeng Liang3-7/+7
2020-12-30RDMA/hns: Limit the length of data copied between kernel and userspaceWenpeng Liang5-16/+22
2020-12-30RDMA/hns: Bugfix for calculation of extended sgeYangyang Li1-1/+6
2020-12-30RDMA/hns: Fix 0-length sge calculation errorLang Cheng1-14/+10
2020-12-30RDMA/hns: Avoid setting loopback indicator when smac is same as dmacWeihang Li1-9/+0
2020-12-30RDMA/hns: Fix missing fields in address vectorWeihang Li1-4/+6
2020-12-30RDMA/hns: Only record vlan info for HIP08Weihang Li3-33/+33
2020-11-26RDMA/hns: Bugfix for memory window mtpt configurationYixian Liu1-0/+1
2020-11-26RDMA/hns: Fix retry_cnt and rnr_cnt when querying QPWenpeng Liang1-4/+4
2020-11-26RDMA/hns: Fix wrong field of SRQ number the device supportsWenpeng Liang1-1/+1
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe1-1/+2
2020-09-29RDMA/hns: Remove unused variables and definitionsLang Cheng2-10/+0
2020-09-29RDMA/drivers: Remove udata check from special QPLeon Romanovsky1-39/+18
2020-09-24RDMA/hns: Support inline data in extented sge space for RCWeihang Li4-52/+162
2020-09-24RDMA/hns: Fix missing sq_sig_type when querying QPWeihang Li1-0/+1
2020-09-24RDMA/hns: Fix configuration of ack_req_freq in QPCWeihang Li1-6/+12
2020-09-24RDMA/hns: Fix the wrong value of rnr_retry when querying qpWenpeng Liang1-1/+3
2020-09-24RDMA/hns: Solve the overflow of the calc_pg_sz()Jiaran Zhang1-3/+3
2020-09-24RDMA/hns: Add check for the validity of sl configurationJiaran Zhang2-2/+12
2020-09-24RDMA/hns: Correct typo of hns_roce_create_cq()Lang Cheng1-1/+1
2020-09-24RDMA/hns: Add interception for resizing SRQsYangyang Li1-0/+4
2020-09-24RDMA/hns: Refactor process about opcode in post_send()Weihang Li1-55/+76
2020-09-24RDMA/hns: Add support for SCCC in size of 64 BytesYangyang Li6-12/+38