summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hns/hns_roce_main.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-16RDMA/hns: Add mutex_destroy()wenglianfa1-2/+22
2024-04-16RDMA/hns: Fix deadlock on SRQ async events.Chengchang Tang1-0/+1
2024-04-16RDMA/hns: Add max_ah and cq moderation capacities in query_device()Chengchang Tang1-0/+7
2024-03-03RDMA/hns: Support userspace configuring congestion control algorithm with QP ...Junxian Huang1-0/+3
2023-11-19RDMA/hns: Support SW stats with debugfsJunxian Huang1-7/+38
2023-11-19RDMA/hns: Add debugfs to hns RoCEJunxian Huang1-0/+3
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-09-20RDMA/hns: Support SRQ restrack ops for hns driverwenglianfa1-0/+2
2023-08-19RDMA/hns: Support hns HW statsChengchang Tang1-0/+79
2023-08-07RDMA/hns: Fix port active speedChengchang Tang1-2/+5
2023-01-09RDMA/hns: Support cqe inline in user spaceLuoyouming1-0/+6
2023-01-09RDMA/hns: Add compatibility handling for only support userspace rq inlineLuoyouming1-0/+6
2022-12-28RDMA/hns: Fix refcount leak in hns_roce_mmapMiaoqian Lin1-2/+3
2022-11-19RDMA/hns: Fix incorrect sge nums calculationLuoyouming1-2/+16
2022-10-07Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe1-1/+1
2022-09-27RDMA/hns: Unified Log Printing StyleGuofeng Yue1-15/+15
2022-09-27RDMA/hns: Remove redundant 'use_lowmem' argument from hns_roce_init_hem_table()Yunsheng Lin1-10/+10
2022-09-27RDMA/hns: Remove unnecessary braces for single statement blocksGuofeng Yue1-2/+1
2022-08-30RDMA/hns: Remove the num_qpc_timer variableYixing Liu1-1/+1
2022-08-24RDMA/hns: Support MR's restrack raw ops for hns driverWenpeng Liang1-0/+1
2022-08-23RDMA/hns: Support MR's restrack ops for hns driverWenpeng Liang1-0/+1
2022-08-23RDMA/hns: Support QP's restrack raw ops for hns driverWenpeng Liang1-0/+1
2022-08-23RDMA/hns: Support QP's restrack ops for hns driverWenpeng Liang1-0/+1
2022-08-23RDMA/hns: Support CQ's restrack raw ops for hns driverWenpeng Liang1-0/+1
2022-08-23RDMA/hns: Remove redundant DFX file and DFX ops structureWenpeng Liang1-1/+5
2022-05-05RDMA/hns: Remove the num_cqc_timer variableYixing Liu1-1/+1
2022-01-05RDMA/hns: Remove support for HIP06Chengchang Tang1-57/+5
2021-12-15RDMA/hns: Support direct wqe of userspaceYixing Liu1-6/+30
2021-12-07RDMA/hns: Modify the mapping attribute of doorbell to deviceYixing Liu1-1/+1
2021-11-17RDMA/hns: Validate the pkey indexKamal Heib1-0/+3
2021-10-29RDMA/hns: Use the core code to manage the fixed mmap entriesChengchang Tang1-27/+112
2021-10-25RDMA: Constify netdev->dev_addr accessesJakub Kicinski1-1/+2
2021-08-30Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe1-3/+1
2021-08-25RDMA/hns: Bugfix for incorrect association between dip_idx and dgidJunxian Huang1-2/+6
2021-08-24RDMA/hns: Use IDA interface to manage srq indexYangyang Li1-16/+1
2021-08-24RDMA/hns: Use IDA interface to manage uar indexYangyang Li1-9/+5
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky1-0/+1
2021-08-03RDMA/hns: Fix the double unlock problem of poll_semYangyang Li1-3/+1
2021-06-22RDMA/hns: Modify function return value typeYangyang Li1-7/+1
2021-06-21RDMA/hns: Use IDA interface to manage xrcd indexYangyang Li1-10/+3
2021-06-21RDMA/hns: Use IDA interface to manage pd indexYangyang Li1-8/+2
2021-06-21RDMA/hns: Use IDA interface to manage mtpt indexYangyang Li1-7/+2
2021-04-01RDMA/hns: Support configuring doorbell mode of RQ and CQYixian Liu1-2/+4
2021-04-01RDMA/hns: Support congestion control type selection according to the FWYangyang Li1-0/+2
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch1-10/+10
2021-03-23RDMA/hns: Support to query firmware versionLang Cheng1-0/+14
2021-03-12RDMA/hns: Add support for XRC on HIP09Wenpeng Liang1-4/+28
2021-02-16RDMA/hns: Adjust definition of FRMR fieldsYixing Liu1-1/+2
2021-02-09RDMA/hns: Avoid filling sgid index when modifying QP to RTRWeihang Li1-16/+0