summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge tag 'v5.10-rc6' into rdma.git for-nextJason Gunthorpe2020-12-01314-2525/+5309
| |\ \
| * | | RDMA/hns: Add support for QP stashLang Cheng2020-11-272-61/+75
| * | | RDMA/hns: Add support for CQ stashLang Cheng2020-11-274-16/+37
| * | | RDMA/hns: Create QP with selected QPN for bank load balanceYangyang Li2020-11-272-19/+96
| * | | RDMA/restrack: Support all QP typesLeon Romanovsky2020-11-275-29/+25
| * | | RDMA/core: Allow drivers to disable restrack DBLeon Romanovsky2020-11-275-4/+41
| * | | RDMA/core: Track device memory MRsLeon Romanovsky2020-11-271-0/+4
| * | | RDMA/mlx5: Use PCI device for dma mappingsParav Pandit2020-11-261-9/+11
| * | | RDMA/mlx5: Silence the overflow warning while building offset maskLeon Romanovsky2020-11-261-1/+1
| * | | RDMA/mlx5: Check for ERR_PTR from uverbs_zalloc()Jason Gunthorpe2020-11-261-1/+1
| * | | RDMA/hns: Add UD support for HIP09Weihang Li2020-11-264-12/+37
| * | | RDMA/hns: Simplify process of filling UD SQ WQEWeihang Li2020-11-262-69/+43
| * | | RDMA/hns: Remove the portn field in UD SQ WQEWeihang Li2020-11-262-5/+0
| * | | RDMA/hns: Avoid setting loopback indicator when smac is same as dmacWeihang Li2020-11-261-9/+0
| * | | RDMA/hns: Fix missing fields in address vectorWeihang Li2020-11-261-4/+6
| * | | RDMA/hns: Only record vlan info for HIP08Weihang Li2020-11-263-33/+33
| * | | RDMA/mlx4: Enable querying AH for XRC QP typesAvihai Horon2020-11-261-1/+3
| * | | RDMA/mlx5: Enable querying AH for XRC QP typesAvihai Horon2020-11-261-1/+3
| * | | RDMA/cma: Fix deadlock on &lock in rdma_cma_listen_on_all() error unwindJason Gunthorpe2020-11-251-7/+18
| * | | RDMA/hns: Refactor the hns_roce_buf allocation flowXi Wang2020-11-233-105/+113
| * | | tools/testing/scatterlist: Test dynamic __sg_alloc_table_from_pagesMaor Gottlieb2020-11-231-23/+41
| * | | Merge tag 'v5.10-rc5' into rdma.git for-nextJason Gunthorpe2020-11-23739-4076/+9912
| |\ \ \
| * | | | IB/qib: Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET2020-11-231-9/+2
| * | | | RDMA/i40iw: Constify ops structsRikard Falkeborn2020-11-232-20/+20
| * | | | RDMA/cxgb4: Validate the number of CQEsKamal Heib2020-11-231-0/+3
| * | | | RDMA/siw,rxe: Make emulated devices virtual in the device treeJason Gunthorpe2020-11-233-28/+1
| * | | | IB/mlx5: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-231-0/+1
| * | | | IB/qedr: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-231-0/+1
| * | | | IB/mlx4: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-231-0/+1
| * | | | IB/hfi1: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-232-0/+6
| * | | | RDMA/ipoib: Distribute cq completion vector betterJack Wang2020-11-201-2/+2
| * | | | dma-mapping: remove dma_virt_opsChristoph Hellwig2020-11-174-69/+0
| * | | | PCI/P2PDMA: Cleanup __pci_p2pdma_map_sg a bitChristoph Hellwig2020-11-171-4/+1
| * | | | PCI/P2PDMA: Remove the DMA_VIRT_OPS hacksChristoph Hellwig2020-11-171-20/+0
| * | | | RDMA/core: remove use of dma_virt_opsChristoph Hellwig2020-11-1713-76/+81
| * | | | rds: stop using dmapoolChristoph Hellwig2020-11-175-69/+101
| * | | | Merge branch 'for-rc' into rdma.gitJason Gunthorpe2020-11-171278-33630/+11725
| |\ \ \ \
| * | | | | RDMA/mlx5: Lower setting the umem's PAS for SRQJason Gunthorpe2020-11-163-29/+79
| * | | | | RDMA/mlx5: Use ib_umem_find_best_pgsz() for devxJason Gunthorpe2020-11-163-91/+35
| * | | | | RDMA/mlx5: mlx5_umem_find_best_quantized_pgoff() for CQJason Gunthorpe2020-11-162-14/+44
| * | | | | RDMA/mlx5: Use mlx5_umem_find_best_quantized_pgoff() for QPJason Gunthorpe2020-11-163-70/+23
| * | | | | RDMA/mlx5: Directly compute the PAS list for raw QP RQ'sJason Gunthorpe2020-11-161-25/+16
| * | | | | RDMA/mlx5: Use mlx5_umem_find_best_quantized_pgoff() for WQJason Gunthorpe2020-11-161-22/+31
| * | | | | RDMA/mlx5: Use ib_umem_find_best_pgoff() for SRQJason Gunthorpe2020-11-164-10/+128
| * | | | | RDMA/efa: Remove .create_ah callback assignmentGal Pressman2020-11-162-2/+1
| * | | | | RDMA/hns: Add new PCI device ID matching for HIP09Lang Cheng2020-11-161-0/+1
| * | | | | RDMA/cma: Add missing error handling of listen_idLeon Romanovsky2020-11-161-74/+101
| * | | | | RDMA/restrack: Store all special QPs in restrack DBLeon Romanovsky2020-11-162-2/+11
| * | | | | RDMA/counter: Combine allocation and bind logicLeon Romanovsky2020-11-161-74/+62
| * | | | | RDMA/hns: Fix double free of the pointer to TSQ/TPQWeihang Li2020-11-121-0/+2