aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
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 Kalderon2-1/+20
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/ocrdma: Remove fbo from MRJason Gunthorpe3-4/+3
2020-09-11RDMA/qedr: Remove fbo and zbva from the MRJason Gunthorpe2-14/+2
2020-09-11RDMA/mlx4: Use ib_umem_num_dma_blocks()Jason Gunthorpe5-19/+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 Gunthorpe5-6/+11
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 Gunthorpe4-7/+4
2020-09-09RDMA/umem: Use simpler logic for ib_umem_find_best_pgsz()Jason Gunthorpe1-3/+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 Romanovsky2-2/+5
2020-09-09RDMA: Restore ability to return error for destroy WQLeon Romanovsky8-16/+25
2020-09-09RDMA: Change XRCD destroy return valueLeon Romanovsky4-6/+11
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky30-35/+62
2020-09-09RDMA/core: Delete function indirection for alloc/free kernel CQLeon Romanovsky1-15/+12
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky26-45/+54
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 Romanovsky21-35/+41
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky28-34/+51
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 Gunthorpe1-15/+15
2020-09-03RDMA/rxe: Convert tasklets to use new tasklet_setup() APIAllen Pais3-8/+8