aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/infiniband/hw/irdma
AgeCommit message (Expand)AuthorFilesLines
2026-08-18Merge rdma branch 'for-rc' into 'for-next'Jason Gunthorpe1-2/+5
2026-08-05RDMA/irdma: Remove dmabuf checks in rereg_mrJacob Moroni1-30/+1
2026-07-20RDMA/irdma: Enable uverbs_robust_udata compliance flagJacob Moroni1-0/+1
2026-07-20RDMA/irdma: Fix legacy i40iw compat check in create_qpJacob Moroni1-2/+6
2026-07-20RDMA/irdma: Use robust udata helper for QP creationJacob Moroni1-19/+22
2026-07-20RDMA/irdma: Use robust input copy helpersJacob Moroni1-45/+34
2026-07-20RDMA/irdma: Clear udata response buffers where necessaryJacob Moroni1-0/+21
2026-07-20RDMA/irdma: Add checks for no udataJacob Moroni1-4/+62
2026-07-20RDMA/irdma: Prevent user-triggered null deref on QP createJacob Moroni1-10/+9
2026-07-20RDMA: Use ib_no_udata_io() in query_device callbacksLeon Romanovsky1-2/+2
2026-07-14RDMA: Remove redundant memset() from query_device callbacksLeon Romanovsky1-1/+0
2026-07-05RDMA/irdma: Prevent overflows in memory contiguity checksAleksandrova Alyona1-2/+2
2026-07-05RDMA/irdma: Suppress PF reset on HMC errorSeyeong Kim5-3/+15
2026-07-05RDMA/irdma: Add refcounting to user ring MRsJacob Moroni2-2/+49
2026-07-05RDMA/irdma: Add irdma_cq fields to track pbl allocationsJacob Moroni2-10/+17
2026-07-05RDMA/irdma: Add a refcount to track user ring MR associationsJacob Moroni2-4/+18
2026-07-05RDMA/irdma: Deduplicate the irdma_del_memlist logicJacob Moroni1-19/+12
2026-07-02RDMA/irdma: Prevent user-triggered null deref on QP createJacob Moroni1-10/+9
2026-07-02RDMA/irdma: Prevent rereg_mr for non-mem regionsJacob Moroni1-0/+3
2026-06-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds7-71/+50
2026-06-16RDMA/irdma: Replace waitqueue and flag with completionJacob Moroni3-13/+9
2026-06-08RDMA: During rereg_mr ensure that REREG_ACCESS is compatibleJason Gunthorpe1-0/+4
2026-06-05RDMA/irdma: Initialize iwmr->access during MR registrationJacob Moroni1-0/+1
2026-06-05RDMA/irdma: Fix OOB read during CQ MR registrationJacob Moroni2-3/+2
2026-06-05RDMA/irdma: Remove redundant legacy_mode checksJacob Moroni3-13/+4
2026-06-03RDMA: Update the query_device() opJason Gunthorpe1-3/+5
2026-06-03RDMA/irdma: Fix typo in SQ completions generationCyrill Gorcunov1-1/+1
2026-05-29RDMA/umem: Rename ib_umem_get() to ib_umem_get_va()Jiri Pirko1-2/+2
2026-05-25RDMA/irdma: Fix out-of-bounds write in irdma_copy_user_pgaddrsJacob Moroni1-4/+10
2026-05-18RDMA: Convert drivers using min to ib_respond_udata()Jason Gunthorpe1-32/+16
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 Romanovsky4-36/+44
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-30RDMA/irdma: Add support for GEN4 hardwareJacob Moroni4-5/+12
2026-03-30RDMA/irdma: Provide scratch buffers to firmware for internal useJay Bhat5-3/+61
2026-03-18RDMA/irdma: Harden depth calculation functionsShiraz Saleem1-17/+22
2026-03-18RDMA/irdma: Return EINVAL for invalid arp index errorTatyana Nikolova1-7/+10
2026-03-18RDMA/irdma: Fix deadlock during netdev reset with active connectionsAnil Samal1-1/+2
2026-03-18RDMA/irdma: Remove reset check from irdma_modify_qp_to_err()Tatyana Nikolova1-2/+0
2026-03-18RDMA/irdma: Clean up unnecessary dereference of event->cm_nodeIvan Barrera1-6/+6
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-05Add support for TLP emulationLeon Romanovsky1-1/+1
2026-03-04RDMA/irdma: Fix double free related to rereg_user_mrJacob Moroni1-0/+1
2026-03-02RDMA: Complete k[z|m|c]alloc-to-k[z|m]alloc_obj conversionLeon Romanovsky1-2/+2
2026-02-25RDMA: Move DMA block iterator logic into dedicated filesLeon Romanovsky1-1/+1