summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hns
AgeCommit message (Expand)Author
2021-06-21RDMA/hns: Remove unused RR mechanismYangyang Li
2021-06-21RDMA/hns: Remove the unused hns_roce_bitmap_free_range functionYangyang Li
2021-06-21RDMA/hns: Remove the unused hns_roce_bitmap_alloc_range functionYangyang Li
2021-06-21RDMA/hns: Clean SRQC structure definitionXi Wang
2021-06-21RDMA/hns: Use new interface to write DB related fieldsYixing Liu
2021-06-21RDMA/hns: Use new interface to write FRMR fieldsYixing Liu
2021-06-21RDMA/hns: Use new interface to get CQE fieldsLang Cheng
2021-06-21RDMA/hns: Use new interface to modify QP contextLang Cheng
2021-06-21RDMA/hns: Use new interface to write CQ context.Yixing Liu
2021-06-21RDMA/hns: Add hr_reg_write_bool()Lang Cheng
2021-06-21RDMA/hns: Add a check to ensure integer mtu is positiveWeihang Li
2021-06-21RDMA/hns: Do not use !! for values that are already bool when calling hr_reg_...Weihang Li
2021-06-18RDMA/hns: Clear extended doorbell info before usingXi Wang
2021-06-16RDMA/hns: Support getting max QP number from firmwareXi Wang
2021-06-08RDMA/hns: Use refcount_t instead of atomic_t for QP reference countingWeihang Li
2021-06-08RDMA/hns: Use refcount_t instead of atomic_t for SRQ reference countingWeihang Li
2021-06-08RDMA/hns: Use refcount_t instead of atomic_t for CQ reference countingWeihang Li
2021-05-28RDMA/hns: Refactor capability configuration flow of VFXi Wang
2021-05-28RDMA/hns: Clean the hardware related code for HEMXi Wang
2021-05-28RDMA/hns: Use refcount_t APIs for HEMWeihang Li
2021-05-28RDMA/hns: Fix wrong timer context buffer page sizeXi Wang
2021-05-28RDMA/hns: Refactor root BT allocation for MTRXi Wang
2021-05-28RDMA/hns: Optimize the base address table config for MTRXi Wang
2021-05-20RDMA/hns: Remove unused CMDQ memberLang Cheng
2021-05-20RDMA/hns: Remove Receive Queue of CMDQLang Cheng
2021-05-20RDMA/hns: Rename CMDQ head/tail pointer to PI/CILang Cheng
2021-05-20RDMA/hns: Refactor extend link table allocationXi Wang
2021-05-20RDMA/hns: Remove unused parameter udataLang Cheng
2021-05-11RDMA/hns: Remove the condition of light load for posting DWQEYixian Liu
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-04-13RDMA/hns: Remove duplicated hem page size config codeXi Wang
2021-04-13RDMA/hns: Enable RoCE on virtual functionsWei Xu
2021-04-13RDMA/hns: Set parameters of all the functions belong to a PFWei Xu
2021-04-13RDMA/hns: Reserve the resource for the VFsWei Xu
2021-04-13RDMA/hns: Query the number of functions supported by the PFWei Xu
2021-04-13RDMA/hns: Simplify function's resource related commandXi Wang
2021-04-13RDMA/hns: Remove unnecessary flush operation for workqueueYixian Liu
2021-04-08RDMA/hns: Prevent le32 from being implicitly converted to u32Lang Cheng
2021-04-08RDMA/hns: Simplify the function config_eqc()Yixing Liu
2021-04-08RDMA/hns: Add XRC subtype in QPC and XRC type in SRQCWenpeng Liang
2021-04-08RDMA/hns: Remove unsupported QP typesWenpeng Liang
2021-04-08RDMA/hns: Delete unused members in the structure hns_roce_hwYangyang Li
2021-04-08RDMA/hns: Delete redundant abnormal interrupt statusWenpeng Liang
2021-04-08RDMA/hns: Delete redundant condition judgment related to eqYangyang Li
2021-04-08RDMA/hns: Fix missing assignment of max_inline_dataWeihang Li
2021-04-08RDMA/hns: Avoid enabling RQ inline on UDWeihang Li
2021-04-08RDMA/hns: Modify prints for mailbox and command queueWenpeng Liang
2021-04-08RDMA/hns: Support more return types of command queueLang Cheng
2021-04-08RDMA/hns: Enable all CMDQ contextLang Cheng
2021-04-07RDMA/hns: Use GFP_ATOMIC under spin lockWei Yongjun