Linux RDMA and InfiniBand development
 help / color / mirror / Atom feed
 messages from 2026-05-20 08:42:43 to 2026-05-25 08:12:18 UTC [more...]

[PATCH net v3 0/2] net: mana: Fix NULL dereferences during teardown after attach failure
 2026-05-25  8:08 UTC  (2+ messages)
` [PATCH net v3 1/2] net: mana: Add NULL guards in teardown path to prevent panic on "

[PATCH net v2 0/2] net: mana: Fix NULL dereferences during teardown after attach failure
 2026-05-25  8:01 UTC  (4+ messages)
` [PATCH net v2 1/2] net: mana: Add NULL guards in teardown path to prevent panic on "
` [PATCH net v2 2/2] net: mana: Skip redundant detach on already-detached port

[bug report] RDMA/core: Introduce a DMAH object and its alloc/free APIs
 2026-05-25  6:52 UTC  (3+ messages)

[PATCH net-next V2 2/2] net/mlx5: implement max_sfs parameter
 2026-05-25  6:42 UTC  (3+ messages)

[PATCH for-next v2 0/2] RDMA/efa: Add AH cache for AH reuse
 2026-05-25  6:34 UTC  (7+ messages)
` [PATCH for-next v2 1/2] RDMA/efa: Add initialization of AH cache rhashtable
` [PATCH for-next v2 2/2] RDMA/efa: Add AH cache handling on create and destroy AH

[RFC PATCH rdma-next 0/5] cgroup/rdma: add per-type resource accounting for QP, MR and MR memory
 2026-05-25  5:55 UTC  (6+ messages)
` [RFC PATCH rdma-next 1/5] cgroup/rdma: extend charge/uncharge API with s64 amount parameter
` [RFC PATCH rdma-next 2/5] cgroup/rdma: add QP per-type resource counting
` [RFC PATCH rdma-next 3/5] cgroup/rdma: add MR "
` [RFC PATCH rdma-next 4/5] cgroup/rdma: add MR memory size "
` [RFC PATCH rdma-next 5/5] cgroup/rdma: update cgroup resource list for QP, MR and MR_MEM

[PATCH rdma-next] RDMA/mana_ib: Use ib_get_eth_speed for reporting port speed
 2026-05-24 20:29 UTC  (5+ messages)

[PATCH] RDMA/rtrs: Use flexible array for client path stats
 2026-05-24 20:22 UTC  (2+ messages)

[PATCH rdma-next v7 0/9] RDMA/bnxt_re: Support QP uapi extensions
 2026-05-24 20:10 UTC  (5+ messages)

[PATCH rdma-next 0/8] RDMA: Extend packet pacing support to UD and UC QPs
 2026-05-24 15:38 UTC  (9+ messages)
` [PATCH rdma-next 1/8] net/mlx5: Add UD and UC packet pacing caps
` [PATCH rdma-next 2/8] RDMA/mlx5: Refactor raw packet QP rate limit handling
` [PATCH rdma-next 3/8] RDMA/mlx5: Add support for rate limit in UD and UC QPs
` [PATCH rdma-next 4/8] RDMA/mlx5: Support deferred rate limit configuration
` [PATCH rdma-next 5/8] RDMA/mlx5: Report packet pacing capabilities when querying device
` [PATCH rdma-next 6/8] RDMA/bnxt_re: Validate rate limit attribute in modify QP
` [PATCH rdma-next 7/8] RDMA/ionic: "
` [PATCH rdma-next 8/8] IB/core: Delegate IB_QP_RATE_LIMIT validation to drivers

[PATCH] ksmbd: add missing software bounds checks in RDMA transport layer
 2026-05-24 13:50 UTC 

[PATCH 0/3] Add Reorder Completion Queue (RCQ) support
 2026-05-23 19:16 UTC  (5+ messages)
