summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/vmw_pvrdma
Commit message (Expand)AuthorAgeFilesLines
* 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
* IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2020-01-164-6/+7
* IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig2019-11-174-5/+5
* Merge tag 'v5.4-rc5' into rdma.git for-nextJason Gunthorpe2019-10-281-2/+0
|\
| * RDMA/vmw_pvrdma: Free SRQ only onceAdit Ranadive2019-10-011-2/+0
* | RDMA/vmw_pvrdma: Use resource ids from physical device if availableBryan Tan2019-10-282-29/+101
|/
* Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-282-0/+2
|\
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* | RDMA/mlx5: Remove unused IB_WR_REG_SIG_MR codeIsrael Rukshin2019-06-241-1/+1
* | RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-203-18/+7
* | RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-113-25/+15
* | RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-112-6/+2
* | RDMA: Move owner into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
* | RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
* | RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe2019-06-101-1/+2
|/
* Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe2019-04-241-0/+2
|\
| * RDMA/vmw_pvrdma: Fix memory leak on pvrdma_pci_removeKamal Heib2019-04-081-0/+2
* | RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()Jason Gunthorpe2019-04-091-19/+5
* | RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-083-29/+20
* | RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-083-28/+16