summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/vmw_pvrdma
AgeCommit message (Expand)Author
2019-04-08RDMA/vmw_pvrdma: Fix memory leak on pvrdma_pci_removeKamal Heib
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky
2019-02-11RDMA/vmw_pvrdma: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky
2019-01-29RDMA/vmw_pvrdma: Support upto 64-bit PFNsAdit Ranadive
2019-01-29Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe
2019-01-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-01-14RDMA: Rename port_callback to init_portParav Pandit
2019-01-10RDMA: Clear CTX objects during their allocationLeon Romanovsky
2019-01-10RDMA: Clear PD objects during their allocationLeon Romanovsky
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe
2019-01-10RDMA/vmw_pvrdma: Return the correct opcode when creating WRAdit Ranadive
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch
2018-12-12RDMA/vmw_pvrdma: Initialize ib_device_ops structKamal Heib
2018-12-11RDMA/vmw_pvrdma: Use atomic memory allocation in create AHGal Pressman
2018-10-17RDMA/drivers: Use core provided API for registering device attributesParav Pandit
2018-10-03RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib
2018-09-26RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe
2018-07-30RDMA/providers: Remove pointless functionsKamal Heib
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche
2018-07-10RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe
2018-07-03vmw_pvrdma: Release netdev when vmxnet3 module is removedNeil Horman
2018-06-27RDMA/vmw_pvrdma: Delete unused functionYuval Shaia
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise
2018-06-18RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit
2018-04-03RDMA: Use ib_gid_attr during GID modificationParav Pandit
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak
2018-03-14RDMA/pvrdma: Properly annotate QP statesLeon Romanovsky
2018-02-15RDMA/vmw_pvrdma: Fix usage of user response structures in ABI fileAdit Ranadive
2018-01-02RDMA/vmw_pvrdma: Use zeroing memory allocator than allocator/memsetHimanshu Jha
2017-12-27Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe
2017-12-27RDMA/vmw_pvrdma: Use refcount_t instead of atomic_tBryan Tan
2017-12-27RDMA/vmw_pvrdma: Use more specific sizeof in kcallocBryan Tan
2017-12-27RDMA/vmw_pvrdma: Clarify QP and CQ is_kernel logicBryan Tan
2017-12-21RDMA/vmw_pvrdma: Avoid use after free due to QP/CQ/SRQ destroyBryan Tan
2017-12-21RDMA/vmw_pvrdma: Use refcount_dec_and_test to avoid warningBryan Tan
2017-12-21RDMA/vmw_pvrdma: Call ib_umem_release on destroy QP pathBryan Tan
2017-12-11RDMA/vmw_pvrdma: Do not re-calculate npagesYuval Shaia
2017-11-13RDMA/vmw_pvrdma: Add shared receive queue supportBryan Tan
2017-09-22RDMA/vmw_pvrdma: Fix reporting correct opcodes for completionAdit Ranadive
2017-08-31RDMA/vmw_pvrdma: Fix a signednessAdit Ranadive
2017-08-31RDMA/vmw_pvrdma: Report network header type in WCAditya Sarwade
2017-08-24RDMA/vmw_pvrdma: Update device query parameters and port capsAdit Ranadive