Linux RDMA and InfiniBand development
 help / color / mirror / Atom feed
 messages from 2026-05-23 19:16:25 to 2026-05-27 19:00:48 UTC [more...]

[PATCH v5 0/4] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-05-27 19:00 UTC  (9+ messages)
  ` [PATCH v5 2/4] dma-buf: add optional get_tph() callback
  ` [PATCH v5 3/4] vfio/pci: implement get_tph and DMA_BUF_TPH feature
  ` [PATCH v5 4/4] RDMA/mlx5: get tph for p2p access when registering dma-buf mr

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

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

[PATCH] RDMA/rxe: fix typos in comments
 2026-05-27 15:49 UTC  (2+ messages)

[PATCH 0/6] svcrdma: harden parsed chunk list against malformed wire values
 2026-05-27 15:19 UTC  (8+ messages)
` [PATCH 1/6] svcrdma: validate Read chunk positions before reconstruction
` [PATCH 2/6] svcrdma: Fix offset arithmetic in read_chunk_range
` [PATCH 3/6] svcrdma: reject oversized Read segments at decode time
` [PATCH 4/6] svcrdma: fix pcl_for_each_segment for empty chunks
` [PATCH 5/6] svcrdma: reject Write/Reply chunks with segcount 0
` [PATCH 6/6] svcrdma: Validate Read chunk positions at decode time

[PATCH 0/5] Fix resource lifecycle bugs in svcrdma transport setup and teardown
 2026-05-27 15:19 UTC  (7+ messages)
` [PATCH 1/5] svcrdma: Fix unmatched rn_unregister on failed accept
` [PATCH 2/5] svcrdma: Reorder rpcrdma_rn_unregister before rdma_destroy_id
` [PATCH 3/5] svcrdma: Use svc_xprt_put to free listener on create failure
` [PATCH 4/5] svcrdma: Reject connection when transport allocation fails
` [PATCH 5/5] svcrdma: Clear sc_cm_id when ADDR_CHANGE replacement fails

[PATCH] net/mlx5: Reorder completion before putting command entry in cmd_work_handler
 2026-05-27 14:19 UTC  (2+ messages)

[RFC PATCH rdma-next 0/5] cgroup/rdma: add per-type resource accounting for QP, MR and MR memory
 2026-05-27 13:34 UTC  (9+ 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 net-next 00/13] net/mlx5: Add switchdev mode support for Socket Direct single netdev, part 1/2
 2026-05-27 12:54 UTC  (14+ messages)
` [PATCH net-next 01/13] net/mlx5: LAG, factor out shared FDB code into dedicated file
` [PATCH net-next 02/13] net/mlx5: E-Switch, align disable sequence with switchdev-to-legacy transition
` [PATCH net-next 03/13] net/mlx5: E-Switch, move devcom init from TC to eswitch layer
` [PATCH net-next 04/13] net/mlx5: LAG, replace peer count check with direct peer lookup
` [PATCH net-next 05/13] net/mlx5: LAG, prepare for SD device integration
` [PATCH net-next 06/13] net/mlx5: LAG, extend shared FDB API with group_id filter
` [PATCH net-next 07/13] net/mlx5: SD, introduce Socket Direct LAG
` [PATCH net-next 08/13] net/mlx5: LAG, block RoCE and VF LAG for SD devices
` [PATCH net-next 09/13] net/mlx5: LAG, block multipath "
` [PATCH net-next 10/13] net/mlx5: SD, keep netdev resources on same PF in switchdev mode
` [PATCH net-next 11/13] net/mlx5e: TC, track peer flow slots with bitmap
` [PATCH net-next 12/13] net/mlx5e: TC, enable steering for SD LAG
` [PATCH net-next 13/13] net/mlx5e: Verify unique vhca_id count instead of range

[LSF/MM/BPF RFC PATCH 00/13]
 2026-05-27 12:44 UTC  (3+ messages)

[PATCH net-next 0/3] devlink: Add boot-time eswitch mode defaults
 2026-05-27 11:18 UTC  (13+ messages)
` [PATCH net-next 3/3] net/mlx5: Apply devlink default eswitch mode during init

[PATCH net-next v2 0/4] selftests: rds: ROCE support follow ups
 2026-05-27  2:34 UTC  (5+ messages)
` [PATCH net-next v2 1/4] selftests: rds: Rename run.sh to rds_run.sh
` [PATCH net-next v2 2/4] selftests: rds: pin RDS sockets to their intended transport
` [PATCH net-next v2 3/4] selftests: rds: support RDS built as loadable modules
` [PATCH net-next v2 4/4] selftests: rds: report missing RDMA prereqs as XFAIL

[PATCH] RDMA/irdma: Fix out-of-bounds write in irdma_copy_user_pgaddrs
 2026-05-26 23:24 UTC  (3+ messages)

[PATCH net-next v3 01/14] virtchnl: create 'include/linux/intel' and move necessary header files
 2026-05-26 21:36 UTC  (8+ messages)

[PATCH] MAINTAINERS: Remove bouncing Intel RDMA ethernet protocol maintainer
 2026-05-26 20:51 UTC 

[PATCH rdma-next v4] RDMA: Change capability fields in ib_device_attr from int to u32
 2026-05-26 19:42 UTC 

[PATCH 0/2] Remove stack ib_udata's
 2026-05-26 16:15 UTC  (3+ messages)
` [PATCH 1/2] RDMA/core: Don't make a dummy ib_udata on the stack in create_qp
` [PATCH 2/2] RDMA: Update the query_device() op

[PATCH rc] RDMA/core: Validate the passed in fops for ib_get_ucaps()
 2026-05-26 15:40 UTC 

