summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c
AgeCommit message (Expand)Author
2024-04-25RDMA/vmw_pvrdma: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal
2023-10-24RDMA/core: Remove NULL check before dev_{put, hold}Yang Li
2022-01-28RDMA/pvrdma: Remove useless DMA-32 fallback configurationChristophe JAILLET
2021-08-23RDMA: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky
2021-06-16RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch
2021-02-05RDMA/pvrdma: Replace spin_lock_irqsave with spin_lock in hard IRQWeihang Li
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe
2020-11-12RDMA/pvrdma: Fix missing kfree() in pvrdma_register_device()Qinglang Miao
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches
2020-10-26RDMA: Remove uverbs cmds from drivers that don't use themJason Gunthorpe
2020-10-26RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe
2020-05-25RDMA/pvrdma: Fix missing pci disable in pvrdma_pci_probe()Qiushi Wu
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe
2019-04-24Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe
2019-04-09RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()Jason Gunthorpe
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky
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-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky
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-14RDMA: Rename port_callback to init_portParav Pandit
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-12-12RDMA/vmw_pvrdma: Initialize ib_device_ops structKamal Heib
2018-10-17RDMA/drivers: Use core provided API for registering device attributesParav Pandit
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-03vmw_pvrdma: Release netdev when vmxnet3 module is removedNeil Horman
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-01-02RDMA/vmw_pvrdma: Use zeroing memory allocator than allocator/memsetHimanshu Jha
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-21RDMA/vmw_pvrdma: Avoid use after free due to QP/CQ/SRQ destroyBryan Tan
2017-11-13RDMA/vmw_pvrdma: Add shared receive queue supportBryan Tan
2017-08-24RDMA/vmw_pvrdma: Add RoCEv2 supportBryan Tan
2017-08-18Merge branch 'misc' into k.o/for-nextDoug Ledford
2017-08-18infiniband: pvrdma: constify pci_device_id.Arvind Yadav
2017-08-10RDMA: Simplify get firmware interfaceLeon Romanovsky