summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns
Commit message (Expand)AuthorAgeFilesLines
* RDMA/hns: Fix init failure of RoCE VF and HIP08Junxian Huang2023-10-191-10/+9
* RDMA/hns: Fix unnecessary port_num transition in HW stats allocationJunxian Huang2023-10-191-2/+1
* RDMA/hns: The UD mode can only be configured with DCQCNLuoyouming2023-10-191-0/+3
* RDMA/hns: Add check for SLLuoyouming2023-10-192-11/+25
* RDMA/hns: Fix signed-unsigned mixed comparisonsChengchang Tang2023-10-191-1/+1
* RDMA/hns: Fix uninitialized ucmd in hns_roce_create_qp_common()Chengchang Tang2023-10-191-1/+1
* RDMA/hns: Fix printing level of asynchronous eventsChengchang Tang2023-10-191-3/+3
* RDMA/hns: Support SRQ record doorbellYangyang Li2023-10-023-11/+108
* RDMA/hns: Support SRQ restrack ops for hns driverwenglianfa2023-09-204-0/+79
* RDMA/hns: Support hns HW statsChengchang Tang2023-08-194-0/+159
* RDMA/hns: Dump whole QP/CQ/MR resource in rawChengchang Tang2023-08-191-72/+3
* RDMA/hns: Remove unused declaration hns_roce_modify_srq()Yue Haibing2023-08-081-3/+0
* RDMA/hns: Fix CQ and QP cache affinityChengchang Tang2023-08-072-6/+23
* RDMA/hns: Fix inaccurate error label name in init instanceJunxian Huang2023-08-071-4/+4
* RDMA/hns: Fix incorrect post-send with direct wqe of wr-listJunxian Huang2023-08-071-1/+2
* RDMA/hns: Fix port active speedChengchang Tang2023-08-071-2/+5
* RDMA/hns: Remove unused function declarationsYue Haibing2023-07-311-2/+0
* RDMA: Remove unnecessary ternary operatorsRuan Jinjie2023-07-311-1/+1
* RDMA/hns: Remove VF extend configurationJunxian Huang2023-07-243-85/+10
* RDMA/hns: Support get XRCD number from firmwareLuoyouming2023-07-242-4/+4
* Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe2023-06-273-8/+62
|\
| * RDMA/hns: Modify the value of long message loopback sliceYangyang Li2023-05-171-5/+3
| * RDMA/hns: Fix base address table allocationChengchang Tang2023-05-171-0/+43
| * RDMA/hns: Fix timeout attr in query qp for HIP08Chengchang Tang2023-05-172-3/+16
* | RDMA/hns: Add clear_hem return value to logChengchang Tang2023-06-011-14/+30
* | RDMA/hns: Fix hns_roce_table_get return valueChengchang Tang2023-06-011-3/+4
* | RDMA/hns: Remove unnecessary QP type checksJunxian Huang2023-06-011-21/+3
|/
* RDMA/hns: Add new command to support query vf capsYixing Liu2023-03-142-164/+56
* RDMA/hns: Support cqe inline in user spaceLuoyouming2023-01-094-1/+21
* RDMA/hns: Add compatibility handling for only support userspace rq inlineLuoyouming2023-01-094-11/+29
* RDMA/hns: Remove rq inline in kernelLuoyouming2023-01-093-147/+0
* RDMA/hns: Fix refcount leak in hns_roce_mmapMiaoqian Lin2022-12-281-2/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-12-146-73/+289
|\
| * Merge tag 'v6.1-rc8' into rdma.git for-nextJason Gunthorpe2022-12-092-13/+4
| |\
| * | RDMA/hns: Fix XRC caps on HIP08Chengchang Tang2022-12-071-2/+3
| * | RDMA/hns: Fix error code of CMDChengchang Tang2022-12-072-1/+30
| * | RDMA/hns: Fix page size cap from firmwareChengchang Tang2022-12-071-0/+3
| * | RDMA/hns: Fix PBL page MTR findChengchang Tang2022-12-071-1/+2
| * | RDMA/hns: Fix AH attr queried by query_qpChengchang Tang2022-12-071-0/+2
| * | RDMA/hns: Fix the gid problem caused by free mrYixing Liu2022-12-072-46/+137
| * | RDMA/hns: fix memory leak in hns_roce_alloc_mr()Zhengchao Shao2022-11-221-2/+2
| * | RDMA/hns: Fix incorrect sge nums calculationLuoyouming2022-11-184-30/+110
| * | RDMA/hns: Fix ext_sge num error when post sendLuoyouming2022-11-181-2/+11
* | | treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-181-3/+2
* | | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-2/+2
| |/ |/|
* | RDMA/hns: Fix NULL pointer problem in free_mr_init()Yixing Liu2022-10-241-0/+4
* | RDMA/hns: Disable local invalidate operationYangyang Li2022-10-242-13/+0
|/
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-3/+2
* Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe2022-10-065-11/+6
|\
| * RDMA/hns: Remove the num_qpc_timer variableYixing Liu2022-08-304-5/+3