summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Convert RWQ table logic to ib_core allocation schemeLeon Romanovsky2020-09-1712-101/+76
* RDMA: Clean MW allocation and free flowsLeon Romanovsky2020-09-1715-104/+76
* RDMA/cma: Fix use after free race in roce multicast joinJason Gunthorpe2020-09-171-108/+88
* RDMA/cma: Consolidate the destruction of a cma_multicast in one placeJason Gunthorpe2020-09-171-32/+31
* RDMA/cma: Remove dead code for kernel rdmacm multicastJason Gunthorpe2020-09-171-15/+4
* RDMA/cma: Combine cma_ndev_work with cma_workJason Gunthorpe2020-09-171-31/+7
* RDMA/cma: Remove cma_comp()Jason Gunthorpe2020-09-171-20/+7
* RDMA/cma: Fix locking for the RDMA_CM_LISTEN stateJason Gunthorpe2020-09-171-18/+18
* RDMA/cma: Make the locking for automatic state transition more clearJason Gunthorpe2020-09-171-22/+45
* RDMA/cma: Fix locking for the RDMA_CM_CONNECT stateJason Gunthorpe2020-09-171-14/+30
* RDMA/ipoib: Convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin2020-09-161-46/+4
* RDMA/i40iw: Avoid typecast from void to pci_devParav Pandit2020-09-165-7/+8
* RDMA/qedr: Add support for user mode XRC-SRQ'sYuval Basson2020-09-164-92/+254
* RDMA/qedr: Fix function prototype parameters alignmentMichal Kalderon2020-09-111-2/+2
* RDMA/qedr: Fix inline size returned for iWARPMichal Kalderon2020-09-111-1/+1
* RDMA/qedr: Fix iWARP active mtu displayMichal Kalderon2020-09-112-1/+9
* qede: Notify qedr when mtu has changedMichal Kalderon2020-09-112-1/+20
* RDMA/qedr: Fix return code if accept is called on a destroyed qpMichal Kalderon2020-09-111-2/+4
* RDMA/qedr: Fix use of uninitialized fieldMichal Kalderon2020-09-111-1/+1
* RDMA/qedr: Fix doorbell settingMichal Kalderon2020-09-111-1/+1
* RDMA/qedr: Fix qp structure memory leakMichal Kalderon2020-09-111-0/+2
* RDMA/ocrdma: Remove fbo from MRJason Gunthorpe2020-09-113-4/+3
* RDMA/qedr: Remove fbo and zbva from the MRJason Gunthorpe2020-09-112-14/+2
* RDMA/mlx4: Use ib_umem_num_dma_blocks()Jason Gunthorpe2020-09-115-19/+6
* RDMA/pvrdma: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()Jason Gunthorpe2020-09-113-4/+6
* RDMA/ocrdma: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()Jason Gunthorpe2020-09-111-12/+5
* RDMA/hns: Use ib_umem_num_dma_blocks() instead of opencodingJason Gunthorpe2020-09-111-30/+19
* RDMA/bnxt: Do not use ib_umem_page_count() or ib_umem_num_pages()Jason Gunthorpe2020-09-111-46/+24
* RDMA/qedr: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()Jason Gunthorpe2020-09-111-4/+3
* RDMA/qedr: Use rdma_umem_for_each_dma_block() instead of open-codingJason Gunthorpe2020-09-111-25/+16
* RDMA/i40iw: Use ib_umem_num_dma_pages()Jason Gunthorpe2020-09-111-9/+1
* RDMA/efa: Use ib_umem_num_dma_pages()Jason Gunthorpe2020-09-111-3/+3
* RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks()Jason Gunthorpe2020-09-115-6/+11
* RDMA/umem: Replace for_each_sg_dma_page with rdma_umem_for_each_dma_blockJason Gunthorpe2020-09-094-15/+13
* RDMA/umem: Add rdma_umem_for_each_dma_block()Jason Gunthorpe2020-09-094-7/+4
* RDMA/umem: Use simpler logic for ib_umem_find_best_pgsz()Jason Gunthorpe2020-09-091-3/+8
* RDMA/umem: Prevent small pages from being returned by ib_umem_find_best_pgsz()Jason Gunthorpe2020-09-091-0/+6
* RDMA/umem: Fix ib_umem_find_best_pgsz() for mappings that cross a page boundaryJason Gunthorpe2020-09-091-2/+7
* RDMA: Make counters destroy symmetricalLeon Romanovsky2020-09-092-2/+5
* RDMA: Restore ability to return error for destroy WQLeon Romanovsky2020-09-098-16/+25
* RDMA: Change XRCD destroy return valueLeon Romanovsky2020-09-094-6/+11
* RDMA: Allow fail of destroy CQLeon Romanovsky2020-09-0930-35/+62
* RDMA/core: Delete function indirection for alloc/free kernel CQLeon Romanovsky2020-09-091-15/+12
* RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky2020-09-0926-45/+54
* RDMA/mlx5: Issue FW command to destroy SRQ on reentryLeon Romanovsky2020-09-091-3/+12
* RDMA: Restore ability to fail on AH destroyLeon Romanovsky2020-09-0921-35/+41
* RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2020-09-0928-34/+51
* RDMA/rtrs-srv: Incorporate ib_register_client into rtrs server initMd Haris Iqbal2020-09-092-3/+80
* RDMA/hns: Avoid unncessary initializationLijun Ou2020-09-096-24/+24
* RDMA/core: Change how failing destroy is handled during uobj abortJason Gunthorpe2020-09-091-15/+15