aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-17RDMA: Clean MW allocation and free flowsLeon Romanovsky15-104/+76
2020-09-17RDMA/cma: Fix use after free race in roce multicast joinJason Gunthorpe1-108/+88
2020-09-17RDMA/cma: Consolidate the destruction of a cma_multicast in one placeJason Gunthorpe1-32/+31
2020-09-17RDMA/cma: Remove dead code for kernel rdmacm multicastJason Gunthorpe1-15/+4
2020-09-17RDMA/cma: Combine cma_ndev_work with cma_workJason Gunthorpe1-31/+7
2020-09-17RDMA/cma: Remove cma_comp()Jason Gunthorpe1-20/+7
2020-09-17RDMA/cma: Fix locking for the RDMA_CM_LISTEN stateJason Gunthorpe1-18/+18
2020-09-17RDMA/cma: Make the locking for automatic state transition more clearJason Gunthorpe1-22/+45
2020-09-17RDMA/cma: Fix locking for the RDMA_CM_CONNECT stateJason Gunthorpe1-14/+30
2020-09-16RDMA/ipoib: Convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin1-46/+4
2020-09-16RDMA/i40iw: Avoid typecast from void to pci_devParav Pandit5-7/+8
2020-09-16RDMA/qedr: Add support for user mode XRC-SRQ'sYuval Basson4-92/+254
2020-09-11RDMA/qedr: Fix function prototype parameters alignmentMichal Kalderon1-2/+2
2020-09-11RDMA/qedr: Fix inline size returned for iWARPMichal Kalderon1-1/+1
2020-09-11RDMA/qedr: Fix iWARP active mtu displayMichal Kalderon2-1/+9
2020-09-11qede: Notify qedr when mtu has changedMichal Kalderon3-2/+23
2020-09-11RDMA/qedr: Fix return code if accept is called on a destroyed qpMichal Kalderon1-2/+4
2020-09-11RDMA/qedr: Fix use of uninitialized fieldMichal Kalderon1-1/+1
2020-09-11RDMA/qedr: Fix doorbell settingMichal Kalderon1-1/+1
2020-09-11RDMA/qedr: Fix qp structure memory leakMichal Kalderon1-0/+2
2020-09-11RDMA/core: Added missing WR and WC opcodesBob Pearson2-7/+20
2020-09-11RDMA/ocrdma: Remove fbo from MRJason Gunthorpe3-4/+3
2020-09-11RDMA/qedr: Remove fbo and zbva from the MRJason Gunthorpe3-16/+2
2020-09-11RDMA/mlx4: Use ib_umem_num_dma_blocks()Jason Gunthorpe6-21/+6
2020-09-11RDMA/pvrdma: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()Jason Gunthorpe3-4/+6
2020-09-11RDMA/ocrdma: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()Jason Gunthorpe1-12/+5
2020-09-11RDMA/hns: Use ib_umem_num_dma_blocks() instead of opencodingJason Gunthorpe1-30/+19
2020-09-11RDMA/bnxt: Do not use ib_umem_page_count() or ib_umem_num_pages()Jason Gunthorpe1-46/+24
2020-09-11RDMA/qedr: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()Jason Gunthorpe1-4/+3
2020-09-11RDMA/qedr: Use rdma_umem_for_each_dma_block() instead of open-codingJason Gunthorpe1-25/+16
2020-09-11RDMA/i40iw: Use ib_umem_num_dma_pages()Jason Gunthorpe1-9/+1
2020-09-11RDMA/efa: Use ib_umem_num_dma_pages()Jason Gunthorpe1-3/+3
2020-09-11RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks()Jason Gunthorpe6-9/+23
2020-09-09RDMA/umem: Replace for_each_sg_dma_page with rdma_umem_for_each_dma_blockJason Gunthorpe4-15/+13
2020-09-09RDMA/umem: Add rdma_umem_for_each_dma_block()Jason Gunthorpe6-7/+25
2020-09-09RDMA/umem: Use simpler logic for ib_umem_find_best_pgsz()Jason Gunthorpe2-27/+8
2020-09-09RDMA/umem: Prevent small pages from being returned by ib_umem_find_best_pgsz()Jason Gunthorpe1-0/+6
2020-09-09RDMA/umem: Fix ib_umem_find_best_pgsz() for mappings that cross a page boundaryJason Gunthorpe1-2/+7
2020-09-09RDMA: Make counters destroy symmetricalLeon Romanovsky3-3/+6
2020-09-09RDMA: Restore ability to return error for destroy WQLeon Romanovsky9-18/+27
2020-09-09RDMA: Change XRCD destroy return valueLeon Romanovsky5-7/+12
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky31-37/+66
2020-09-09RDMA/core: Delete function indirection for alloc/free kernel CQLeon Romanovsky2-71/+18
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky27-48/+59
2020-09-09RDMA/mlx5: Issue FW command to destroy SRQ on reentryLeon Romanovsky1-3/+12
2020-09-09RDMA: Restore ability to fail on AH destroyLeon Romanovsky22-38/+46
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky29-42/+56
2020-09-09RDMA/rtrs-srv: Incorporate ib_register_client into rtrs server initMd Haris Iqbal2-3/+80
2020-09-09RDMA/hns: Avoid unncessary initializationLijun Ou6-24/+24
2020-09-09RDMA/core: Change how failing destroy is handled during uobj abortJason Gunthorpe2-20/+15