summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/irdma/verbs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * RDMA/irdma: Fix a window for use-after-freeMustafa Ismail2022-07-181-1/+1
| * RDMA/irdma: Add 2 level PBLE support for FMRMustafa Ismail2022-07-181-3/+11
* | RDMA/irdma: Do not advertise 1GB page size for x722Mustafa Ismail2022-07-111-2/+2
|/
* Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe2022-05-241-2/+2
|\
| * RDMA/irdma: Flush iWARP QP if modified to ERR from RTR stateTatyana Nikolova2022-05-021-2/+2
* | RDMA/irdma: Add SW mechanism to generate completions on errorMustafa Ismail2022-05-111-23/+33
* | RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-061-1/+3
|/
* RDMA/irdma: Add support for address handle re-useMustafa Ismail2022-03-151-59/+158
* RDMA/irdma: Remove incorrect masking of PDMustafa Ismail2022-02-281-2/+2
* RDMA/irdma: Move union irdma_sockaddr to header fileZhu Yanjun2022-02-241-14/+3
* RDMA/irdma: Remove the unnecessary variable saddrZhu Yanjun2022-02-241-1/+0
* RDMA/irdma: Use net_type to check network typeZhu Yanjun2022-02-241-5/+3
* RDMA/irdma: Remove excess error variablesShiraz Saleem2022-02-231-74/+26
* RDMA/irdma: Propagate error codesShiraz Saleem2022-02-231-9/+7
* RDMA/irdma: Remove enum irdma_status_codeShiraz Saleem2022-02-231-24/+24
* RDMA/irdma: Refactor DCB bits in prep for DSCP supportMustafa Ismail2022-02-081-2/+2
* RDMA/irdma: Make the source udp port varyZhu Yanjun2022-01-081-0/+4
* Merge tag 'v5.16-rc5' into rdma.git for-nextJason Gunthorpe2021-12-151-5/+18
|\
| * RDMA/irdma: Don't arm the CQ more than two times if no CE for this CQTatyana Nikolova2021-12-071-5/+18
* | RDMA/irdma: Use helper function to set GUIDsKamal Heib2021-11-161-21/+6
|/
* Merge tag 'v5.15' into rdma.git for-nextJason Gunthorpe2021-11-011-2/+6
|\
| * RDMA/irdma: Set VLAN in UD work completion correctlyMustafa Ismail2021-10-201-2/+6
* | RDMA/irdma: optimize rx path by removing unnecessary copyZhu Yanjun2021-11-011-30/+12
* | RDMA/irdma: Remove the unused variable local_qpZhu Yanjun2021-10-281-1/+0
* | RDMA/irdma: Remove the unused spin lock in struct irdma_qp_ukZhu Yanjun2021-10-251-1/+0
* | RDMA: Constify netdev->dev_addr accessesJakub Kicinski2021-10-251-1/+1
* | RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau2021-10-121-50/+50
|/
* RDMA/irdma: Report correct WC error when there are MW bind errorsSindhu Devale2021-09-201-0/+2
* RDMA/irdma: Report correct WC error when transport retry counter is exceededSindhu Devale2021-09-201-0/+2
* RDMA/irdma: Validate number of CQ entries on create CQSindhu Devale2021-09-201-1/+1
* RDMA/irdma: Skip CQP ring during a resetSindhu Devale2021-09-201-2/+1
* Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe2021-08-301-5/+3
|\
| * RDMA: Use the sg_table directly and remove the opencoded version from umemMaor Gottlieb2021-08-251-1/+1
| * RDMA/irdma: Change returned type of irdma_setup_virt_qp to voidZhu Yanjun2021-07-151-4/+2
* | RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-031-18/+13
|/
* RDMA/irdma: Check contents of user-space irdma_mem_reg_req objectShiraz Saleem2021-06-251-6/+20
* RDMA/irdma: Use the queried port attributesKamal Heib2021-06-231-1/+1
* RDMA/irdma: Check return value from ib_umem_find_best_pgszShiraz Saleem2021-06-221-1/+7
* RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe2021-06-171-7/+4
* RDMA/irdma: Store PBL info address a pointer typeShiraz Saleem2021-06-101-8/+8
* RDMA/irdma: Fix return error sign from irdma_modify_qpKamal Heib2021-06-081-1/+1
* RDMA/irdma: remove extraneous indentation on a statementColin Ian King2021-06-081-1/+1
* RDMA/irdma: Implement device supported verb APIsMustafa Ismail2021-06-031-0/+4527