summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/irdma
AgeCommit message (Expand)Author
2026-03-18RDMA/irdma: Harden depth calculation functionsShiraz Saleem
2026-03-18RDMA/irdma: Return EINVAL for invalid arp index errorTatyana Nikolova
2026-03-18RDMA/irdma: Fix deadlock during netdev reset with active connectionsAnil Samal
2026-03-18RDMA/irdma: Remove reset check from irdma_modify_qp_to_err()Tatyana Nikolova
2026-03-18RDMA/irdma: Clean up unnecessary dereference of event->cm_nodeIvan Barrera
2026-03-18RDMA/irdma: Remove a NOP wait_event() in irdma_modify_qp_roce()Tatyana Nikolova
2026-03-18RDMA/irdma: Update ibqp state to error if QP is already in error stateTatyana Nikolova
2026-03-18RDMA/irdma: Initialize free_qp completion before using itJacob Moroni
2026-03-04RDMA/irdma: Fix double free related to rereg_user_mrJacob Moroni
2026-02-24RDMA/irdma: Fix kernel stack leak in irdma_create_user_ah()Jason Gunthorpe
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2026-01-28RDMA/irdma: Use kvzalloc for paged memory DMA address arrayCarlos Bilbao
2026-01-25RDMA/irdma: Use CQ ID for CEQE contextJacob Moroni
2026-01-25RDMA/irdma: Add enum defs for reserved CQs/QPsJacob Moroni
2026-01-13RDMA/irdma: Remove fixed 1 ms delay during AH wait loopJacob Moroni
2026-01-13RDMA/irdma: Remove redundant dma_wmb() before writel()Jacob Moroni
2025-12-18RDMA/irdma: Simplify bool conversionJiapeng Chong
2025-12-17RDMA/irdma: avoid invalid read in irdma_net_eventMichal Schmidt
2025-12-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2025-11-26RDMA/irdma: Fix SRQ shadow area address initializationJijun Wang
2025-11-26RDMA/irdma: Remove doorbell elision logicJacob Moroni
2025-11-26RDMA/irdma: Do not set IBK_LOCAL_DMA_LKEY for GEN3+Jacob Moroni
2025-11-26RDMA/irdma: Do not directly rely on IB_PD_UNSAFE_GLOBAL_RKEYJacob Moroni
2025-11-26RDMA/irdma: Add missing mutex destroyAnil Samal
2025-11-26RDMA/irdma: Fix SIGBUS in AEQ destroyKrzysztof Czurylo
2025-11-26RDMA/irdma: Add a missing kfree of struct irdma_pci_f for GEN2Tatyana Nikolova
2025-11-26RDMA/irdma: Fix data race in irdma_free_pbleKrzysztof Czurylo
2025-11-26RDMA/irdma: Fix data race in irdma_sc_ccq_armKrzysztof Czurylo
2025-11-12RDMA/irdma: Remove redundant NULL check of udata in irdma_create_user_ah()Tuo Li
2025-11-09RDMA/irdma: Remove unused CQ registryJacob Moroni
2025-11-06RDMA/irdma: Take a lock before moving SRQ tail in poll_cqJay Bhat
2025-11-02RDMA/irdma: CQ size and shadow update changes for GEN3Jay Bhat
2025-11-02RDMA/irdma: Silently consume unsignaled completionsJay Bhat
2025-11-02RDMA/irdma: Initialize cqp_cmds_info to prevent resource leaksJay Bhat
2025-11-02RDMA/irdma: Enforce local fence for LOCAL_INV WRsJacob Moroni
2025-11-02RDMA/irdma: Fix vf_id size to u16 to avoid overflowJay Bhat
2025-10-19RDMA/irdma: Set irdma_cq cq_num field during CQ createJacob Moroni
2025-10-19RDMA/irdma: Fix SD index calculationJacob Moroni
2025-09-24RDMA/irdma: Remove unused struct irdma_cq fieldsJacob Moroni
2025-09-24RDMA/irdma: Fix positive vs negative error codes in irdma_post_send()Dan Carpenter
2025-09-21RDMA: Use %pe format specifier for error pointersLeon Romanovsky
2025-09-18RDMA/irdma: Update KconfigTatyana Nikolova
2025-09-18RDMA/irdma: Extend CQE Error and Flush Handling for GEN3 DevicesShiraz Saleem
2025-09-18RDMA/irdma: Add Atomic Operations supportFaisal Latif
2025-09-18RDMA/irdma: Restrict Memory Window and CQE Timestamping to GEN3Shiraz Saleem
2025-09-18RDMA/irdma: Add SRQ supportFaisal Latif
2025-09-18RDMA/irdma: Support 64-byte CQEs and GEN3 CQE opcode decodingShiraz Saleem