summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_srq.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/hns: Cleanups of magic numbersLang Cheng2020-02-111-1/+2
* IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2020-01-161-2/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-11-271-41/+45
|\
| * IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig2019-11-171-2/+2
| * RDMA/hns: Modify appropriate printingsWenpeng Liang2019-11-081-4/+4
| * RDMA/hns: Fix non-standard error codesYixian Liu2019-11-081-1/+1
| * RDMA/hns: Replace not intuitive function/macro namesYixing Liu2019-11-081-11/+11
| * RDMA/hns: Modify fields of struct hns_roce_srqYixian Liu2019-11-081-13/+13
| * RDMA/hns: Fix wrong parameters when initial mtt of srq->idx_queWeihang Li2019-10-211-10/+14
* | RDMA/hns: Correct the value of srq_desc_sizeWenpeng Liang2019-11-061-1/+1
|/
* RDMA/hns: Delete the not-used linesWenpeng Liang2019-08-281-1/+0
* RDMA/hns: Remove if-else judgment statements for creating srqWenpeng Liang2019-08-281-22/+7
* RDMA/hns: Refactor the code of creating srqLijun Ou2019-07-251-127/+183
* RDMA/hns: Cleanup unnecessary exported symbolsLijun Ou2019-06-251-1/+0
* RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-201-8/+6
* RDMA/hns: Bugfix for posting multiple srq work requestLijun Ou2019-05-311-12/+3
* RDMA/umem: Move page_shift from ib_umem to ib_odp_umemJason Gunthorpe2019-05-211-6/+4
* RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-081-34/+18
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-1/+1
* RDMA/hns: Make some function staticYueHaibing2019-02-041-4/+5
* Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe2019-02-041-2/+8
|\
| * RDMA/hns: Update the kernel header file of hnsLijun Ou2019-01-251-2/+8
* | IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-101-4/+3
|/
* RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-181-1/+1
* RDMA/hns: Fix an error code in hns_roce_create_srq()Dan Carpenter2018-12-181-0/+1
* RDMA/hns: Add SRQ asynchronous event supportLijun Ou2018-12-051-0/+23
* RDMA/hns: Add SRQ support for hip08 kernel modeLijun Ou2018-12-051-0/+407
* RDMA/hns: Init SRQ table for hip08Lijun Ou2018-12-051-0/+26