summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/vmw_pvrdma/pvrdma_srq.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Check srq_type during create_srqJason Gunthorpe2020-10-261-1/+1
* RDMA/pvrdma: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()Jason Gunthorpe2020-09-111-1/+1
* RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky2020-09-091-1/+2
* RDMA/vmw_pvrdma: Fix kernel-doc documentationKamal Heib2020-08-241-1/+1
* IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2020-01-161-1/+1
* IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig2019-11-171-1/+1
* RDMA/vmw_pvrdma: Free SRQ only onceAdit Ranadive2019-10-011-2/+0
* RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-081-25/+15
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-2/+3
* IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-101-3/+1
* RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-181-1/+1
* RDMA/providers: Remove pointless functionsKamal Heib2018-07-301-7/+0
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-301-2/+2
* RDMA/vmw_pvrdma: Fix usage of user response structures in ABI fileAdit Ranadive2018-02-151-1/+3
* RDMA/vmw_pvrdma: Avoid use after free due to QP/CQ/SRQ destroyBryan Tan2017-12-211-3/+4
* RDMA/vmw_pvrdma: Use refcount_dec_and_test to avoid warningBryan Tan2017-12-211-2/+2
* RDMA/vmw_pvrdma: Add shared receive queue supportBryan Tan2017-11-131-0/+319