aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/irdma
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 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
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 Torvalds4-12/+6
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds6-13/+13
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook7-31/+34
2026-02-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds8-82/+165
2026-01-28RDMA/irdma: Use kvzalloc for paged memory DMA address arrayCarlos Bilbao1-3/+3
2026-01-25RDMA/irdma: Use CQ ID for CEQE contextJacob Moroni6-51/+127
2026-01-25RDMA/irdma: Add enum defs for reserved CQs/QPsJacob Moroni2-10/+22
2026-01-13RDMA/irdma: Remove fixed 1 ms delay during AH wait loopJacob Moroni3-9/+11
2026-01-13RDMA/irdma: Remove redundant dma_wmb() before writel()Jacob Moroni2-5/+0
2025-12-18RDMA/irdma: Simplify bool conversionJiapeng Chong2-4/+2
2025-12-17RDMA/irdma: avoid invalid read in irdma_net_eventMichal Schmidt1-1/+2
2025-12-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds14-225/+114
2025-11-26RDMA/irdma: Fix SRQ shadow area address initializationJijun Wang1-1/+1
2025-11-26RDMA/irdma: Remove doorbell elision logicJacob Moroni3-31/+2
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 Moroni4-10/+12
2025-11-26RDMA/irdma: Add missing mutex destroyAnil Samal3-2/+10
2025-11-26RDMA/irdma: Fix SIGBUS in AEQ destroyKrzysztof Czurylo1-1/+2
2025-11-26RDMA/irdma: Add a missing kfree of struct irdma_pci_f for GEN2Tatyana Nikolova1-0/+2
2025-11-26RDMA/irdma: Fix data race in irdma_free_pbleKrzysztof Czurylo1-2/+4
2025-11-26RDMA/irdma: Fix data race in irdma_sc_ccq_armKrzysztof Czurylo1-0/+3
2025-11-12RDMA/irdma: Remove redundant NULL check of udata in irdma_create_user_ah()Tuo Li1-1/+1
2025-11-09RDMA/irdma: Remove unused CQ registryJacob Moroni3-122/+3
2025-11-06RDMA/irdma: Take a lock before moving SRQ tail in poll_cqJay Bhat3-0/+7
2025-11-02RDMA/irdma: CQ size and shadow update changes for GEN3Jay Bhat5-40/+56
2025-11-02RDMA/irdma: Silently consume unsignaled completionsJay Bhat2-1/+7
2025-11-02RDMA/irdma: Initialize cqp_cmds_info to prevent resource leaksJay Bhat3-12/+1
2025-11-02RDMA/irdma: Enforce local fence for LOCAL_INV WRsJacob Moroni1-1/+1