summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/vmw_pvrdma/pvrdma_qp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/vmw_pvrdma: Remove unnecessary check on wr->opcodeBryan Tan2023-06-091-8/+0
* RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-031-32/+21
* RDMA: Fix kernel-doc compilation warningsLeon Romanovsky2021-03-221-1/+1
* RDMA: Check create_flags during create_qpJason Gunthorpe2020-10-261-1/+1
* RDMA: Check attr_mask during modify_qpJason Gunthorpe2020-10-261-0/+3
* RDMA/drivers: Remove udata check from special QPLeon Romanovsky2020-09-291-2/+1
* RDMA/pvrdma: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()Jason Gunthorpe2020-09-111-2/+4
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-1/+1
* RDMA/providers: Fix return value when QP type isn't supportedKamal Heib2020-03-041-1/+1
* IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2020-01-161-3/+4
* IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig2019-11-171-2/+2
* RDMA/vmw_pvrdma: Use resource ids from physical device if availableBryan Tan2019-10-281-28/+87
* RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-201-12/+4
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-1/+2
* Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe2019-02-041-0/+6
|\
| * RDMA/vmw_pvrdma: Return the correct opcode when creating WRAdit Ranadive2019-01-111-0/+6
* | IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-111-4/+2
|/
* RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-191-1/+1
* RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-041-1/+1
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-311-4/+4
* RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-311-1/+2
* RDMA/pvrdma: Properly annotate QP statesLeon Romanovsky2018-03-141-1/+1
* RDMA/vmw_pvrdma: Use refcount_t instead of atomic_tBryan Tan2017-12-281-2/+2
* RDMA/vmw_pvrdma: Clarify QP and CQ is_kernel logicBryan Tan2017-12-281-4/+3
* RDMA/vmw_pvrdma: Avoid use after free due to QP/CQ/SRQ destroyBryan Tan2017-12-221-3/+4
* RDMA/vmw_pvrdma: Call ib_umem_release on destroy QP pathBryan Tan2017-12-221-0/+7
* RDMA/vmw_pvrdma: Add shared receive queue supportBryan Tan2017-11-131-12/+43
* IB/PVRDMA: Rename ib_ah_attr related functionsDasaratharaman Chandramouli2017-05-011-4/+4
* RDMA/vmw_pvrdma: Dont hardcode QP header pageAdit Ranadive2017-03-251-4/+5
* RDMA/vmw_pvrdma: Cleanup unused variablesAdit Ranadive2017-03-251-20/+13
* IB/vmw_pvrdma: Remove unused qp_typeYuval Shaia2017-01-241-3/+2
* IB: Add vmw_pvrdma driverAdit Ranadive2016-12-141-0/+972