summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/vmw_pvrdma
Commit message (Expand)AuthorAgeFilesLines
* RDMA/vmw_pvrdma: Remove unused pvrdma_modify_deviceDr. David Alan Gilbert2025-03-062-30/+0
* RDMA/pvrdma: Support report_port_event() opsYuyu Li2024-12-251-25/+41
* RDMA: Pass entire uverbs attr bundle to create cq functionAkiva Goldberger2024-06-272-3/+4
* RDMA/vmw_pvrdma: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal2024-04-251-1/+1
* RDMA/core: Remove NULL check before dev_{put, hold}Yang Li2023-10-241-8/+4
* RDMA/vmw_pvrdma: Remove unnecessary check on wr->opcodeBryan Tan2023-06-091-8/+0
* mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
* RDMA/pvrdma: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-281-6/+4
* RDMA/pvrdma: Use non-atomic bitmap functions when possibleChristophe JAILLET2021-11-291-3/+3
* RDMA/pvrdma: Use bitmap_zalloc() when applicableChristophe JAILLET2021-11-291-2/+2
* RDMA: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-231-11/+3
* RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-033-35/+24
* RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe2021-06-161-1/+1
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-263-12/+12
* RDMA: Delete not-used static inline functionsLeon Romanovsky2021-03-222-45/+0
* RDMA: Fix kernel-doc compilation warningsLeon Romanovsky2021-03-221-1/+1
* Merge tag 'v5.11' into rdma.git for-nextJason Gunthorpe2021-02-182-1/+15
|\
| * RDMA/vmw_pvrdma: Fix network_hdr_type reported in WCBryan Tan2021-01-192-1/+15
* | RDMA/pvrdma: Replace spin_lock_irqsave with spin_lock in hard IRQWeihang Li2021-02-051-3/+2
|/
* Merge branch 'for-rc' into rdma.gitJason Gunthorpe2020-11-172-2/+2
|\
| * RDMA/pvrdma: Fix missing kfree() in pvrdma_register_device()Qinglang Miao2020-11-121-1/+1
| * RDMA/vmw_pvrdma: Fix the active_speed and phys_state valueAdit Ranadive2020-11-021-1/+1
* | RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches2020-10-261-3/+3
* | RDMA: Remove uverbs cmds from drivers that don't use themJason Gunthorpe2020-10-261-10/+0
* | RDMA: Check create_flags during create_qpJason Gunthorpe2020-10-261-1/+1
* | RDMA: Check flags during create_cqJason Gunthorpe2020-10-261-0/+3
* | RDMA: Check attr_mask during modify_qpJason Gunthorpe2020-10-261-0/+3
* | RDMA: Check srq_type during create_srqJason Gunthorpe2020-10-261-1/+1
* | RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe2020-10-261-4/+0
* | RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe2020-10-261-15/+1
|/
* RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe2020-10-161-2/+2
* RDMA/drivers: Remove udata check from special QPLeon Romanovsky2020-09-291-2/+1
* Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe2020-09-181-1/+1
|\
| * RDMA: Fix link active_speed sizeAharon Landau2020-09-181-1/+1
* | RDMA/pvrdma: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()Jason Gunthorpe2020-09-113-4/+6
* | RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks()Jason Gunthorpe2020-09-111-1/+1
* | RDMA/umem: Replace for_each_sg_dma_page with rdma_umem_for_each_dma_blockJason Gunthorpe2020-09-091-5/+4
* | RDMA: Allow fail of destroy CQLeon Romanovsky2020-09-092-2/+3
* | RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky2020-09-092-2/+3
* | RDMA: Restore ability to fail on AH destroyLeon Romanovsky2020-09-092-2/+3
* | RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2020-09-092-3/+4
* | Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe2020-08-311-1/+1
|\|
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* | RDMA/vmw_pvrdma: Fix kernel-doc documentationKamal Heib2020-08-244-6/+6
|/
* RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman2020-07-062-2/+2
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-06-052-3/+4
|\
| * RDMA: Group create AH arguments in structMaor Gottlieb2020-05-022-3/+4
* | RDMA/pvrdma: Fix missing pci disable in pvrdma_pci_probe()Qiushi Wu2020-05-251-1/+1
|/
* RDMA/providers: Fix return value when QP type isn't supportedKamal Heib2020-03-041-1/+1