summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe2020-09-1815-68/+84
|\
| * RDMA: Fix link active_speed sizeAharon Landau2020-09-187-14/+10
| * RDMA/mlx5: Delete duplicated mlx5_ptys_width enumAharon Landau2020-09-171-14/+6
| * net/mlx5: Refactor query port speed functionsAharon Landau2020-09-171-13/+14
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-09-118-34/+61
| |\
| | * RDMA/bnxt_re: Remove set but not used variable 'qplib_ctx'YueHaibing2020-09-091-2/+0
| | * RDMA/bnxt_re: Remove the qp from list only if the qp destroy succeedsSelvin Xavier2020-08-271-11/+11
| | * RDMA/bnxt_re: Fix driver crash on unaligned PSN entry addressNaresh Kumar PBS2020-08-271-2/+2
| | * RDMA/bnxt_re: Restrict the max_gids to 256Naresh Kumar PBS2020-08-272-1/+2
| | * RDMA/bnxt_re: Static NQ depth allocationNaresh Kumar PBS2020-08-271-2/+1
| | * RDMA/bnxt_re: Fix the qp table indexingSelvin Xavier2020-08-273-12/+25
| | * RDMA/bnxt_re: Do not report transparent vlan from QP1Selvin Xavier2020-08-271-3/+18
| | * RDMA/mlx4: Read pkey table length instead of hardcoded valueMark Bloch2020-08-271-1/+2
* | | RDMA: Convert RWQ table logic to ib_core allocation schemeLeon Romanovsky2020-09-178-66/+50
* | | RDMA: Clean MW allocation and free flowsLeon Romanovsky2020-09-1712-96/+56
* | | 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
* | | 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-114-7/+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-114-5/+5
* | | 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: Make counters destroy symmetricalLeon Romanovsky2020-09-091-1/+2
* | | RDMA: Restore ability to return error for destroy WQLeon Romanovsky2020-09-096-9/+15
* | | RDMA: Change XRCD destroy return valueLeon Romanovsky2020-09-093-4/+5
* | | RDMA: Allow fail of destroy CQLeon Romanovsky2020-09-0923-27/+43
* | | RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky2020-09-0919-33/+39
* | | 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-0917-30/+30
* | | RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2020-09-0921-25/+36
* | | RDMA/hns: Avoid unncessary initializationLijun Ou2020-09-096-24/+24
* | | 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