` [PATCH 3/3] RDMA/ionic: Support QP transport mode selection in create and modify

[GIT PULL] Please pull RDMA subsystem changes
 2026-05-23 16:23 UTC  (2+ messages)

[GIT PULL] Please pull FWCTL subsystem changes
 2026-05-23 16:23 UTC  (2+ messages)

[PATCH net-next v11 0/6] net: mana: Per-vPort EQ and MSI-X management
 2026-05-23  2:02 UTC  (7+ messages)
` [PATCH net-next v11 1/6] net: mana: Create separate EQs for each vPort
` [PATCH net-next v11 2/6] net: mana: Query device capabilities and configure MSI-X sharing for EQs
` [PATCH net-next v11 3/6] net: mana: Introduce GIC context with refcounting for interrupt management
` [PATCH net-next v11 4/6] net: mana: Use GIC functions to allocate global EQs
` [PATCH net-next v11 5/6] net: mana: Allocate interrupt context for each EQ when creating vPort
` [PATCH net-next v11 6/6] RDMA/mana_ib: Allocate interrupt contexts on EQs

[PATCH v4 1/3] vfio: add dma-buf get_tph callback and DMA_BUF_TPH feature
 2026-05-23  1:03 UTC  (4+ messages)

[PATCH 00/11] Convert moduleparams to seq_buf
 2026-05-23  0:45 UTC  (21+ messages)
` [PATCH 01/11] params: bound array element output to the caller's page buffer
` [PATCH 02/11] panic: Replace panic_print_get() with generic helper
` [PATCH 03/11] moduleparam: Add DEFINE_KERNEL_PARAM_OPS macro family
` [PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS
` [PATCH 05/11] moduleparam: Rename .get field to .get_str
` [PATCH 06/11] moduleparam: Add seq_buf-based .get callback alongside .get_str
` [PATCH 07/11] moduleparam: Route DEFINE_KERNEL_PARAM_OPS get pointer via _Generic
` [PATCH 08/11] params: Convert generic kernel_param_ops .get helpers to seq_buf
` [PATCH 09/11] treewide: Convert custom kernel_param_ops .get callbacks to seq_buf via cocci
` [PATCH 10/11] treewide: Manually convert custom kernel_param_ops .get callbacks
` [PATCH 11/11] moduleparam: Drop legacy kernel_param_ops .get_str field and dispatch logic

[PATCH net] net/smc: Do not re-initialize smc hashtables
 2026-05-23  0:40 UTC  (2+ messages)

[PATCH v2 0/6] Remove driver dependencies on ib_uverbs.ko
 2026-05-23  0:10 UTC  (7+ messages)
` [PATCH v2 1/6] RDMA/core: Do not compile ib_core_uverbs without USER_ACCESS
` [PATCH v2 2/6] RDMA/core: Move many of the little EXPORTs from uverbs_ioctl into ib_core_uverbs
` [PATCH v2 3/6] RDMA/core: Remove uverbs_async_event_release()
` [PATCH v2 4/6] RDMA/core: Make a new module for the uverbs components needed by drivers
` [PATCH v2 5/6] RDMA/core: Move ucaps into ib_uverbs_support.ko
` [PATCH v2 6/6] RDMA/core: Move flow related functions to ib_uverbs_support.ko

[PATCH v2 0/3] xprtrdma: Decouple req recycling from RPC completion
 2026-05-23  0:02 UTC  (4+ messages)
` [PATCH v2 1/3] xprtrdma: Use sendctx DMA state for Send signaling
` [PATCH v2 2/3] xprtrdma: Decouple req recycling from RPC completion
` [PATCH v2 3/3] xprtrdma: Add request-pool slack for delayed recycling

[PATCH net 0/2] net: mana: Fix NULL dereferences during teardown after attach failure
 2026-05-22 23:16 UTC  (6+ messages)
` [PATCH net 2/2] net: mana: Skip redundant detach in queue reset handler if already detached

[PATCH net-next v1 0/3] selftests: rds: ROCE support follow ups
 2026-05-22 21:54 UTC  (4+ messages)
` [PATCH net-next v1 1/3] selftests: rds: add per-transport run wrappers
` [PATCH net-next v1 2/3] selftests: rds: pin RDS sockets to their intended transport
` [PATCH net-next v1 3/3] selftests: rds: support RDS built as loadable modules

[PATCH net-next v9] net: mana: Expose hardware diagnostic info via debugfs
 2026-05-22 18:20 UTC  (3+ messages)

[PATCH net-next v3 01/14] virtchnl: create 'include/linux/intel' and move necessary header files
 2026-05-22 15:40 UTC  (6+ messages)

[PATCH 0/6] Remove driver dependencies on ib_uverbs.ko
 2026-05-22 14:05 UTC  (4+ messages)
` [PATCH 5/6] RDMA/core: Move ucaps into ib_uverbs_support.ko

[PATCH rdma-next v6 00/15] RDMA: Introduce generic buffer descriptor infrastructure for umem
 2026-05-22 11:57 UTC  (19+ messages)
