summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/vmw_pvrdma
AgeCommit message (Expand)Author
2020-11-12RDMA/pvrdma: Fix missing kfree() in pvrdma_register_device()Qinglang Miao
2020-11-02RDMA/vmw_pvrdma: Fix the active_speed and phys_state valueAdit Ranadive
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe
2020-09-29RDMA/drivers: Remove udata check from special QPLeon Romanovsky
2020-09-18Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe
2020-09-18RDMA: Fix link active_speed sizeAharon Landau
2020-09-11RDMA/pvrdma: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()Jason Gunthorpe
2020-09-11RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks()Jason Gunthorpe
2020-09-09RDMA/umem: Replace for_each_sg_dma_page with rdma_umem_for_each_dma_blockJason Gunthorpe
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky
2020-09-09RDMA: Restore ability to fail on AH destroyLeon Romanovsky
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky
2020-08-31Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe
2020-08-24RDMA/vmw_pvrdma: Fix kernel-doc documentationKamal Heib
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-06RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-05-25RDMA/pvrdma: Fix missing pci disable in pvrdma_pci_probe()Qiushi Wu
2020-05-02RDMA: Group create AH arguments in structMaor Gottlieb
2020-03-04RDMA/providers: Fix return value when QP type isn't supportedKamal Heib
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig
2019-10-28Merge tag 'v5.4-rc5' into rdma.git for-nextJason Gunthorpe
2019-10-28RDMA/vmw_pvrdma: Use resource ids from physical device if availableBryan Tan
2019-10-01RDMA/vmw_pvrdma: Free SRQ only onceAdit Ranadive
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe
2019-06-24RDMA/mlx5: Remove unused IB_WR_REG_SIG_MR codeIsrael Rukshin
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon 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-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
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/umem: Combine contiguous PAGE_SIZE regions in SGEsShiraz Saleem
2019-04-08RDMA/vmw_pvrdma: Fix memory leak on pvrdma_pci_removeKamal Heib
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch
2019-03-27RDMA/vmw_pvrdma: Skip zeroing device attrsYuval Shaia
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky
2019-02-11RDMA/vmw_pvrdma: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky