index
:
linux
master
Torvalds' mirror for benchmark reasons
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
vmw_pvrdma
/
pvrdma_qp.c
Age
Commit message (
Expand
)
Author
2021-08-03
RDMA: Globally allocate and release QP memory
Leon Romanovsky
2021-03-22
RDMA: Fix kernel-doc compilation warnings
Leon Romanovsky
2020-10-26
RDMA: Check create_flags during create_qp
Jason Gunthorpe
2020-10-26
RDMA: Check attr_mask during modify_qp
Jason Gunthorpe
2020-09-29
RDMA/drivers: Remove udata check from special QP
Leon Romanovsky
2020-09-11
RDMA/pvrdma: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()
Jason Gunthorpe
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-03-04
RDMA/providers: Fix return value when QP type isn't supported
Kamal Heib
2020-01-16
IB: Allow calls to ib_umem_get from kernel ULPs
Moni Shoua
2019-11-17
IB/umem: remove the dmasync argument to ib_umem_get
Christoph Hellwig
2019-10-28
RDMA/vmw_pvrdma: Use resource ids from physical device if available
Bryan Tan
2019-06-20
RDMA: Check umem pointer validity prior to release
Leon Romanovsky
2019-04-01
IB: Pass uverbs_attr_bundle down ib_x destroy path
Shamir Rabinovitch
2019-02-04
Merge tag 'v5.0-rc5' into rdma.git for-next
Jason Gunthorpe
2019-01-10
IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udata
Jason Gunthorpe
2019-01-10
RDMA/vmw_pvrdma: Return the correct opcode when creating WR
Adit Ranadive
2018-12-18
RDMA: Cleanup undesired pd->uobject usage
Shamir Rabinovitch
2018-10-03
RDMA: Remove unused parameter from ib_modify_qp_is_ok()
Kamal Heib
2018-07-30
RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const
Bart Van Assche
2018-07-30
RDMA: Constify the argument of the work request conversion functions
Bart Van Assche
2018-03-14
RDMA/pvrdma: Properly annotate QP states
Leon Romanovsky
2017-12-27
RDMA/vmw_pvrdma: Use refcount_t instead of atomic_t
Bryan Tan
2017-12-27
RDMA/vmw_pvrdma: Clarify QP and CQ is_kernel logic
Bryan Tan
2017-12-21
RDMA/vmw_pvrdma: Avoid use after free due to QP/CQ/SRQ destroy
Bryan Tan
2017-12-21
RDMA/vmw_pvrdma: Call ib_umem_release on destroy QP path
Bryan Tan
2017-11-13
RDMA/vmw_pvrdma: Add shared receive queue support
Bryan Tan
2017-05-01
IB/PVRDMA: Rename ib_ah_attr related functions
Dasaratharaman Chandramouli
2017-03-24
RDMA/vmw_pvrdma: Dont hardcode QP header page
Adit Ranadive
2017-03-24
RDMA/vmw_pvrdma: Cleanup unused variables
Adit Ranadive
2017-01-24
IB/vmw_pvrdma: Remove unused qp_type
Yuval Shaia
2016-12-14
IB: Add vmw_pvrdma driver
Adit Ranadive