summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hns
AgeCommit message (Expand)AuthorFilesLines
2024-05-30RDMA/hns: Modify the print level of CQE errorChengchang Tang1-2/+3
2024-05-30RDMA/hns: Use complete parentheses in macrosChengchang Tang1-6/+6
2024-05-30RDMA/hns: Fix GMV table pagesizeChengchang Tang1-1/+1
2024-05-30RDMA/hns: Fix UAF for cq async eventChengchang Tang1-11/+13
2024-05-30RDMA/hns: Fix deadlock on SRQ async events.Chengchang Tang2-3/+4
2024-05-30RDMA/hns: Fix return value in hns_roce_map_mr_sgZhengchao Shao1-8/+7
2024-03-27RDMA/hns: Fix mis-modifying default congestion control algorithmLuoyouming2-14/+19
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 algor...Junxian 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
2023-07-24RDMA/hns: Support get XRCD number from firmwareLuoyouming2-4/+4
2023-06-27Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe3-8/+62
2023-06-02RDMA/hns: Add clear_hem return value to logChengchang Tang1-14/+30
2023-06-02RDMA/hns: Fix hns_roce_table_get return valueChengchang Tang1-3/+4
2023-06-02RDMA/hns: Remove unnecessary QP type checksJunxian Huang1-21/+3
2023-05-17RDMA/hns: Modify the value of long message loopback sliceYangyang Li1-5/+3
2023-05-17RDMA/hns: Fix base address table allocationChengchang Tang1-0/+43
2023-05-17RDMA/hns: Fix timeout attr in query qp for HIP08Chengchang Tang2-3/+16
2023-03-14RDMA/hns: Add new command to support query vf capsYixing Liu2-164/+56
2023-01-09RDMA/hns: Support cqe inline in user spaceLuoyouming4-1/+21
2023-01-09RDMA/hns: Add compatibility handling for only support userspace rq inlineLuoyouming4-11/+29
2023-01-09RDMA/hns: Remove rq inline in kernelLuoyouming3-147/+0
2022-12-28RDMA/hns: Fix refcount leak in hns_roce_mmapMiaoqian Lin1-2/+3
2022-12-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds6-73/+289