summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
...
| * RDMA/hns: Fix 0-length sge calculation errorLang Cheng2020-12-011-14/+10
| * RDMA/i40iw: Remove push code from i40iwShiraz Saleem2020-12-018-224/+18
| * Merge tag 'v5.10-rc6' into rdma.git for-nextJason Gunthorpe2020-12-0113-93/+98
| |\
| * | 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-274-27/+17
| * | RDMA/core: Allow drivers to disable restrack DBLeon Romanovsky2020-11-274-4/+17
| * | 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
| * | 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
| * | RDMA/core: remove use of dma_virt_opsChristoph Hellwig2020-11-1711-52/+29
| * | Merge branch 'for-rc' into rdma.gitJason Gunthorpe2020-11-1721-44/+119
| |\ \
| * | | 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-163-10/+86
| * | | 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
| * | | RDMA/umem: Use ib_dma_max_seg_size instead of dma_get_max_seg_sizeChristoph Hellwig2020-11-121-4/+4
| * | | RDMa/mthca: Work around -Wenum-conversion warningArnd Bergmann2020-11-122-2/+1
| * | | RDMA/core: Make FD destroy callback voidLeon Romanovsky2020-11-124-12/+9
| * | | RDMA/core: Postpone uobject cleanup on failure till FD closeLeon Romanovsky2020-11-1212-71/+43