aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/vmw_pvrdma/pvrdma_verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky1-25/+11
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch1-6/+7
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-3/+4
2019-03-27RDMA/vmw_pvrdma: Skip zeroing device attrsYuval Shaia1-2/+0
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky1-34/+16
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky1-29/+14
2019-01-29RDMA/vmw_pvrdma: Support upto 64-bit PFNsAdit Ranadive1-1/+6
2019-01-10RDMA: Clear CTX objects during their allocationLeon Romanovsky1-1/+1
2019-01-10RDMA: Clear PD objects during their allocationLeon Romanovsky1-1/+1
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman1-1/+2
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman1-1/+2
2018-12-11RDMA/vmw_pvrdma: Use atomic memory allocation in create AHGal Pressman1-1/+1
2018-07-10RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe1-1/+2
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-1/+2
2018-02-15RDMA/vmw_pvrdma: Fix usage of user response structures in ABI fileAdit Ranadive1-1/+3
2017-11-13RDMA/vmw_pvrdma: Add shared receive queue supportBryan Tan1-0/+3
2017-08-24RDMA/vmw_pvrdma: Update device query parameters and port capsAdit Ranadive1-0/+9
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli1-6/+3
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli1-12/+15
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli1-1/+1
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-2/+2
2017-02-14IB: Query ports via the core instead of direct into the driverOr Gerlitz1-2/+2
2017-01-24IB/vmw_pvrdma: Don't leak info from alloc_ucontextAdit Ranadive1-1/+1
2016-12-14IB: Add vmw_pvrdma driverAdit Ranadive1-0/+579