` [PATCH rdma-next v6 01/15] RDMA/umem: Rename ib_umem_get() to ib_umem_get_va()
` [PATCH rdma-next v6 02/15] RDMA/umem: Split ib_umem_get_va() into a thin wrapper around __ib_umem_get_va()
` [PATCH rdma-next v6 03/15] RDMA/core: Introduce generic buffer descriptor infrastructure for umem
` [PATCH rdma-next v6 04/15] RDMA/umem: Route ib_umem_get_va() through ib_umem_get_attr_or_va()
` [PATCH rdma-next v6 05/15] RDMA/uverbs: Push out CQ buffer umem processing into a helper
` [PATCH rdma-next v6 06/15] RDMA/uverbs: Add CQ buffer UMEM attribute and driver helpers
` [PATCH rdma-next v6 07/15] RDMA/efa: Use ib_umem_get_cq_buf() for user CQ buffer
` [PATCH rdma-next v6 08/15] RDMA/mlx5: Use ib_umem_get_cq_buf_or_va() "
` [PATCH rdma-next v6 09/15] RDMA/bnxt_re: "
` [PATCH rdma-next v6 10/15] RDMA/mlx4: Use ib_umem_get_cq_buf() "
` [PATCH rdma-next v6 11/15] RDMA/uverbs: Remove legacy umem field from struct ib_cq
` [PATCH rdma-next v6 12/15] RDMA/uverbs: Use UMEM attributes for QP creation
` [PATCH rdma-next v6 13/15] RDMA/mlx5: Use UMEM attributes for QP buffers in create_qp
` [PATCH rdma-next v6 14/15] RDMA/mlx5: Use UMEM attribute for CQ doorbell record
` [PATCH rdma-next v6 15/15] RDMA/mlx5: Use UMEM attribute for QP "

[PATCH v16 net-next 0/9] octeontx2-af: npc: Enhancements
 2026-05-22 11:51 UTC  (13+ messages)
` [PATCH v16 net-next 1/9] octeontx2-af: npc: cn20k: debugfs enhancements
` [PATCH v16 net-next 2/9] net/mlx5e: Reduce stack use reading PCIe congestion thresholds
` [PATCH v16 net-next 3/9] devlink: pass param values by pointer
` [PATCH v16 net-next 4/9] devlink: Implement devlink param multi attribute nested data values
` [PATCH v16 net-next 5/9] octeontx2-af: npc: cn20k: add subbank search order control
` [PATCH v16 net-next 6/9] octeontx2: cn20k: Coordinate default rules with NIX LF lifecycle
` [PATCH v16 net-next 7/9] octeontx2-af: npc: Support for custom KPU profile from filesystem
` [PATCH v16 net-next 8/9] octeontx2: cn20k: Respect NPC MCAM X2/X4 profile in flows and DFT alloc
` [PATCH v16 net-next 9/9] octeontx2-af: npc: cn20k: Allocate npc_priv and dstats dynamically

[PATCH] Revert "mm: introduce a new page type for page pool in page type"
 2026-05-22  7:45 UTC  (2+ messages)

[RFC PATCH] RDMA/irdma: Suppress PF reset on HMC error
 2026-05-22  5:08 UTC  (2+ messages)

[PATCH net] rds: annotate data-race around rs_seen_congestion
 2026-05-22  4:49 UTC  (2+ messages)

[PATCH 0/4] RDMA/rxe: Fix u64 iova-overflow family in MR/ODP/RESP/MW paths
 2026-05-22  4:44 UTC  (7+ messages)
` [PATCH 1/4] RDMA/rxe: Fix u64 iova+length overflow in mr_check_range
` [PATCH 2/4] RDMA/rxe: Fix u64 iova+length overflow in rxe_check_pagefault
` [PATCH 3/4] RDMA/rxe: Fix u64 iova+resid overflow in duplicate_request
` [PATCH 4/4] RDMA/rxe: Fix u64 addr+length overflow in rxe_check_bind_mw

[PATCH net] selftests: rds: config: disable modules
 2026-05-22  4:39 UTC  (6+ messages)

[syzbot] [rds?] KCSAN: data-race in rds_poll / rds_sendmsg
 2026-05-21 22:56 UTC 

[PATCH 0/2] RDMA/rxe: fix shared memory TOCTOU in receive path
 2026-05-21 21:09 UTC  (10+ messages)

[PATCH net-next 0/3] devlink: Add boot-time eswitch mode defaults
 2026-05-21 21:02 UTC  (7+ messages)
