aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/irdma/verbs.c
AgeCommit message (Expand)AuthorFilesLines
7 daysRDMA: During rereg_mr ensure that REREG_ACCESS is compatibleJason Gunthorpe1-0/+4
2026-03-31RDMA/irdma: Add missing comp_mask check in alloc_ucontextJason Gunthorpe1-1/+3
2026-03-31RDMA: Consolidate patterns with offsetofend() to ib_copy_validate_udata_in()Jason Gunthorpe1-5/+5
2026-03-30Merge branch 'master' into rdma-nextLeon Romanovsky1-4/+6
2026-03-30RDMA: Properly propagate the number of CQEs as unsigned intLeon Romanovsky1-1/+1
2026-03-30RDMA: Clarify that CQ resize is a user‑space verbLeon Romanovsky1-1/+1
2026-03-18RDMA/irdma: Fix deadlock during netdev reset with active connectionsAnil Samal1-1/+2
2026-03-18RDMA/irdma: Remove a NOP wait_event() in irdma_modify_qp_roce()Tatyana Nikolova1-2/+0
2026-03-18RDMA/irdma: Update ibqp state to error if QP is already in error stateTatyana Nikolova1-0/+2
2026-03-18RDMA/irdma: Initialize free_qp completion before using itJacob Moroni1-1/+1
2026-03-08RDMA/irdma: Add support for revocable pinned dmabuf importJacob Moroni1-12/+93
2026-03-04RDMA/irdma: Fix double free related to rereg_user_mrJacob Moroni1-0/+1
2026-02-24RDMA/irdma: Fix kernel stack leak in irdma_create_user_ah()Jason Gunthorpe1-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-8/+10
2026-01-25RDMA/irdma: Use CQ ID for CEQE contextJacob Moroni1-1/+4
2026-01-13RDMA/irdma: Remove fixed 1 ms delay during AH wait loopJacob Moroni1-8/+8
2025-12-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-19/+30
2025-11-26RDMA/irdma: Fix SRQ shadow area address initializationJijun Wang1-1/+1
2025-11-26RDMA/irdma: Do not set IBK_LOCAL_DMA_LKEY for GEN3+Jacob Moroni1-1/+2
2025-11-26RDMA/irdma: Do not directly rely on IB_PD_UNSAFE_GLOBAL_RKEYJacob Moroni1-7/+8
2025-11-26RDMA/irdma: Add missing mutex destroyAnil Samal1-1/+3
2025-11-12RDMA/irdma: Remove redundant NULL check of udata in irdma_create_user_ah()Tuo Li1-1/+1
2025-11-06RDMA/irdma: Take a lock before moving SRQ tail in poll_cqJay Bhat1-0/+1
2025-11-02RDMA/irdma: CQ size and shadow update changes for GEN3Jay Bhat1-3/+13
2025-11-02RDMA/irdma: Initialize cqp_cmds_info to prevent resource leaksJay Bhat1-4/+0
2025-11-02RDMA/irdma: Enforce local fence for LOCAL_INV WRsJacob Moroni1-1/+1
2025-10-19RDMA/irdma: Set irdma_cq cq_num field during CQ createJacob Moroni1-0/+1
2025-09-24RDMA/irdma: Remove unused struct irdma_cq fieldsJacob Moroni1-3/+0
2025-09-24RDMA/irdma: Fix positive vs negative error codes in irdma_post_send()Dan Carpenter1-2/+2
2025-09-21RDMA: Use %pe format specifier for error pointersLeon Romanovsky1-3/+3
2025-09-18RDMA/irdma: Extend CQE Error and Flush Handling for GEN3 DevicesShiraz Saleem1-1/+4
2025-09-18RDMA/irdma: Add Atomic Operations supportFaisal Latif1-0/+48
2025-09-18RDMA/irdma: Restrict Memory Window and CQE Timestamping to GEN3Shiraz Saleem1-16/+26
2025-09-18RDMA/irdma: Add SRQ supportFaisal Latif1-2/+473
2025-09-18RDMA/irdma: Support 64-byte CQEs and GEN3 CQE opcode decodingShiraz Saleem1-5/+25
2025-09-18RDMA/irdma: Extend QP context programming for GEN3Shiraz Saleem1-0/+5
2025-09-18RDMA/irdma: Add GEN3 virtual QP1 supportShiraz Saleem1-18/+66
2025-09-18RDMA/irdma: Introduce GEN3 vPort driver supportMustafa Ismail1-1/+9
2025-09-18RDMA/irdma: Add GEN3 HW statistics supportKrzysztof Czurylo1-49/+61
2025-09-18RDMA/irdma: Refactor GEN2 auxiliary driverMustafa Ismail1-8/+8
2025-07-23IB: Extend UVERBS_METHOD_REG_MR to get DMAHYishai Hadas1-0/+9
2025-04-20irdma: free iwdev->rf after removing MSI-XMichal Swiatkowski1-1/+0
2024-09-16RDMA/irdma: fix error message in irdma_modify_qp_roce()Vitaliy Shevtsov1-1/+1
2024-08-11RDMA: Pass uverbs_attr_bundle as part of '.reg_user_mr_dmabuf' APIYishai Hadas1-1/+1
2024-06-27RDMA: Pass entire uverbs attr bundle to create cq functionAkiva Goldberger1-2/+3
2024-03-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-2/+1
2024-02-04RDMA/irdma: Remove duplicate assignmentMustafa Ismail1-2/+1
2024-02-04RDMA/irdma: Set the CQ read threshold for GEN 1Mustafa Ismail1-3/+2