summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns
Commit message (Expand)AuthorAgeFilesLines
* RDMA/hns: Refactor the hns_roce_buf allocation flowXi Wang2020-11-233-105/+113
* RDMA/hns: Add new PCI device ID matching for HIP09Lang Cheng2020-11-161-0/+1
* RDMA/hns: Fix double free of the pointer to TSQ/TPQWeihang Li2020-11-121-0/+2
* RDMA/hns: Add support for filling GMV tableWeihang Li2020-10-283-31/+116
* RDMA/hns: Add support for configuring GMV tableWeihang Li2020-10-286-28/+159
* RDMA/hns: Support owner mode doorbellLang Cheng2020-10-283-7/+28
* RDMA: Remove uverbs cmds from drivers that don't use themJason Gunthorpe2020-10-261-2/+0
* RDMA: Check create_flags during create_qpJason Gunthorpe2020-10-261-11/+3
* RDMA: Check flags during create_cqJason Gunthorpe2020-10-261-0/+3
* RDMA: Check attr_mask during modify_qpJason Gunthorpe2020-10-262-0/+5
* RDMA: Check srq_type during create_srqJason Gunthorpe2020-10-261-0/+4
* 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-262-9/+0
* RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe2020-10-161-1/+2
* RDMA/hns: Remove unused variables and definitionsLang Cheng2020-09-292-10/+0
* RDMA/drivers: Remove udata check from special QPLeon Romanovsky2020-09-291-39/+18
* RDMA/hns: Support inline data in extented sge space for RCWeihang Li2020-09-244-52/+162
* RDMA/hns: Fix missing sq_sig_type when querying QPWeihang Li2020-09-241-0/+1
* RDMA/hns: Fix configuration of ack_req_freq in QPCWeihang Li2020-09-241-6/+12
* RDMA/hns: Fix the wrong value of rnr_retry when querying qpWenpeng Liang2020-09-241-1/+3
* RDMA/hns: Solve the overflow of the calc_pg_sz()Jiaran Zhang2020-09-241-3/+3
* RDMA/hns: Add check for the validity of sl configurationJiaran Zhang2020-09-242-2/+12
* RDMA/hns: Correct typo of hns_roce_create_cq()Lang Cheng2020-09-241-1/+1
* RDMA/hns: Add interception for resizing SRQsYangyang Li2020-09-241-0/+4
* RDMA/hns: Refactor process about opcode in post_send()Weihang Li2020-09-241-55/+76
* RDMA/hns: Add support for SCCC in size of 64 BytesYangyang Li2020-09-246-12/+38
* RDMA/hns: Add support for QPC in size of 512 BytesWenpeng Liang2020-09-246-18/+75
* RDMA/hns: Add support for CQE in size of 64 BytesWenpeng Liang2020-09-247-16/+48
* RDMA/hns: Add support for EQE in size of 64 BytesWenpeng Liang2020-09-244-20/+44
* RDMA/hns: Set the unsupported wr opcodeLijun Ou2020-09-181-1/+0
* RDMA: Clean MW allocation and free flowsLeon Romanovsky2020-09-173-22/+11
* RDMA/hns: Use ib_umem_num_dma_blocks() instead of opencodingJason Gunthorpe2020-09-111-30/+19
* RDMA/umem: Add rdma_umem_for_each_dma_block()Jason Gunthorpe2020-09-091-2/+1
* RDMA: Allow fail of destroy CQLeon Romanovsky2020-09-093-4/+6
* RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky2020-09-092-2/+3
* RDMA: Restore ability to fail on AH destroyLeon Romanovsky2020-09-092-6/+4
* RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2020-09-092-2/+3
* RDMA/hns: Avoid unncessary initializationLijun Ou2020-09-096-24/+24
* Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe2020-08-316-15/+9
|\
| * Revert "RDMA/hns: Reserve one sge in order to avoid local length error"Weihang Li2020-08-205-14/+8
| * RDMA/hns: Fix spelling mistake "epmty" -> "empty"Colin Ian King2020-08-181-1/+1
* | RDMA/hns: Get udp sport num dynamically instead of using a fixed valueWeihang Li2020-08-313-13/+41
* | RDMA/hns: Add a check for current state before modifying QPLang Cheng2020-08-271-2/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-068-277/+269
|\
| * RDMA/hns: Fix the unneeded process when getting a general type of CQE errorXi Wang2020-07-302-0/+10
| * RDMA/hns: Fix error during modify qp RTS2RTSLang Cheng2020-07-301-1/+3
| * RDMA/hns: Delete unnecessary memset when allocating VF resourceLang Cheng2020-07-301-2/+0
| * RDMA/hns: Remove redundant parameters in set_rc_wqe()Weihang Li2020-07-301-13/+17
| * RDMA/hns: Remove support for HIP08_ALang Cheng2020-07-303-65/+47