summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/irdma/verbs.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-13RDMA/irdma: Prevent zero-length STAG registrationChristopher Bednarz1-2/+8
2023-09-13RDMA/qedr: Remove a duplicate assignment in irdma_query_ah()Minjie Du1-1/+0
2023-06-09RDMA/irdma: Fix Local Invalidate fencingMustafa Ismail1-0/+1
2023-06-09RDMA/irdma: Prevent QP use after freeMustafa Ismail1-5/+6
2022-12-31RDMA/irdma: Initialize net_type before checking itMustafa Ismail1-0/+1
2022-12-31RDMA/irdma: Do not request 2-level PBLEs for CQ allocMustafa Ismail1-10/+5
2022-12-31RDMA/irdma: Fix RQ completion opcodeMustafa Ismail1-33/+6
2022-12-31RDMA/irdma: Fix inline for multiple SGE'sMustafa Ismail1-36/+19
2022-12-31RDMA/irdma: Report the correct link speedShiraz Saleem1-32/+3
2022-10-07Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe1-3/+10
2022-09-20RDMA/irdma: Validate udata inlen and outlenShiraz Saleem1-7/+60
2022-09-20RDMA/irdma: Align AE id codes to correct flush code and eventSindhu-Devale1-0/+2
2022-09-07RDMA/irdma: Report RNR NAK generation in device capsSindhu-Devale1-1/+4
2022-09-07RDMA/irdma: Return error on MR deregister CQP failureSindhu-Devale1-1/+5
2022-09-07RDMA/irdma: Report the correct max cqes from query deviceSindhu-Devale1-1/+1
2022-08-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-4/+12
2022-07-18RDMA/irdma: Fix a window for use-after-freeMustafa Ismail1-1/+1
2022-07-18RDMA/irdma: Add 2 level PBLE support for FMRMustafa Ismail1-3/+11
2022-07-11RDMA/irdma: Do not advertise 1GB page size for x722Mustafa Ismail1-2/+2
2022-05-24Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe1-2/+2
2022-05-11RDMA/irdma: Add SW mechanism to generate completions on errorMustafa Ismail1-23/+33
2022-05-02RDMA/irdma: Flush iWARP QP if modified to ERR from RTR stateTatyana Nikolova1-2/+2
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe1-1/+3
2022-03-15RDMA/irdma: Add support for address handle re-useMustafa Ismail1-59/+158
2022-02-28RDMA/irdma: Remove incorrect masking of PDMustafa Ismail1-2/+2
2022-02-24RDMA/irdma: Move union irdma_sockaddr to header fileZhu Yanjun1-14/+3
2022-02-24RDMA/irdma: Remove the unnecessary variable saddrZhu Yanjun1-1/+0
2022-02-24RDMA/irdma: Use net_type to check network typeZhu Yanjun1-5/+3
2022-02-23RDMA/irdma: Remove excess error variablesShiraz Saleem1-74/+26
2022-02-23RDMA/irdma: Propagate error codesShiraz Saleem1-9/+7
2022-02-23RDMA/irdma: Remove enum irdma_status_codeShiraz Saleem1-24/+24
2022-02-08RDMA/irdma: Refactor DCB bits in prep for DSCP supportMustafa Ismail1-2/+2
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