summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2026-08-09net: mana: Create separate EQs for each vPortLong Li3-15/+107
2026-08-03bnge/bng_re: fix ring ID widthsVikas Gupta1-3/+3
2026-08-03RDMA/irdma: Prevent overflows in memory contiguity checksAleksandrova Alyona1-2/+2
2026-08-03RDMA/siw: publish QP after initializationRuoyu Wang1-20/+24
2026-08-03RDMA/hns: Fix potential integer overflow in mhop hem cleanupDanila Chernetsov1-1/+1
2026-08-03RDMA/core: Fix memory leak in __ib_create_cq() on invalid cqeChenguang Zhao1-3/+3
2026-08-03RDMA/mana_ib: initialize err for empty send WR listsRuoyu Wang1-1/+1
2026-08-03RDMA/erdma: initialize ret for empty receive WR listsRuoyu Wang1-1/+1
2026-08-03RDMA/irdma: Prevent user-triggered null deref on QP createJacob Moroni1-10/+9
2026-08-03RDMA/irdma: Remove redundant legacy_mode checksJacob Moroni3-13/+4
2026-08-03RDMA/irdma: Prevent rereg_mr for non-mem regionsJacob Moroni1-0/+3
2026-08-03RDMA/cma: Fix hardware address comparison length in netevent callbackOr Gerlitz1-1/+1
2026-08-03IB/mad: Drop unmatched RMPP responses before reassemblyMichael Bommarito1-0/+30
2026-07-24udp_tunnel: Pass struct sock to setup_udp_tunnel_sock().Kuniyuki Iwashima1-1/+1
2026-07-24udp_tunnel: Pass struct sock to udp_tunnel_sock_release().Kuniyuki Iwashima2-4/+4
2026-07-24RDMA/irdma: Replace waitqueue and flag with completionJacob Moroni3-13/+9
2026-07-24RDMA/hns: Fix memory leak of bonding resourcesJunxian Huang1-1/+1
2026-07-24RDMA/bnxt_re: Reject GET_TOGGLE_MEM when toggle page was not allocatedSelvin Xavier1-0/+4
2026-07-24RDMA/bnxt_re: Fail DBR related page allocation UAPIs if the feature is disabledSelvin Xavier1-0/+4
2026-07-24RDMA/bnxt_re: Avoid repeated requests to allocate WC pagesSelvin Xavier3-6/+29
2026-07-24RDMA/bnxt_re: Proper rollback if the ioremap failsSelvin Xavier1-0/+11
2026-07-24RDMA/bnxt_re: Add a max slot check for SQSelvin Xavier2-0/+4
2026-07-24RDMA/bnxt_re: Enable app allocated QPsSriharsha Basavapatna1-3/+15
2026-07-24RDMA/bnxt_re: Support doorbells for app allocated QPsSriharsha Basavapatna3-5/+55
2026-07-24RDMA/bnxt_re: Enhance dbr usecnt logic in doorbell uapisSriharsha Basavapatna2-4/+15
2026-07-24RDMA/bnxt_re: Update msn table size for app allocated QPsSriharsha Basavapatna1-22/+39
2026-07-24RDMA/bnxt_re: Refactor bnxt_re_init_user_qp()Sriharsha Basavapatna1-54/+73
2026-07-24RDMA/bnxt_re: Avoid displaying the kernel pointerSelvin Xavier1-2/+0
2026-07-24RDMA/bnxt_re: Free CQ toggle page after firmware teardownSelvin Xavier1-3/+3
2026-07-24RDMA/bnxt_re: Free SRQ toggle page after firmware teardownSelvin Xavier1-3/+3
2026-07-24RDMA/bnxt_re: Initialize dpi variable to zeroSelvin Xavier1-1/+1
2026-07-24RDMA/mlx5: Release the HW‑provided UAR index rather than the SW oneLeon Romanovsky1-1/+1
2026-07-24RDMA/mlx5: Fix undefined shift of user RQ WQE sizeMaher Sanalla1-7/+4
2026-07-24RDMA/mlx5: Remove raw RSS QP restrack trackingPatrisious Haddad1-0/+1
2026-07-24RDMA/mlx5: Remove DCT restrack trackingPatrisious Haddad2-3/+1
2026-07-24RDMA/mlx5: Drop FRMR pool handle on UMR revoke failureMichael Guralnik1-3/+9
2026-07-24RDMA/core: Add ib_frmr_pool_drop for unrecoverable handlesMichael Guralnik1-0/+15
2026-07-24RDMA/core: Fix FRMR handle leak on push failureMichael Guralnik2-10/+14
2026-07-24RDMA/core: Avoid NULL dereference on FRMR bad usageMichael Guralnik1-1/+3
2026-07-24RDMA/core: Fix FRMR set pinned push error pathMichael Guralnik1-3/+8
2026-07-24RDMA/core: Fix FRMR aging push to queue error flowMichael Guralnik1-15/+38
2026-07-24RDMA/core: Fix skipped usage for driver built FRMR keyMichael Guralnik1-1/+1
2026-07-24RDMA/mlx5: Fix TPH extraction in FRMR pool keyMichael Guralnik1-7/+9
2026-07-24RDMA/mlx5: Fix mkey creation error flow rollbackMichael Guralnik1-1/+1
2026-07-24IB/mlx4: Fill in the access_flags if IB_MR_REREG_ACCESS is not specifiedJason Gunthorpe2-2/+8
2026-07-24IB/mlx5: Don't mangle the mr->pd inside the rereg callbackJason Gunthorpe1-4/+2
2026-07-24IB/mlx5: Pull the pdn out of the depths of the umr machineryJason Gunthorpe5-46/+64
2026-07-24IB/mlx5: Remove unused mkc bits in mlx5r_umr_update_mr_page_shift()Jason Gunthorpe2-15/+4
2026-07-24RDMA/nldev: Fix locking when accessing mr->pdJason Gunthorpe4-8/+67
2026-07-24IB/mlx5: Properly support implicit ODP rereg_mrJason Gunthorpe1-0/+15