summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25RDMA/vmw_pvrdma: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
2023-10-24RDMA/core: Remove NULL check before dev_{put, hold}Yang Li1-8/+4
2022-01-28RDMA/pvrdma: Remove useless DMA-32 fallback configurationChristophe JAILLET1-6/+4
2021-08-23RDMA: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-11/+3
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky1-0/+1
2021-06-17RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe1-1/+1
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch1-1/+1
2021-02-05RDMA/pvrdma: Replace spin_lock_irqsave with spin_lock in hard IRQWeihang Li1-3/+2
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe1-1/+1
2020-11-12RDMA/pvrdma: Fix missing kfree() in pvrdma_register_device()Qinglang Miao1-1/+1
2020-10-27RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches1-3/+3
2020-10-27RDMA: Remove uverbs cmds from drivers that don't use themJason Gunthorpe1-10/+0
2020-10-27RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe1-4/+0
2020-10-27RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe1-15/+1
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe1-2/+2
2020-05-25RDMA/pvrdma: Fix missing pci disable in pvrdma_pci_probe()Qiushi Wu1-1/+1
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky1-0/+1
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe1-1/+2
2019-04-24Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe1-0/+2
2019-04-09RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()Jason Gunthorpe1-19/+5
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky1-0/+2
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky1-0/+2
2019-04-08RDMA/vmw_pvrdma: Fix memory leak on pvrdma_pci_removeKamal Heib1-0/+2
2019-02-23RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky1-0/+1
2019-02-09RDMA: Handle PD allocations by IB/coreLeon Romanovsky1-0/+1
2019-01-31RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky1-1/+1
2019-01-30RDMA/vmw_pvrdma: Support upto 64-bit PFNsAdit Ranadive1-1/+5
2019-01-29Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe1-2/+2
2019-01-14RDMA: Rename port_callback to init_portParav Pandit1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-2/+2
2018-12-12RDMA/vmw_pvrdma: Initialize ib_device_ops structKamal Heib1-37/+45
2018-10-17RDMA/drivers: Use core provided API for registering device attributesParav Pandit1-23/+18
2018-09-26RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe1-1/+1
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe1-2/+1
2018-07-31RDMA/providers: Remove pointless functionsKamal Heib1-3/+0
2018-07-04vmw_pvrdma: Release netdev when vmxnet3 module is removedNeil Horman1-2/+37
2018-06-18RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit1-7/+3
2018-04-04RDMA: Use ib_gid_attr during GID modificationParav Pandit1-22/+9
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-28RDMA/vmw_pvrdma: Use refcount_t instead of atomic_tBryan Tan1-6/+6
2017-12-28RDMA/vmw_pvrdma: Use more specific sizeof in kcallocBryan Tan1-2/+2
2017-12-22RDMA/vmw_pvrdma: Avoid use after free due to QP/CQ/SRQ destroyBryan Tan1-10/+7
2017-11-14RDMA/vmw_pvrdma: Add shared receive queue supportBryan Tan1-1/+58
2017-08-25RDMA/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