aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-25RDMA/hns: Refactor eq table init for hip08Yixian Liu1-69/+107
2019-07-25RDMA/hns: Refactor hem table mhop check and calculationLijun Ou1-110/+70
2019-07-25RDMA/hns: Package for hns_roce_rereg_user_mr functionLijun Ou1-64/+89
2019-07-25RDMA/hns: Optimize hns_roce_mhop_alloc function.chenglang1-115/+160
2019-07-25RDMA/hns: optimize the duplicated code for qpc setting flowXi Wang1-58/+38
2019-07-25RDMA/hns: Use a separated function for setting extend sge paramtersLijun Ou2-25/+38
2019-07-25RDMA/hns: Refactor for hns_roce_v2_modify_qp functionLijun Ou1-150/+206
2019-07-25RDMA/hns: Refactor the code of creating srqLijun Ou1-127/+183
2019-07-25RDMA/hns: Package the flow of creating cqLijun Ou1-62/+124
2019-07-24RDMA/hns: Fix comparison of unsigned long variable 'end' with less than zeroColin Ian King2-8/+8
2019-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds17-393/+1308
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2019-07-07RDMA/hns: Clean up unnecessary variable initializationLang Cheng4-5/+5
2019-07-07RDMA/hns: Fixs hw access invalid dma memory errorXi Wang1-1/+0
2019-07-07RDMA/hns: Use %pK format pointer printLang Cheng1-1/+2
2019-07-07RDMA/hns: Bugfix for calculating qp buffer sizeLijun Ou1-2/+2
2019-07-05RDMA/hns: Set reset flag when hw resettingLang Cheng1-0/+1
2019-07-05RDMA/hns: Modify ba page size for cqeYangyang Li1-1/+1
2019-07-05RDMA/hns: Fixup qp release bugchenglang2-6/+3
2019-07-05RDMA/hns: Bugfix for cleaning mtrLijun Ou1-1/+1
2019-07-04RDMA/hns: Fix building modular hnsLijun Ou1-2/+2
2019-07-03RDMA/hns: Remove set but not used variable 'fclr_write_fail_flag'YueHaibing1-2/+0
2019-07-03IB: Remove unneeded memsetFuqian Huang2-4/+0
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe3-0/+3
2019-06-25RDMA/hns: fix spelling mistake "attatch" -> "attach"Colin Ian King1-1/+1
2019-06-25RDMA/hns: Cleanup unnecessary exported symbolsLijun Ou12-56/+16
2019-06-25RDMA/hns: Fix an error code in hns_roce_set_user_sq_size()Dan Carpenter1-2/+2
2019-06-25RDMA/hns: fix potential integer overflow on left shiftColin Ian King1-1/+1
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose1-1/+1
2019-06-20RDMa/hns: Don't stuck in endless timeout loopLeon Romanovsky2-2/+2
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky6-28/+18
2019-06-20RDMA/hns: reset function when removing moduleLang Cheng2-0/+61
2019-06-20RDMA/hns: Fix bug when wqe num is larger than 16KLijun Ou3-83/+235
2019-06-20RDMA/hns: Add a group interfaces for optimizing buffers getting flowLijun Ou2-0/+111
2019-06-20RDMA/hns: Add mtr support for mixed multihop addressingLijun Ou4-0/+628
2019-06-18RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEVJason Gunthorpe1-0/+1
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky4-26/+25
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky3-39/+27
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe1-1/+2
2019-06-07RDMA/hns: Bugfix for filling the sge of srqLijun Ou1-3/+3
2019-06-07RDMA/hns: fix inverted logic of readl read and shiftColin Ian King1-1/+1
2019-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+1
2019-05-31RDMA/hns: Bugfix for posting multiple srq work requestLijun Ou3-29/+22
2019-05-27RDMA/hns: Replace magic numbers with #definesLijun Ou8-69/+115
2019-05-27RDMA/hns: Remove jiffies operation in disable interrupt contextLang Cheng2-19/+21
2019-05-27RDMA/hns: Move spin_lock_irqsave to the correct placeLang Cheng2-10/+5
2019-05-27RDMA/hns: Update CQE specificationsLijun Ou1-1/+1
2019-05-27RDMA/hns: Remove unnecessary print message in aeqYixian Liu1-1/+0