summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/hns: Use the core code to manage the fixed mmap entriesChengchang Tang2021-10-291-27/+112
* RDMA: Constify netdev->dev_addr accessesJakub Kicinski2021-10-251-1/+2
* Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe2021-08-301-3/+1
|\
| * RDMA/hns: Fix the double unlock problem of poll_semYangyang Li2021-08-031-3/+1
* | RDMA/hns: Bugfix for incorrect association between dip_idx and dgidJunxian Huang2021-08-251-2/+6
* | RDMA/hns: Use IDA interface to manage srq indexYangyang Li2021-08-241-16/+1
* | RDMA/hns: Use IDA interface to manage uar indexYangyang Li2021-08-241-9/+5
* | RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-031-0/+1
|/
* RDMA/hns: Modify function return value typeYangyang Li2021-06-221-7/+1
* RDMA/hns: Use IDA interface to manage xrcd indexYangyang Li2021-06-211-10/+3
* RDMA/hns: Use IDA interface to manage pd indexYangyang Li2021-06-211-8/+2
* RDMA/hns: Use IDA interface to manage mtpt indexYangyang Li2021-06-211-7/+2
* RDMA/hns: Support configuring doorbell mode of RQ and CQYixian Liu2021-04-011-2/+4
* RDMA/hns: Support congestion control type selection according to the FWYangyang Li2021-04-011-0/+2
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-261-10/+10
* RDMA/hns: Support to query firmware versionLang Cheng2021-03-231-0/+14
* RDMA/hns: Add support for XRC on HIP09Wenpeng Liang2021-03-121-4/+28
* RDMA/hns: Adjust definition of FRMR fieldsYixing Liu2021-02-161-1/+2
* RDMA/hns: Avoid filling sgid index when modifying QP to RTRWeihang Li2021-02-091-16/+0
* RDMA/hns: Fixed wrong judgments in the goto branchWenpeng Liang2021-02-091-2/+1
* RDMA/hns: Create CQ with selected CQN for bank load balanceYangyang Li2021-01-181-7/+1
* RDMA/hns: Fix incorrect symbol typesWenpeng Liang2020-12-111-1/+1
* RDMA/hns: Fix coding style issuesLang Cheng2020-12-111-3/+3
* RDMA/hns: Normalization the judgment of some featuresWenpeng Liang2020-12-111-4/+4
* RDMA/hns: Limit the length of data copied between kernel and userspaceWenpeng Liang2020-12-111-1/+2
* RDMA/hns: Move capability flags of QP and CQ to hns-abi.hWeihang Li2020-12-071-1/+0
* RDMA/hns: Add UD support for HIP09Weihang Li2020-11-261-0/+1
* RDMA/hns: Add support for filling GMV tableWeihang Li2020-10-281-3/+6
* RDMA/hns: Add support for configuring GMV tableWeihang Li2020-10-281-0/+17
* RDMA: Remove uverbs cmds from drivers that don't use themJason Gunthorpe2020-10-261-2/+0
* RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe2020-10-261-12/+2
* RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe2020-10-261-15/+0
* RDMA: Remove uverbs_ex_cmd_mask values that are linked to functionsJason Gunthorpe2020-10-261-2/+0
* RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe2020-10-161-1/+2
* RDMA/hns: Add support for SCCC in size of 64 BytesYangyang Li2020-09-241-3/+3
* RDMA/hns: Add support for QPC in size of 512 BytesWenpeng Liang2020-09-241-1/+1
* RDMA/hns: Add support for CQE in size of 64 BytesWenpeng Liang2020-09-241-0/+2
* RDMA: Clean MW allocation and free flowsLeon Romanovsky2020-09-171-0/+2
* RDMA/hns: Avoid unncessary initializationLijun Ou2020-09-091-2/+2
* RDMA: Add a dedicated CQ resource tracker functionMaor Gottlieb2020-06-231-1/+1
* RDMA/hns: Remove unused code about assertYangyang Li2020-05-251-1/+0
* RDMA/hns: Remove unused MTT functionsXi Wang2020-05-061-68/+2
* RDMA/hns: Remove some redundant variables related to capabilitiesWeihang Li2020-01-151-1/+1
* RDMA/hns: Add support for reporting wc as software modeXi Wang2020-01-101-0/+47
* RDMA/hns: Fix coding style issuesLijun Ou2020-01-071-29/+28
* RDMA/hns: Rename the functions used inside creating cqYixian Liu2019-11-251-2/+2
* RDMA/hns: Modify appropriate printingsWenpeng Liang2019-11-081-2/+2
* RDMA/hns: Remove unsupported modify_port callbackKamal Heib2019-11-061-7/+0
* RDMA: Connect between the mmap entry and the umap_priv structureMichal Kalderon2019-11-061-2/+4
* RDMA/hns: Optimize cmd init and mode selection for hip08Yixian Liu2019-09-161-4/+4