aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/vmw_pvrdma (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-23RDMA: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-11/+3
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky3-35/+24
2021-06-16RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe1-1/+1
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch3-12/+12
2021-03-22RDMA: Delete not-used static inline functionsLeon Romanovsky2-45/+0
2021-03-22RDMA: Fix kernel-doc compilation warningsLeon Romanovsky1-1/+1
2021-02-18Merge tag 'v5.11' into rdma.git for-nextJason Gunthorpe2-1/+15
2021-02-05RDMA/pvrdma: Replace spin_lock_irqsave with spin_lock in hard IRQWeihang Li1-3/+2
2021-01-19RDMA/vmw_pvrdma: Fix network_hdr_type reported in WCBryan Tan2-1/+15
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe2-2/+2
2020-11-12RDMA/pvrdma: Fix missing kfree() in pvrdma_register_device()Qinglang Miao1-1/+1
2020-11-02RDMA/vmw_pvrdma: Fix the active_speed and phys_state valueAdit Ranadive1-1/+1
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches1-3/+3
2020-10-26RDMA: Remove uverbs cmds from drivers that don't use themJason Gunthorpe1-10/+0
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe1-1/+1
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe1-0/+3
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe1-0/+3
2020-10-26RDMA: Check srq_type during create_srqJason Gunthorpe1-1/+1
2020-10-26RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe1-4/+0
2020-10-26RDMA: 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-09-29RDMA/drivers: Remove udata check from special QPLeon Romanovsky1-2/+1
2020-09-18Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe1-1/+1
2020-09-18RDMA: Fix link active_speed sizeAharon Landau1-1/+1
2020-09-11RDMA/pvrdma: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()Jason Gunthorpe3-4/+6
2020-09-11RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks()Jason Gunthorpe1-1/+1
2020-09-09RDMA/umem: Replace for_each_sg_dma_page with rdma_umem_for_each_dma_blockJason Gunthorpe1-5/+4
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky2-2/+3
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky2-2/+3
2020-09-09RDMA: Restore ability to fail on AH destroyLeon Romanovsky2-2/+3
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2-3/+4
2020-08-31Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe1-1/+1
2020-08-24RDMA/vmw_pvrdma: Fix kernel-doc documentationKamal Heib4-6/+6
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-06RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman2-2/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-3/+4
2020-05-25RDMA/pvrdma: Fix missing pci disable in pvrdma_pci_probe()Qiushi Wu1-1/+1
2020-05-02RDMA: Group create AH arguments in structMaor Gottlieb2-3/+4
2020-03-04RDMA/providers: Fix return value when QP type isn't supportedKamal Heib1-1/+1
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua4-6/+7
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig4-5/+5
2019-10-28Merge tag 'v5.4-rc5' into rdma.git for-nextJason Gunthorpe1-2/+0
2019-10-28RDMA/vmw_pvrdma: Use resource ids from physical device if availableBryan Tan2-29/+101
2019-10-01RDMA/vmw_pvrdma: Free SRQ only onceAdit Ranadive1-2/+0
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2-0/+2
2019-06-24RDMA/mlx5: Remove unused IB_WR_REG_SIG_MR codeIsrael Rukshin1-1/+1
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky3-18/+7
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky3-25/+15
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2-6/+2