summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
AgeCommit message (Expand)Author
2020-09-18RDMA/mlx5: Clarify what the UMR is for when creating MRsJason Gunthorpe
2020-09-18RDMA/mlx5: Disable IB_DEVICE_MEM_MGT_EXTENSIONS if IB_WR_REG_MR can't workJason Gunthorpe
2020-09-18RDMA/mlx5: Make mkeys always owned by the kernel's PD when not enabledJason Gunthorpe
2020-09-18RDMA/mlx5: Use set_mkc_access_pd_addr_fields() in reg_create()Jason Gunthorpe
2020-09-18RDMA/mlx5: Remove dead check for EAGAIN after alloc_mr_from_cache()Jason Gunthorpe
2020-09-18RDMA/hns: Set the unsupported wr opcodeLijun Ou
2020-09-18RDMA/qedr: Fix resource leak in qedr_create_qpKeita Suzuki
2020-09-18RDMA/iw_cxgb4: Disable delayed ack by defaultPotnuri Bharat Teja
2020-09-18Merge branch 'mlx_sw_owner_v2' into rdma.git for-nextJason Gunthorpe
2020-09-18Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe
2020-09-18RDMA: Fix link active_speed sizeAharon Landau
2020-09-18RDMA/mlx5: Expose TIR and QP ICM address for sw_owner_v2 devicesAlex Vesker
2020-09-18RDMA/mlx5: Allow DM allocation for sw_owner_v2 enabled devicesAlex Vesker
2020-09-17RDMA: Convert RWQ table logic to ib_core allocation schemeLeon Romanovsky
2020-09-17RDMA: Clean MW allocation and free flowsLeon Romanovsky
2020-09-17RDMA/mlx5: Delete duplicated mlx5_ptys_width enumAharon Landau
2020-09-17net/mlx5: Refactor query port speed functionsAharon Landau
2020-09-16RDMA/i40iw: Avoid typecast from void to pci_devParav Pandit
2020-09-16RDMA/qedr: Add support for user mode XRC-SRQ'sYuval Basson
2020-09-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-09-11RDMA/qedr: Fix function prototype parameters alignmentMichal Kalderon
2020-09-11RDMA/qedr: Fix inline size returned for iWARPMichal Kalderon
2020-09-11RDMA/qedr: Fix iWARP active mtu displayMichal Kalderon
2020-09-11RDMA/qedr: Fix return code if accept is called on a destroyed qpMichal Kalderon
2020-09-11RDMA/qedr: Fix use of uninitialized fieldMichal Kalderon
2020-09-11RDMA/qedr: Fix doorbell settingMichal Kalderon
2020-09-11RDMA/qedr: Fix qp structure memory leakMichal Kalderon
2020-09-11RDMA/ocrdma: Remove fbo from MRJason Gunthorpe
2020-09-11RDMA/qedr: Remove fbo and zbva from the MRJason Gunthorpe
2020-09-11RDMA/mlx4: Use ib_umem_num_dma_blocks()Jason Gunthorpe
2020-09-11RDMA/pvrdma: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()Jason Gunthorpe
2020-09-11RDMA/ocrdma: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()Jason Gunthorpe
2020-09-11RDMA/hns: Use ib_umem_num_dma_blocks() instead of opencodingJason Gunthorpe
2020-09-11RDMA/bnxt: Do not use ib_umem_page_count() or ib_umem_num_pages()Jason Gunthorpe
2020-09-11RDMA/qedr: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()Jason Gunthorpe
2020-09-11RDMA/qedr: Use rdma_umem_for_each_dma_block() instead of open-codingJason Gunthorpe
2020-09-11RDMA/i40iw: Use ib_umem_num_dma_pages()Jason Gunthorpe
2020-09-11RDMA/efa: Use ib_umem_num_dma_pages()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/umem: Add rdma_umem_for_each_dma_block()Jason Gunthorpe
2020-09-09RDMA: Make counters destroy symmetricalLeon Romanovsky
2020-09-09RDMA: Restore ability to return error for destroy WQLeon Romanovsky
2020-09-09RDMA: Change XRCD destroy return valueLeon Romanovsky
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky
2020-09-09RDMA/mlx5: Issue FW command to destroy SRQ on reentryLeon Romanovsky
2020-09-09RDMA: Restore ability to fail on AH destroyLeon Romanovsky
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky
2020-09-09RDMA/hns: Avoid unncessary initializationLijun Ou