aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-07RDMA/uverbs: Check ODP in ib_check_mr_access() as wellJason Gunthorpe1-1/+1
2020-12-01RDMA/efa: Use dma_set_mask_and_coherent() to simplify codeGal Pressman1-9/+2
2020-12-01RDMA/hns: Refactor process of setting extended sgeWeihang Li1-32/+28
2020-12-01RDMA/hns: Bugfix for calculation of extended sgeYangyang Li1-1/+6
2020-12-01RDMA/hns: Fix 0-length sge calculation errorLang Cheng1-14/+10
2020-12-01RDMA/i40iw: Remove push code from i40iwShiraz Saleem8-224/+18
2020-12-01Merge tag 'v5.10-rc6' into rdma.git for-nextJason Gunthorpe13-93/+98
2020-11-27RDMA/hns: Add support for QP stashLang Cheng2-61/+75
2020-11-27RDMA/hns: Add support for CQ stashLang Cheng4-16/+37
2020-11-27RDMA/hns: Create QP with selected QPN for bank load balanceYangyang Li2-19/+96
2020-11-27RDMA/core: Allow drivers to disable restrack DBLeon Romanovsky2-1/+6
2020-11-26RDMA/mlx5: Use PCI device for dma mappingsParav Pandit1-9/+11
2020-11-26RDMA/mlx5: Silence the overflow warning while building offset maskLeon Romanovsky1-1/+1
2020-11-26RDMA/mlx5: Check for ERR_PTR from uverbs_zalloc()Jason Gunthorpe1-1/+1
2020-11-26RDMA/hns: Add UD support for HIP09Weihang Li4-12/+37
2020-11-26RDMA/hns: Simplify process of filling UD SQ WQEWeihang Li2-69/+43
2020-11-26RDMA/hns: Remove the portn field in UD SQ WQEWeihang Li2-5/+0
2020-11-26RDMA/hns: Avoid setting loopback indicator when smac is same as dmacWeihang Li1-9/+0
2020-11-26RDMA/hns: Fix missing fields in address vectorWeihang Li1-4/+6
2020-11-26RDMA/hns: Only record vlan info for HIP08Weihang Li3-33/+33
2020-11-26RDMA/mlx4: Enable querying AH for XRC QP typesAvihai Horon1-1/+3
2020-11-26RDMA/mlx5: Enable querying AH for XRC QP typesAvihai Horon1-1/+3
2020-11-26RDMA/hns: Bugfix for memory window mtpt configurationYixian Liu1-0/+1
2020-11-26RDMA/hns: Fix retry_cnt and rnr_cnt when querying QPWenpeng Liang1-4/+4
2020-11-26RDMA/hns: Fix wrong field of SRQ number the device supportsWenpeng Liang1-1/+1
2020-11-25IB/hfi1: Ensure correct mm is used at all timesDennis Dalessandro8-49/+79
2020-11-25RDMA/i40iw: Address an mmap handler exploit in i40iwShiraz Saleem2-35/+7
2020-11-23RDMA/hns: Refactor the hns_roce_buf allocation flowXi Wang3-105/+113
2020-11-23IB/qib: Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET1-9/+2
2020-11-23RDMA/i40iw: Constify ops structsRikard Falkeborn2-20/+20
2020-11-23IB/mthca: fix return value of error branch in mthca_init_cq()Xiongfeng Wang1-4/+6
2020-11-23RDMA/cxgb4: Validate the number of CQEsKamal Heib1-0/+3
2020-11-23IB/mlx5: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-11-23IB/qedr: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-11-23IB/mlx4: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-11-23IB/hfi1: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+6
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe5-5/+9
2020-11-16RDMA/mlx5: Lower setting the umem's PAS for SRQJason Gunthorpe3-29/+79
2020-11-16RDMA/mlx5: Use ib_umem_find_best_pgsz() for devxJason Gunthorpe3-91/+35
2020-11-16RDMA/mlx5: mlx5_umem_find_best_quantized_pgoff() for CQJason Gunthorpe2-14/+44
2020-11-16RDMA/mlx5: Use mlx5_umem_find_best_quantized_pgoff() for QPJason Gunthorpe3-70/+23
2020-11-16RDMA/mlx5: Directly compute the PAS list for raw QP RQ'sJason Gunthorpe1-25/+16
2020-11-16RDMA/mlx5: Use mlx5_umem_find_best_quantized_pgoff() for WQJason Gunthorpe1-22/+31
2020-11-16RDMA/mlx5: Use ib_umem_find_best_pgoff() for SRQJason Gunthorpe3-10/+86
2020-11-16RDMA/efa: Remove .create_ah callback assignmentGal Pressman1-1/+0
2020-11-16RDMA/hns: Add new PCI device ID matching for HIP09Lang Cheng1-0/+1
2020-11-13IB/hfi1: Fix error return code in hfi1_init_dd()Zhang Changzhong1-1/+2
2020-11-12RDMA/hns: Fix double free of the pointer to TSQ/TPQWeihang Li1-0/+2
2020-11-12RDMA/pvrdma: Fix missing kfree() in pvrdma_register_device()Qinglang Miao1-1/+1
2020-11-12RDMa/mthca: Work around -Wenum-conversion warningArnd Bergmann2-2/+1