aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_srq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua1-2/+3
2019-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-41/+45
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig1-2/+2
2019-11-08RDMA/hns: Modify appropriate printingsWenpeng Liang1-4/+4
2019-11-08RDMA/hns: Fix non-standard error codesYixian Liu1-1/+1
2019-11-08RDMA/hns: Replace not intuitive function/macro namesYixing Liu1-11/+11
2019-11-08RDMA/hns: Modify fields of struct hns_roce_srqYixian Liu1-13/+13
2019-11-06RDMA/hns: Correct the value of srq_desc_sizeWenpeng Liang1-1/+1
2019-10-21RDMA/hns: Fix wrong parameters when initial mtt of srq->idx_queWeihang Li1-10/+14
2019-08-28RDMA/hns: Delete the not-used linesWenpeng Liang1-1/+0
2019-08-28RDMA/hns: Remove if-else judgment statements for creating srqWenpeng Liang1-22/+7
2019-07-25RDMA/hns: Refactor the code of creating srqLijun Ou1-127/+183
2019-06-25RDMA/hns: Cleanup unnecessary exported symbolsLijun Ou1-1/+0
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky1-8/+6
2019-05-31RDMA/hns: Bugfix for posting multiple srq work requestLijun Ou1-12/+3
2019-05-21RDMA/umem: Move page_shift from ib_umem to ib_odp_umemJason Gunthorpe1-6/+4
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky1-34/+18
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-1/+1
2019-02-04RDMA/hns: Make some function staticYueHaibing1-4/+5
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe1-2/+8
2019-01-25RDMA/hns: Update the kernel header file of hnsLijun Ou1-2/+8
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe1-4/+3
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch1-1/+1
2018-12-18RDMA/hns: Fix an error code in hns_roce_create_srq()Dan Carpenter1-0/+1
2018-12-05RDMA/hns: Add SRQ asynchronous event supportLijun Ou1-0/+23
2018-12-05RDMA/hns: Add SRQ support for hip08 kernel modeLijun Ou1-0/+407
2018-12-05RDMA/hns: Init SRQ table for hip08Lijun Ou1-0/+26