[PATCH rdma-next v2] RDMA/mana_ib: hardening: Clamp adapter capability values from MANA_IB_GET_ADAPTER_CAP
 2026-05-26 14:43 UTC  (11+ messages)
  ` [EXTERNAL] "

[PATCH v3 0/5] xprtrdma: Decouple req recycling from RPC completion
 2026-05-26 14:14 UTC  (6+ messages)
` [PATCH v3 1/5] xprtrdma: Use sendctx DMA state for Send signaling
` [PATCH v3 2/5] xprtrdma: Decouple req recycling from RPC completion
` [PATCH v3 3/5] xprtrdma: Add request-pool slack for delayed recycling
` [PATCH v3 4/5] xprtrdma: Clear receive-side ownership pointers on release
` [PATCH v3 5/5] xprtrdma: Document and assert reply-handler invariants

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

[PATCH] RDMA/mlx5: Fix boundary check in phys_addr_to_bar() for DMABUF export
 2026-05-26 12:57 UTC  (2+ messages)

[PATCH] rdma: infiniband: Added __alloc_cq request value Return value non-zero value determination
 2026-05-26 12:23 UTC  (2+ messages)

[PATCH net] net/mlx4: avoid GCC 10 __bad_copy_from() false positive
 2026-05-26 10:09 UTC  (4+ messages)

[rdma:wip/jgg-for-next] BUILD SUCCESS b86fd95805a7bd4c5b9465c9e7f75e45bbe7eb6f
 2026-05-26  9:31 UTC 

[PATCH for-next v5 0/5] Introduce Completion Counters
 2026-05-26  9:07 UTC  (6+ messages)
` [PATCH for-next v5 1/5] RDMA/core: Add Completion Counters support
` [PATCH for-next v5 2/5] RDMA/core: Prevent destroying in-use completion counters
` [PATCH for-next v5 3/5] RDMA/core: Add Completion Counters to resource tracking
` [PATCH for-next v5 4/5] RDMA/efa: Update device interface
` [PATCH for-next v5 5/5] RDMA/efa: Add Completion Counters support

[PATCH for-rc] RDMA/efa: Validate SQ ring size against max LLQ size
 2026-05-26  8:15 UTC 

[PATCH for-rc] RDMA/efa: Propagate destroy AH error
 2026-05-26  7:33 UTC 

[PATCH rdma-next v2] RDMA/cgroup: fix resource leak in DRIVER_FAILURE cleanup path
 2026-05-26  6:59 UTC  (3+ messages)

[PATCH 00/11] Convert moduleparams to seq_buf
 2026-05-26  6:53 UTC  (12+ messages)
` [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 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 v2 1/1] RDMA/rxe: Fix Use-After-Free problem in rxe_net_del
 2026-05-26  6:31 UTC  (2+ messages)

[PATCH] RDMA/hns: fix dead empty check on head->root in setup_root_hem()
 2026-05-26  5:46 UTC  (3+ messages)
` [PATCH v2] RDMA/hns: drop dead empty check "

[PATCH v16 net-next 0/9] octeontx2-af: npc: Enhancements
 2026-05-25 21:20 UTC  (6+ messages)
` [PATCH v16 net-next 1/9] octeontx2-af: npc: cn20k: debugfs enhancements
` [PATCH v16 net-next 4/9] devlink: Implement devlink param multi attribute nested data values

[PATCH net-next 00/12] net/mlx5: Add satellite PF support
 2026-05-25 21:10 UTC  (2+ messages)

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

[PATCH net v6] rds: filter RDS_INFO_* getsockopt by caller's netns
 2026-05-25 19:20 UTC  (2+ messages)

[PATCH net] rds: annotate data-race around rs_seen_congestion
 2026-05-25 19:10 UTC  (2+ messages)

[PATCH rdma-next v3] RDMA/mana_ib: Clamp adapter capabilities at the ib_device_attr boundary
 2026-05-25 19:01 UTC 

[PATCH for-next v2 0/3] RDMA/erdma: Add DMA-BUF memory registration
 2026-05-25 16:37 UTC  (3+ messages)
` [PATCH for-next v2 3/3] RDMA/erdma: Implement erdma_reg_user_mr_dmabuf

[for-next v2 0/4] ionic: RDMA completion timestamping support
 2026-05-25 16:15 UTC  (3+ messages)
` [for-next v2 2/4] net: ionic: Add PHC state page for user space access

[rdma:wip/jgg-for-next] BUILD SUCCESS d28654518c8db5d06d27bd3211c0e9a70c18f7c2
 2026-05-25 16:04 UTC 

[PATCH rdma-next 0/2] RDMA/counter: Two bug fixes in counter error paths
 2026-05-25 15:42 UTC  (2+ messages)

[PATCH for-rc 0/3] RDMA/hns: Misc fixes
 2026-05-25 14:39 UTC  (4+ messages)
` [PATCH for-rc 1/3] RDMA/hns: Fix memory leak of bonding resource

[PATCH v7] IB/mlx4: Fix refcount leak in add_port() error path
 2026-05-25 14:29 UTC  (2+ messages)

[PATCH] RDMA/core: Validate cpu_id against nr_cpu_ids in DMAH alloc
 2026-05-25 14:21 UTC 

[PATCH 1/1] RDMA/rxe: Fix a use-after-free problem in rxe_mmap
 2026-05-25 14:12 UTC  (2+ messages)

blktests failures with v7.1-rc1 kernel
 2026-05-25 12:44 UTC  (2+ messages)

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

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

[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

[PATCH rdma-next] RDMA/mana_ib: Use ib_get_eth_speed for reporting port speed
 2026-05-24 20:29 UTC  (2+ 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  (2+ 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  (3+ messages)
` [PATCH 3/3] RDMA/ionic: Support QP transport mode selection in create and modify


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