summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns
Commit message (Expand)AuthorAgeFilesLines
* RDMA/hns: Fix error return code in hns_roce_v1_rsv_lp_qp()Wei Yongjun2019-08-011-1/+3
* RDMA/hns: Fix build errorYueHaibing2019-07-292-9/+5Star
* RDMA/hns: Fix sg offset non-zero issueXi Wang2019-07-221-7/+8
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-07-1617-393/+1308
|\
| * RDMA/hns: Clean up unnecessary variable initializationLang Cheng2019-07-074-5/+5
| * RDMA/hns: Fixs hw access invalid dma memory errorXi Wang2019-07-071-1/+0Star
| * RDMA/hns: Use %pK format pointer printLang Cheng2019-07-071-1/+2
| * RDMA/hns: Bugfix for calculating qp buffer sizeLijun Ou2019-07-071-2/+2
| * RDMA/hns: Set reset flag when hw resettingLang Cheng2019-07-051-0/+1
| * RDMA/hns: Modify ba page size for cqeYangyang Li2019-07-051-1/+1
| * RDMA/hns: Fixup qp release bugchenglang2019-07-052-6/+3Star
| * RDMA/hns: Bugfix for cleaning mtrLijun Ou2019-07-051-1/+1
| * RDMA/hns: Fix building modular hnsLijun Ou2019-07-041-2/+2
| * RDMA/hns: Remove set but not used variable 'fclr_write_fail_flag'YueHaibing2019-07-031-2/+0Star
| * IB: Remove unneeded memsetFuqian Huang2019-07-032-4/+0Star
| * Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-293-0/+3
| |\
| * | RDMA/hns: fix spelling mistake "attatch" -> "attach"Colin Ian King2019-06-251-1/+1
| * | RDMA/hns: Cleanup unnecessary exported symbolsLijun Ou2019-06-2512-56/+16Star
| * | RDMA/hns: Fix an error code in hns_roce_set_user_sq_size()Dan Carpenter2019-06-251-2/+2
| * | RDMA/hns: fix potential integer overflow on left shiftColin Ian King2019-06-251-1/+1
| * | RDMa/hns: Don't stuck in endless timeout loopLeon Romanovsky2019-06-202-2/+2
| * | RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-206-28/+18Star
| * | RDMA/hns: reset function when removing moduleLang Cheng2019-06-202-0/+61
| * | RDMA/hns: Fix bug when wqe num is larger than 16KLijun Ou2019-06-203-83/+235
| * | RDMA/hns: Add a group interfaces for optimizing buffers getting flowLijun Ou2019-06-202-0/+111
| * | RDMA/hns: Add mtr support for mixed multihop addressingLijun Ou2019-06-204-0/+628
| * | RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEVJason Gunthorpe2019-06-191-0/+1
| * | RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-114-26/+25Star
| * | RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-113-39/+27Star
| * | RDMA: Move owner into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
| * | RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
| * | RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe2019-06-101-1/+2
| * | RDMA/hns: Bugfix for filling the sge of srqLijun Ou2019-06-071-3/+3
| * | RDMA/hns: fix inverted logic of readl read and shiftColin Ian King2019-06-071-1/+1
| * | RDMA/hns: Bugfix for posting multiple srq work requestLijun Ou2019-05-313-29/+22Star
| * | RDMA/hns: Replace magic numbers with #definesLijun Ou2019-05-278-69/+115
| * | RDMA/hns: Remove jiffies operation in disable interrupt contextLang Cheng2019-05-272-19/+21
| * | RDMA/hns: Move spin_lock_irqsave to the correct placeLang Cheng2019-05-272-10/+5Star
| * | RDMA/hns: Update CQE specificationsLijun Ou2019-05-271-1/+1
| * | RDMA/hns: Remove unnecessary print message in aeqYixian Liu2019-05-271-1/+0Star
| * | RDMA/umem: Move page_shift from ib_umem to ib_odp_umemJason Gunthorpe2019-05-212-8/+5Star
* | | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-1/+1
|\ \ \ | |_|/ |/| |
| * | bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-06-071-0/+1
|\ \ \ | |/ / |/| |
| * | RDMA/hns: Fix PD memory leak for internal allocationLeon Romanovsky2019-05-211-0/+1
| |/
* / treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-0917-748/+494Star
|\
| * RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit2019-05-032-8/+13
| * Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe2019-04-243-7/+6Star
| |\
| * | RDMA/hns: Remove asynchronic QP destroyLeon Romanovsky2019-04-243-406/+13Star