aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-16RDMA/hns: Modify the print level of CQE errorChengchang Tang1-2/+3
2024-04-16RDMA/hns: Use complete parentheses in macrosChengchang Tang1-6/+6
2024-04-16RDMA/hns: Add mutex_destroy()wenglianfa6-5/+39
2024-04-16RDMA/hns: Fix GMV table pagesizeChengchang Tang1-1/+1
2024-04-16RDMA/hns: Fix mismatch exception rollbackwenglianfa1-1/+1
2024-04-16RDMA/hns: Fix UAF for cq async eventChengchang Tang1-11/+13
2024-04-16RDMA/hns: Fix deadlock on SRQ async events.Chengchang Tang2-3/+4
2024-04-16RDMA/hns: Add max_ah and cq moderation capacities in query_device()Chengchang Tang4-2/+12
2024-04-16RDMA/hns: Remove unused parameters and variablesChengchang Tang7-33/+20
2024-04-16RDMA/hns: Use macro instead of magic numberYangyang Li3-16/+34
2024-04-16RDMA/hns: Fix return value in hns_roce_map_mr_sgZhengchao Shao1-8/+7
2024-04-09RDMA/hns: Support DSCPJunxian Huang4-29/+108
2024-03-07RDMA/hns: Append SCC context to the raw dump of QPCwenglianfa5-3/+55
2024-03-03RDMA/hns: Support userspace configuring congestion control algorithm with QP granularityJunxian Huang5-12/+69
2024-02-19RDMA/hns: Fix mis-modifying default congestion control algorithmLuoyouming2-14/+19
2024-01-25RDMA/hns: Simplify 'struct hns_roce_hem' allocationYunsheng Lin3-136/+24
2024-01-25RDMA/hns: Support adaptive PBL hopnumChengchang Tang1-3/+54
2024-01-25RDMA/hns: Support flexible umem page sizeChengchang Tang2-38/+92
2024-01-25RDMA/hns: Alloc MTR memory before alloc_mtt()Chengchang Tang1-20/+27
2024-01-25RDMA/hns: Refactor mtr_init_buf_cfg()Chengchang Tang1-31/+45
2024-01-25RDMA/hns: Refactor mtr findChengchang Tang4-85/+121
2023-12-12Expose c0 and SW encap ICM for RDMALeon Romanovsky1-4/+9
2023-12-07RDMA/hns: Fix memory leak in free_mr_init()Chengchang Tang1-0/+4
2023-12-07RDMA/hns: Remove unnecessary checks for NULL in mtr_alloc_bufs()Chengchang Tang1-1/+1
2023-12-07RDMA/hns: Add a max length of gid tableJunxian Huang1-2/+9
2023-12-07RDMA/hns: Response dmac to userspaceJunxian Huang1-0/+7
2023-12-07RDMA/hns: Rename the interruptsChengchang Tang1-3/+4
2023-11-19RDMA/hns: Support SW stats with debugfsJunxian Huang12-43/+220
2023-11-19RDMA/hns: Add debugfs to hns RoCEJunxian Huang6-1/+99
2023-11-19RDMA/hns: Fix inappropriate err code for unsupported operationsJunxian Huang2-2/+2
2023-11-13RDMA/hns: Fix unnecessary err return when using invalid congest control algorithmJunxian Huang1-4/+9
2023-10-19RDMA/hns: Fix init failure of RoCE VF and HIP08Junxian Huang1-10/+9
2023-10-19RDMA/hns: Fix unnecessary port_num transition in HW stats allocationJunxian Huang1-2/+1
2023-10-19RDMA/hns: The UD mode can only be configured with DCQCNLuoyouming1-0/+3
2023-10-19RDMA/hns: Add check for SLLuoyouming2-11/+25
2023-10-19RDMA/hns: Fix signed-unsigned mixed comparisonsChengchang Tang1-1/+1
2023-10-19RDMA/hns: Fix uninitialized ucmd in hns_roce_create_qp_common()Chengchang Tang1-1/+1
2023-10-19RDMA/hns: Fix printing level of asynchronous eventsChengchang Tang1-3/+3
2023-10-02RDMA/hns: Support SRQ record doorbellYangyang Li3-11/+108
2023-09-20RDMA/hns: Support SRQ restrack ops for hns driverwenglianfa4-0/+79
2023-08-19RDMA/hns: Support hns HW statsChengchang Tang4-0/+159
2023-08-19RDMA/hns: Dump whole QP/CQ/MR resource in rawChengchang Tang1-72/+3
2023-08-08RDMA/hns: Remove unused declaration hns_roce_modify_srq()Yue Haibing1-3/+0
2023-08-07RDMA/hns: Fix CQ and QP cache affinityChengchang Tang2-6/+23
2023-08-07RDMA/hns: Fix inaccurate error label name in init instanceJunxian Huang1-4/+4
2023-08-07RDMA/hns: Fix incorrect post-send with direct wqe of wr-listJunxian Huang1-1/+2
2023-08-07RDMA/hns: Fix port active speedChengchang Tang1-2/+5
2023-07-31RDMA/hns: Remove unused function declarationsYue Haibing1-2/+0
2023-07-31RDMA: Remove unnecessary ternary operatorsRuan Jinjie1-1/+1
2023-07-24RDMA/hns: Remove VF extend configurationJunxian Huang3-85/+10