` [PATCH net-next 1/3] net/mlx5: Clear FW reset-in-progress bit before reload
` [PATCH net-next 2/3] devlink: Add eswitch mode boot defaults
` [PATCH net-next 3/3] net/mlx5: Apply devlink default eswitch mode during init

[PATCH 0/4] RDMA/rxe: Fix u64 iova-overflow family in MR/ODP/RESP/MW paths
 2026-05-21 15:46 UTC  (2+ messages)

[PATCH] RDMA/hns: fix dead empty check on head->root in setup_root_hem()
 2026-05-21 13:20 UTC 

[PATCH net-next 00/12] net/mlx5: Add satellite PF support
 2026-05-21 11:08 UTC  (13+ messages)
` [PATCH net-next 01/12] net/mlx5: Add satellite PF vport support
` [PATCH net-next 02/12] net/mlx5: Introduce generic helper for PF SFs info
` [PATCH net-next 03/12] net/mlx5: Initialize host PF host number earlier
` [PATCH net-next 04/12] net/mlx5: Initialize satellite PF SF vports
` [PATCH net-next 05/12] net/mlx5: Support SPF SFs in SF hardware table
` [PATCH net-next 06/12] net/mlx5: Expose PF number from query_esw_functions
` [PATCH net-next 07/12] net/mlx5: Map SF controller to pfnum for satellite PFs
` [PATCH net-next 08/12] net/mlx5: Register devlink ports "
` [PATCH net-next 09/12] net/mlx5: Register SF resource on satellite PF ports
` [PATCH net-next 10/12] net/mlx5: Support state get/set for "
` [PATCH net-next 11/12] net/mlx5: Add FDB peer miss rules for satellite PFs
` [PATCH net-next 12/12] net/mlx5: Add SPF function type for page management

[PATCH net-next V2 0/8] net/mlx5: Prepare eswitch infrastructure for satellite PF support
 2026-05-21 10:20 UTC  (2+ messages)

[PATCH v15 net-next 0/9] octeontx2-af: npc: Enhancements
 2026-05-21  3:38 UTC  (11+ messages)
` [PATCH v15 net-next 5/9] octeontx2-af: npc: cn20k: add subbank search order control
` [PATCH v15 net-next 6/9] octeontx2: cn20k: Coordinate default rules with NIX LF lifecycle
` [PATCH v15 net-next 7/9] octeontx2-af: npc: Support for custom KPU profile from filesystem
` [PATCH v15 net-next 8/9] octeontx2: cn20k: Respect NPC MCAM X2/X4 profile in flows and DFT alloc
` [PATCH v15 net-next 9/9] octeontx2-af: npc: cn20k: Allocate npc_priv and dstats dynamically

[PATCH] smc: Use flexible array for SMCD connections
 2026-05-21  0:20 UTC  (3+ messages)

[PATCH net-next v3 00/11] selftests: rds: Add ROCE support to rds selftests
 2026-05-21  0:10 UTC  (2+ messages)

[PATCH net v1] net/mlx5e: Fix eswitch mode block underflow on IPsec acquire SA
 2026-05-20 22:40 UTC  (2+ messages)

[PATCH net 1/2] net: mana: Add NULL guards in teardown path to prevent panic on attach failure
 2026-05-20 18:11 UTC  (3+ messages)

[PATCH] IB/mad: cap RMPP reassembly window size to bound find_seg_location walk
 2026-05-20 15:47 UTC  (2+ messages)
` [PATCH v2] IB/mad: cap RMPP reassembly window size

[recipe build #4042136] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2026-05-20 14:35 UTC 

[PATCH rdma-next v2] RDMA/cgroup: fix resource leak in DRIVER_FAILURE cleanup path
 2026-05-20 11:55 UTC 

[rdma:for-rc] BUILD SUCCESS 5b74373390113fba798a76b483837029ab010fef
 2026-05-20 11:34 UTC 

[PATCH rdma-next 0/2] RDMA/counter: Two bug fixes in counter error paths
 2026-05-20 10:45 UTC  (3+ messages)
` [PATCH rdma-next 1/2] RDMA/counter: Fix num_counters leak on bind_qp failure in alloc_and_bind()
` [PATCH rdma-next 2/2] RDMA/counter: Fix incorrect port index in rdma_counter_init() error cleanup

[PATCH net] net/mlx4: avoid GCC 10 __bad_copy_from() false positive
 2026-05-20 10:21 UTC 

[PATCH rdma-next v3 1/1] RDMA/mana_ib: UC QP support for UAPI
 2026-05-20 10:06 UTC 

[PATCH] RDMA/core: remove extraneous dummy helper functions
 2026-05-20  9:35 UTC  (2+ messages)

[PATCH rdma-next v5 00/15] RDMA: Introduce generic buffer descriptor infrastructure for umem
 2026-05-20  9:07 UTC  (3+ messages)

[PATCH net] net/mlx5e: Skip IPsec flow modify when MAC address is unchanged
 2026-05-20  8:55 UTC  (4+ messages)

[PATCH net v6] rds: filter RDS_INFO_* getsockopt by caller's netns
 2026-05-20  8:42 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox