aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/vmw_pvrdma/pvrdma_qp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky1-32/+21
2021-03-22RDMA: Fix kernel-doc compilation warningsLeon Romanovsky1-1/+1
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe1-1/+1
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe1-0/+3
2020-09-29RDMA/drivers: Remove udata check from special QPLeon Romanovsky1-2/+1
2020-09-11RDMA/pvrdma: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()Jason Gunthorpe1-2/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-03-04RDMA/providers: Fix return value when QP type isn't supportedKamal Heib1-1/+1
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua1-3/+4
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig1-2/+2
2019-10-28RDMA/vmw_pvrdma: Use resource ids from physical device if availableBryan Tan1-28/+87
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky1-12/+4
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-1/+2
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe1-0/+6
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe1-4/+2
2019-01-10RDMA/vmw_pvrdma: Return the correct opcode when creating WRAdit Ranadive1-0/+6
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch1-1/+1
2018-10-03RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib1-1/+1
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche1-4/+4
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche1-1/+2
2018-03-14RDMA/pvrdma: Properly annotate QP statesLeon Romanovsky1-1/+1
2017-12-27RDMA/vmw_pvrdma: Use refcount_t instead of atomic_tBryan Tan1-2/+2
2017-12-27RDMA/vmw_pvrdma: Clarify QP and CQ is_kernel logicBryan Tan1-4/+3
2017-12-21RDMA/vmw_pvrdma: Avoid use after free due to QP/CQ/SRQ destroyBryan Tan1-3/+4
2017-12-21RDMA/vmw_pvrdma: Call ib_umem_release on destroy QP pathBryan Tan1-0/+7
2017-11-13RDMA/vmw_pvrdma: Add shared receive queue supportBryan Tan1-12/+43
2017-05-01IB/PVRDMA: Rename ib_ah_attr related functionsDasaratharaman Chandramouli1-4/+4
2017-03-24RDMA/vmw_pvrdma: Dont hardcode QP header pageAdit Ranadive1-4/+5
2017-03-24RDMA/vmw_pvrdma: Cleanup unused variablesAdit Ranadive1-20/+13
2017-01-24IB/vmw_pvrdma: Remove unused qp_typeYuval Shaia1-3/+2
2016-12-14IB: Add vmw_pvrdma driverAdit Ranadive1-0/+972