summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | 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-111-4/+0
| * | | 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
| * | | RDMA/rxe: Convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-033-8/+8
| * | | RDMA/qib: Convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-032-9/+8
| * | | RDMA/i40iw: Convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-031-7/+7
| * | | RDMA/hfi1: Convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-031-11/+11
| * | | RDMA/bnxt_re: Convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-032-10/+8
| * | | RDMA/mlx5: Fix potential race between destroy and CQE pollLeon Romanovsky2020-09-031-2/+3
| * | | RDMA/ucma: Fix resource leak on error pathAlex Dewar2020-09-021-7/+8
| * | | RDMA/qedr: Fix reported max_pkeysKamal Heib2020-09-021-1/+1
| * | | RDMA/qib: Tidy up process_cc()Alex Dewar2020-08-311-37/+13
| * | | RDMA/qib: Remove superfluous fallthrough statementsAlex Dewar2020-08-311-2/+0
| * | | Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe2020-08-3158-130/+114
| |\ \ \
| * | | | RDMA/rxe: Address an issue with hardened user copyBob Pearson2020-08-313-73/+2
| * | | | RDMA/rxe: Add SPDX hdrs to rxe source filesBob Pearson2020-08-3132-896/+32
| * | | | RDMA/core: Trigger a WARN_ON if the driver causes uobjects to become leakedJason Gunthorpe2020-08-311-1/+2