summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
AgeCommit message (Expand)Author
2020-09-11RDMA/ocrdma: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()Jason Gunthorpe
2020-09-11RDMA/hns: Use ib_umem_num_dma_blocks() instead of opencodingJason Gunthorpe
2020-09-11RDMA/bnxt: Do not use ib_umem_page_count() or ib_umem_num_pages()Jason Gunthorpe
2020-09-11RDMA/qedr: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()Jason Gunthorpe
2020-09-11RDMA/qedr: Use rdma_umem_for_each_dma_block() instead of open-codingJason Gunthorpe
2020-09-11RDMA/i40iw: Use ib_umem_num_dma_pages()Jason Gunthorpe
2020-09-11RDMA/efa: Use ib_umem_num_dma_pages()Jason Gunthorpe
2020-09-11RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks()Jason Gunthorpe
2020-09-09RDMA/umem: Replace for_each_sg_dma_page with rdma_umem_for_each_dma_blockJason Gunthorpe
2020-09-09RDMA/umem: Add rdma_umem_for_each_dma_block()Jason Gunthorpe
2020-09-09RDMA: Make counters destroy symmetricalLeon Romanovsky
2020-09-09RDMA: Restore ability to return error for destroy WQLeon Romanovsky
2020-09-09RDMA: Change XRCD destroy return valueLeon Romanovsky
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky
2020-09-09RDMA/mlx5: Issue FW command to destroy SRQ on reentryLeon Romanovsky
2020-09-09RDMA: Restore ability to fail on AH destroyLeon Romanovsky
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky
2020-09-09RDMA/hns: Avoid unncessary initializationLijun Ou
2020-09-09RDMA/bnxt_re: Remove set but not used variable 'qplib_ctx'YueHaibing
2020-09-03RDMA/qib: Convert tasklets to use new tasklet_setup() APIAllen Pais
2020-09-03RDMA/i40iw: Convert tasklets to use new tasklet_setup() APIAllen Pais
2020-09-03RDMA/hfi1: Convert tasklets to use new tasklet_setup() APIAllen Pais
2020-09-03RDMA/bnxt_re: Convert tasklets to use new tasklet_setup() APIAllen Pais
2020-09-03RDMA/mlx5: Fix potential race between destroy and CQE pollLeon Romanovsky
2020-09-02RDMA/qedr: Fix reported max_pkeysKamal Heib
2020-08-31RDMA/qib: Tidy up process_cc()Alex Dewar
2020-08-31RDMA/qib: Remove superfluous fallthrough statementsAlex Dewar
2020-08-31Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe
2020-08-31RDMA/hns: Get udp sport num dynamically instead of using a fixed valueWeihang Li
2020-08-27RDMA/hns: Add a check for current state before modifying QPLang Cheng
2020-08-27RDMA/bnxt_re: Remove the qp from list only if the qp destroy succeedsSelvin Xavier
2020-08-27RDMA/bnxt_re: Fix driver crash on unaligned PSN entry addressNaresh Kumar PBS
2020-08-27RDMA/bnxt_re: Restrict the max_gids to 256Naresh Kumar PBS
2020-08-27RDMA/bnxt_re: Static NQ depth allocationNaresh Kumar PBS
2020-08-27RDMA/bnxt_re: Fix the qp table indexingSelvin Xavier
2020-08-27RDMA/bnxt_re: Do not report transparent vlan from QP1Selvin Xavier
2020-08-27RDMA/mlx4: Read pkey table length instead of hardcoded valueMark Bloch
2020-08-27RDMA/usnic: Remove the query_pkey callbackKamal Heib
2020-08-27IB/mlx5: Add DCT RoCE LAG supportMark Zhang
2020-08-27IB/mlx5: Add tx_affinity support for DCI QPMark Zhang
2020-08-24RDMA/efa: Remove redundant udata check from alloc ucontext responseGal Pressman
2020-08-24RDMA/vmw_pvrdma: Fix kernel-doc documentationKamal Heib
2020-08-24IB/mlx4: Adjust delayed work when a dup is observedHåkon Bugge
2020-08-24IB/mlx4: Add support for REJ due to timeoutHåkon Bugge
2020-08-24IB/mlx4: Fix starvation in paravirt mux/demuxHåkon Bugge
2020-08-24IB/mlx4: Separate tunnel and wire bufs parametersHåkon Bugge
2020-08-24IB/mlx4: Add support for MRAHåkon Bugge
2020-08-24IB/mlx4: Add and improve loggingHåkon Bugge
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva