summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/irdma/verbs.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-08RDMA/irdma: Make the source udp port varyZhu Yanjun1-0/+4
2021-12-15Merge tag 'v5.16-rc5' into rdma.git for-nextJason Gunthorpe1-5/+18
2021-12-07RDMA/irdma: Don't arm the CQ more than two times if no CE for this CQTatyana Nikolova1-5/+18
2021-11-16RDMA/irdma: Use helper function to set GUIDsKamal Heib1-21/+6
2021-11-01Merge tag 'v5.15' into rdma.git for-nextJason Gunthorpe1-2/+6
2021-11-01RDMA/irdma: optimize rx path by removing unnecessary copyZhu Yanjun1-30/+12
2021-10-28RDMA/irdma: Remove the unused variable local_qpZhu Yanjun1-1/+0
2021-10-25RDMA/irdma: Remove the unused spin lock in struct irdma_qp_ukZhu Yanjun1-1/+0
2021-10-25RDMA: Constify netdev->dev_addr accessesJakub Kicinski1-1/+1
2021-10-20RDMA/irdma: Set VLAN in UD work completion correctlyMustafa Ismail1-2/+6
2021-10-12RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau1-50/+50
2021-09-20RDMA/irdma: Report correct WC error when there are MW bind errorsSindhu Devale1-0/+2
2021-09-20RDMA/irdma: Report correct WC error when transport retry counter is exceededSindhu Devale1-0/+2
2021-09-20RDMA/irdma: Validate number of CQ entries on create CQSindhu Devale1-1/+1
2021-09-20RDMA/irdma: Skip CQP ring during a resetSindhu Devale1-2/+1
2021-08-30Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe1-5/+3
2021-08-25RDMA: Use the sg_table directly and remove the opencoded version from umemMaor Gottlieb1-1/+1
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky1-18/+13
2021-07-15RDMA/irdma: Change returned type of irdma_setup_virt_qp to voidZhu Yanjun1-4/+2
2021-06-25RDMA/irdma: Check contents of user-space irdma_mem_reg_req objectShiraz Saleem1-6/+20
2021-06-23RDMA/irdma: Use the queried port attributesKamal Heib1-1/+1
2021-06-22RDMA/irdma: Check return value from ib_umem_find_best_pgszShiraz Saleem1-1/+7
2021-06-17RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe1-7/+4
2021-06-10RDMA/irdma: Store PBL info address a pointer typeShiraz Saleem1-8/+8
2021-06-08RDMA/irdma: Fix return error sign from irdma_modify_qpKamal Heib1-1/+1
2021-06-08RDMA/irdma: remove extraneous indentation on a statementColin Ian King1-1/+1
2021-06-03RDMA/irdma: Implement device supported verb APIsMustafa Ismail1-0/+4527