summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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/cma: Fix use after free race in roce multicast joinJason Gunthorpe
2020-09-17RDMA/cma: Consolidate the destruction of a cma_multicast in one placeJason Gunthorpe
2020-09-17RDMA/cma: Remove dead code for kernel rdmacm multicastJason Gunthorpe
2020-09-17RDMA/cma: Combine cma_ndev_work with cma_workJason Gunthorpe
2020-09-17RDMA/cma: Remove cma_comp()Jason Gunthorpe
2020-09-17RDMA/cma: Fix locking for the RDMA_CM_LISTEN stateJason Gunthorpe
2020-09-17RDMA/cma: Make the locking for automatic state transition more clearJason Gunthorpe
2020-09-17RDMA/cma: Fix locking for the RDMA_CM_CONNECT stateJason Gunthorpe
2020-09-16RDMA/ipoib: Convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin
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-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-11qede: Notify qedr when mtu has changedMichal 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/core: Added missing WR and WC opcodesBob Pearson
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/umem: Use simpler logic for ib_umem_find_best_pgsz()Jason Gunthorpe
2020-09-09RDMA/umem: Prevent small pages from being returned by ib_umem_find_best_pgsz()Jason Gunthorpe
2020-09-09RDMA/umem: Fix ib_umem_find_best_pgsz() for mappings that cross a page boundaryJason 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/core: Delete function indirection for alloc/free kernel 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/rtrs-srv: Incorporate ib_register_client into rtrs server initMd Haris Iqbal
2020-09-09RDMA/hns: Avoid unncessary initializationLijun Ou