summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-111-0/+1
* RDMA: Move owner into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
* RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
* RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe2019-06-101-1/+2
* Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe2019-04-241-0/+2
|\
| * RDMA/vmw_pvrdma: Fix memory leak on pvrdma_pci_removeKamal Heib2019-04-081-0/+2
* | RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()Jason Gunthorpe2019-04-091-19/+5Star
* | RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-081-0/+2
* | RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-081-0/+2
|/
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-0/+1
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-091-0/+1
* RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky2019-01-301-1/+1
* RDMA/vmw_pvrdma: Support upto 64-bit PFNsAdit Ranadive2019-01-301-1/+5
* Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe2019-01-291-2/+2
|\
| * cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+2
* | RDMA: Rename port_callback to init_portParav Pandit2019-01-141-1/+1
|/
* RDMA/vmw_pvrdma: Initialize ib_device_ops structKamal Heib2018-12-121-37/+45
* RDMA/drivers: Use core provided API for registering device attributesParav Pandit2018-10-171-23/+18Star
* RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe2018-09-261-1/+1
* RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-261-2/+1Star
* RDMA/providers: Remove pointless functionsKamal Heib2018-07-311-3/+0Star
* vmw_pvrdma: Release netdev when vmxnet3 module is removedNeil Horman2018-07-031-2/+37
* RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit2018-06-181-7/+3Star
* RDMA: Use ib_gid_attr during GID modificationParav Pandit2018-04-041-22/+9Star
* IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-191-0/+1
* RDMA/vmw_pvrdma: Use zeroing memory allocator than allocator/memsetHimanshu Jha2018-01-021-3/+2Star
* RDMA/vmw_pvrdma: Use refcount_t instead of atomic_tBryan Tan2017-12-281-6/+6
* RDMA/vmw_pvrdma: Use more specific sizeof in kcallocBryan Tan2017-12-281-2/+2
* RDMA/vmw_pvrdma: Avoid use after free due to QP/CQ/SRQ destroyBryan Tan2017-12-221-10/+7Star
* RDMA/vmw_pvrdma: Add shared receive queue supportBryan Tan2017-11-131-1/+58
* RDMA/vmw_pvrdma: Add RoCEv2 supportBryan Tan2017-08-241-21/+15Star
* Merge branch 'misc' into k.o/for-nextDoug Ledford2017-08-181-1/+1
|\
| * infiniband: pvrdma: constify pci_device_id.Arvind Yadav2017-08-181-1/+1
* | RDMA: Simplify get firmware interfaceLeon Romanovsky2017-08-101-3/+2Star
* | RDMA: Remove useless MODULE_VERSIONLeon Romanovsky2017-07-241-1/+0Star
|/
* RDMA/vmw_pvrdma: Activate device on ethernet link upAditya Sarwade2017-03-251-2/+11
* RDMA/vmw_pvrdma: Cleanup unused variablesAdit Ranadive2017-03-251-2/+2
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-1/+1
|\
| * IB/vmw_pvrdma: Switch from dma_device to dev.parentBart Van Assche2017-01-241-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-231-2/+3
|\ \
| * | IB: Query ports via the core instead of direct into the driverOr Gerlitz2017-02-141-2/+3
| |/
* | vmw_pvrdma: switch to pci_alloc_irq_vectorsChristoph Hellwig2017-02-191-129/+33Star
* | IB/vmw_pvrdma: Fix incorrect cleanup on pvrdma_pci_probe error pathAdit Ranadive2017-01-241-3/+1Star
|/
* IB: Add vmw_pvrdma driverAdit Ranadive2016-12-141-0/+1211