aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-06Merge 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-04RDMA/hns: Remove the num_cqc_timer variableYixing Liu1-1/+1
2022-01-05RDMA/hns: Remove support for HIP06Chengchang Tang1-57/+5
2021-12-14RDMA/hns: Support direct wqe of userspaceYixing Liu1-6/+30
2021-12-06RDMA/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-11RDMA/hns: Add support for XRC on HIP09Wenpeng Liang1-4/+28
2021-02-16RDMA/hns: Adjust definition of FRMR fieldsYixing Liu1-1/+2
2021-02-08RDMA/hns: Avoid filling sgid index when modifying QP to RTRWeihang Li1-16/+0
2021-02-08RDMA/hns: Fixed wrong judgments in the goto branchWenpeng Liang1-2/+1
2021-01-18RDMA/hns: Create CQ with selected CQN for bank load balanceYangyang Li1-7/+1
2020-12-11RDMA/hns: Fix incorrect symbol typesWenpeng Liang1-1/+1
2020-12-11RDMA/hns: Fix coding style issuesLang Cheng1-3/+3
2020-12-11RDMA/hns: Normalization the judgment of some featuresWenpeng Liang1-4/+4
2020-12-11RDMA/hns: Limit the length of data copied between kernel and userspaceWenpeng Liang1-1/+2
2020-12-07RDMA/hns: Move capability flags of QP and CQ to hns-abi.hWeihang Li1-1/+0
2020-11-26RDMA/hns: Add UD support for HIP09Weihang Li1-0/+1
2020-10-28RDMA/hns: Add support for filling GMV tableWeihang Li1-3/+6
2020-10-28RDMA/hns: Add support for configuring GMV tableWeihang Li1-0/+17
2020-10-26RDMA: Remove uverbs cmds from drivers that don't use themJason Gunthorpe1-2/+0
2020-10-26RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe1-12/+2
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe1-15/+0
2020-10-26RDMA: Remove uverbs_ex_cmd_mask values that are linked to functionsJason Gunthorpe1-2/+0
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe1-1/+2