aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak1-0/+1
2018-01-02RDMA/vmw_pvrdma: Use zeroing memory allocator than allocator/memsetHimanshu Jha1-3/+2
2017-12-27RDMA/vmw_pvrdma: Use refcount_t instead of atomic_tBryan Tan1-6/+6
2017-12-27RDMA/vmw_pvrdma: Use more specific sizeof in kcallocBryan Tan1-2/+2
2017-12-21RDMA/vmw_pvrdma: Avoid use after free due to QP/CQ/SRQ destroyBryan Tan1-10/+7
2017-11-13RDMA/vmw_pvrdma: Add shared receive queue supportBryan Tan1-1/+58
2017-08-24RDMA/vmw_pvrdma: Add RoCEv2 supportBryan Tan1-21/+15
2017-08-18Merge branch 'misc' into k.o/for-nextDoug Ledford1-1/+1
2017-08-18infiniband: pvrdma: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-10RDMA: Simplify get firmware interfaceLeon Romanovsky1-3/+2
2017-07-24RDMA: Remove useless MODULE_VERSIONLeon Romanovsky1-1/+0
2017-03-24RDMA/vmw_pvrdma: Activate device on ethernet link upAditya Sarwade1-2/+11
2017-03-24RDMA/vmw_pvrdma: Cleanup unused variablesAdit Ranadive1-2/+2
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-2/+3
2017-02-19vmw_pvrdma: switch to pci_alloc_irq_vectorsChristoph Hellwig1-129/+33
2017-02-14IB: Query ports via the core instead of direct into the driverOr Gerlitz1-2/+3
2017-01-24IB/vmw_pvrdma: Fix incorrect cleanup on pvrdma_pci_probe error pathAdit Ranadive1-3/+1
2017-01-24IB/vmw_pvrdma: Switch from dma_device to dev.parentBart Van Assche1-1/+1
2016-12-14IB: Add vmw_pvrdma driverAdit Ranadive1-0/+1211