public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-04 00:00:29 to 2026-03-07 01:10:36 UTC [more...]

[PATCH 0/4] RDMA/rxe: Add the support that rxe can work in net namespace
 2026-03-07  1:10 UTC  (9+ messages)
` [PATCH 1/4] RDMA/rxe: Add testcase for net namespace rxe
` [PATCH 2/4] RDMA/nldev: Add dellink function pointer
` [PATCH 3/4] RDMA/rxe: Add net namespace support for IPv4/IPv6 sockets
` [PATCH 4/4] RDMA/rxe: Support RDMA link creation and destruction per net namespace

[PATCH iproute2-next 0/4] Introduce FRMR pools
 2026-03-07  0:16 UTC  (2+ messages)

[PATCH net-next,V3, 2/3] net: mana: Add support for RX CQE Coalescing
 2026-03-06 23:19 UTC  (2+ messages)
` [PATCH net-next,V3, 3/3] net: mana: Add ethtool counters for RX CQEs in coalesced type

[PATCH] net/mlx5: poll mlx5 eq during irq migration
 2026-03-06 23:10 UTC  (10+ messages)

[PATCH v3 0/7] Fix various races in xprtrdma
 2026-03-06 21:56 UTC  (8+ messages)
` [PATCH v3 1/7] xprtrdma: Close sendctx get/put race that can block a transport
` [PATCH v3 2/7] xprtrdma: Avoid 250 ms delay on backlog wakeup
` [PATCH v3 3/7] xprtrdma: Close lost-wakeup race in xprt_rdma_alloc_slot
` [PATCH v3 4/7] xprtrdma: Decouple frwr_wp_create from frwr_map
` [PATCH v3 5/7] xprtrdma: Replace rpcrdma_mr_seg with xdr_buf cursor
` [PATCH v3 6/7] xprtrdma: Scale receive batch size with credit window
` [PATCH v3 7/7] xprtrdma: Post receive buffers after RPC completion

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

[PATCHv2 1/1] RDMA/rxe: Add the support that rxe can work in net namespace
 2026-03-06 21:29 UTC  (12+ messages)

[PATCH net-next] net: mana: hardening: Validate doorbell ID from GDMA_REGISTER_DEVICE response
 2026-03-06 21:12 UTC 

[RFC 2/2] RMDA MLX5: get tph for p2p access when registering dmabuf mr
 2026-03-06 20:48 UTC  (2+ messages)

[PATCH v2 net-next 0/6] net: mana: Per-vPort EQ and MSI-X interrupt management
 2026-03-06 20:45 UTC  (9+ messages)
` [PATCH v2 net-next 1/6] net: mana: Create separate EQs for each vPort
  ` [v2,net-next,1/6] "
    ` [EXTERNAL] "
` [PATCH v2 net-next 4/6] net: mana: Use GIC functions to allocate global EQs
` [PATCH v2 net-next 5/6] net: mana: Allocate interrupt context for each EQ when creating vPort
` [PATCH v2 net-next 6/6] RDMA/mana_ib: Allocate interrupt contexts on EQs

[PATCH net-next v1 0/2] selftests: rds: refactor and expand rds selftests test
 2026-03-06 20:07 UTC  (6+ messages)

[PATCH net-next V3 00/10] devlink: add per-port resource support
 2026-03-06 20:03 UTC  (12+ messages)
` [PATCH net-next V3 10/10] devlink: Document port-level resources

[RFC 1/2] Vfio: add callback to get tph info for dmabuf
 2026-03-06 19:27 UTC  (2+ messages)

[PATCH net 0/5] mlx5 misc fixes 2026-03-05
 2026-03-06 18:46 UTC  (7+ messages)
` [PATCH net 1/5] net/mlx5: Fix crash when moving to switchdev mode
` [PATCH net 2/5] net/mlx5: Fix peer miss rules host disabled checks
` [PATCH net 3/5] net/mlx5e: Fix DMA FIFO desync on error CQE SQ recovery
` [PATCH net 4/5] net/mlx5e: RX, Fix XDP multi-buf frag counting for striding RQ
` [PATCH net 5/5] net/mlx5e: RX, Fix XDP multi-buf frag counting for legacy RQ

[PATCH v3 0/2] PCI: AtomicOps: Fix pci_enable_atomic_ops_to_root()
 2026-03-06 17:13 UTC  (3+ messages)
` [PATCH v3 1/2] PCI: AtomicOps: Define valid root port capabilities
` [PATCH v3 2/2] PCI: AtomicOps: Fix logic in enable function

[GIT PULL] tracing: Fixes for 7.0
 2026-03-06 16:58 UTC  (9+ messages)

[PATCH v2 0/8] Fix various races in xprtrdma
 2026-03-06 16:30 UTC  (12+ messages)
` [PATCH v2 1/8] xprtrdma: Decrement re_receiving on the early exit paths
` [PATCH v2 2/8] xprtrdma: Close sendctx get/put race that can block a transport
` [PATCH v2 3/8] xprtrdma: Avoid 250 ms delay on backlog wakeup
` [PATCH v2 4/8] xprtrdma: Close lost-wakeup race in xprt_rdma_alloc_slot
` [PATCH v2 5/8] xprtrdma: Decouple frwr_wp_create from frwr_map
` [PATCH v2 6/8] xprtrdma: Replace rpcrdma_mr_seg with xdr_buf cursor
` [PATCH v2 7/8] xprtrdma: Scale receive batch size with credit window
` [PATCH v2 8/8] xprtrdma: Post receive buffers after RPC completion

[rdma:wip/jgg-for-next 18/19] drivers/infiniband/hw/bnxt_re/ib_verbs.c:3478:37: warning: variable 'cctx' set but not used
 2026-03-06 14:13 UTC  (2+ messages)

[PATCH net-next, v2] net: mana: Force full-page RX buffers for 4K page size on specific systems
 2026-03-06 13:33 UTC 

[PATCH net-next] net: mana: Force full-page RX buffers for 4K page size on specific systems
 2026-03-06 13:25 UTC  (5+ messages)

[PATCH v1 00/16] mm: cleanups around unmapping / zapping
 2026-03-06 13:16 UTC  (44+ messages)
` [PATCH v1 01/16] mm/madvise: drop range checks in madvise_free_single_vma()
` [PATCH v1 02/16] mm/memory: remove "zap_details" parameter from zap_page_range_single()
` [PATCH v1 03/16] mm/memory: inline unmap_mapping_range_vma() into unmap_mapping_range_tree()
` [PATCH v1 04/16] mm/memory: simplify calculation in unmap_mapping_range_tree()
` [PATCH v1 05/16] mm/oom_kill: use MMU_NOTIFY_CLEAR in __oom_reap_task_mm()
` [PATCH v1 06/16] mm/oom_kill: factor out zapping of VMA into zap_vma_for_reaping()
` [PATCH v1 07/16] mm/memory: rename unmap_single_vma() to __zap_vma_range()
` [PATCH v1 08/16] mm/memory: move adjusting of address range to unmap_vmas()
` [PATCH v1 09/16] mm/memory: convert details->even_cows into details->skip_cows
` [PATCH v1 10/16] mm/memory: use __zap_vma_range() in zap_vma_for_reaping()
` [PATCH v1 11/16] mm/memory: inline unmap_page_range() into __zap_vma_range()
` [PATCH v1 12/16] mm: rename zap_vma_pages() to zap_vma()
` [PATCH v1 13/16] mm: rename zap_page_range_single_batched() to zap_vma_range_batched()
` [PATCH v1 14/16] mm: rename zap_page_range_single() to zap_vma_range()
` [PATCH v1 15/16] mm: rename zap_vma_ptes() to zap_special_vma_range()
` [PATCH v1 16/16] mm/memory: support VM_MIXEDMAP in zap_special_vma_range()

[PATCH net-next v3] net/smc: transition to RDMA core CQ pooling
 2026-03-06 12:07 UTC  (3+ messages)

[PATCH rdma-next 1/1] RDMA/mana_ib: memory windows
 2026-03-06 10:57 UTC 

[rdma:wip/jgg-for-next 18/19] drivers/infiniband/hw/bnxt_re/ib_verbs.c:3478:37: warning: variable 'cctx' set but not used
 2026-03-06  9:47 UTC 

[rdma:wip/leon-for-next] BUILD SUCCESS 438162a91d08d637fb3d5525a3a6677535a8d2b1
 2026-03-06  6:57 UTC 

[PATCH rdma-next] RDMA/bnxt_re: Fix a warning in bnxt_re_create_cq()
 2026-03-06  6:19 UTC 

[PATCH][rdma-next] RDMA/mlx5: Use NUMA-aware allocation for memory region descriptors
 2026-03-06  5:23 UTC  (2+ messages)
` 答复: "

[PATCH net V2 0/6] mlx5 misc fixes 2026-02-18
 2026-03-06  1:54 UTC  (5+ messages)
` [PATCH net V2 5/6] net/mlx5e: Fix deadlocks between devlink and netdev instance locks

[PATCH v3 00/13] Provide udata helpers and use them in bnxt_re
 2026-03-06  0:47 UTC  (6+ messages)
` [PATCH v3 13/13] RDMA: Add IB_UVERBS_CORE_SUPPORT_ROBUST_UDATA

[PATCH rdma-next v14 0/6] RDMA/bnxt_re: Support uapi extensions
 2026-03-06  0:47 UTC  (2+ messages)

[rdma:wip/leon-for-rc] BUILD SUCCESS c242e92c9da456d361d1d4482fb6e93ee95bd8cf
 2026-03-06  0:01 UTC 

[PATCH net-next] net: mana: Expose hardware diagnostic info via debugfs
 2026-03-05 20:52 UTC 

[PATCH rdma-next v3 0/5] Add pinned revocable dmabuf import interface
 2026-03-05 17:08 UTC  (6+ messages)
` [PATCH rdma-next v3 1/5] RDMA/umem: Add ib_umem_dmabuf_get_pinned_and_lock helper
` [PATCH rdma-next v3 2/5] RDMA/umem: Move umem dmabuf revoke logic into helper function
` [PATCH rdma-next v3 3/5] RDMA/umem: Add pinned revocable dmabuf import interface
` [PATCH rdma-next v3 4/5] RDMA/umem: Add helpers for umem dmabuf revoke lock
` [PATCH rdma-next v3 5/5] RDMA/irdma: Add support for revocable pinned dmabuf import

[net-next V4 0/5] net: ethtool: Track TX pause storm
 2026-03-05 15:43 UTC  (6+ messages)
` [net-next V4 5/5] eth: mlx5: Move pause storm errors to pause stats

[PATCH] RDMA/rtrs: add WQ_PERCPU to alloc_workqueue users
 2026-03-05 15:41 UTC 

[syzbot] [rds?] KASAN: slab-use-after-free Read in rds_conn_path_drop
 2026-03-05 11:58 UTC 

[PATCH rdma-next 0/6] Add support for TLP emulation
 2026-03-05 10:44 UTC  (3+ messages)
` (subset) "

[PATCH for-next] RDMA/erdma: Remove numa_node from struct erdma_devattr
 2026-03-05 10:31 UTC  (2+ messages)

[PATCH net-next] net/mlx5: Allow asynchronous probe
 2026-03-05 10:03 UTC  (3+ messages)

[PATCH for-rc] RDMA/bng_re: Fix silent failure in HWRM version query
 2026-03-05  9:34 UTC  (6+ messages)

[PATCH rdma-next v2 1/1] RDMA/mana: Provide a modern CQ creation interface
 2026-03-05  9:20 UTC  (7+ messages)
  ` [EXTERNAL] "

[PATCH net V3] net/mlx5: Fix deadlock between devlink lock and esw->wq
 2026-03-05  8:10 UTC 

[PATCH net-next v2] net/smc: transition to RDMA core CQ pooling
 2026-03-05  1:54 UTC  (3+ messages)

[rdma:for-rc] BUILD SUCCESS a08aaf3968aec5d05cd32c801b8cc0c61da69c41
 2026-03-04 20:20 UTC 

[RFC net-next 0/4] ethtool: CMIS module diagnostic loopback support
 2026-03-04 16:09 UTC  (14+ messages)

[PATCH net-next v3 00/13] devlink: introduce shared devlink instance for PFs on same chip
 2026-03-04 16:00 UTC  (14+ messages)
` [PATCH net-next v3 01/13] devlink: expose devlink instance index over netlink
` [PATCH net-next v3 02/13] devlink: add helpers to get bus_name/dev_name
` [PATCH net-next v3 03/13] devlink: avoid extra iterations when found devlink is not registered
` [PATCH net-next v3 04/13] devlink: allow to use devlink index as a command handle
` [PATCH net-next v3 05/13] devlink: support index-based lookup via bus_name/dev_name handle
` [PATCH net-next v3 06/13] devlink: support index-based notification filtering
` [PATCH net-next v3 07/13] devlink: introduce __devlink_alloc() with dev driver pointer
` [PATCH net-next v3 08/13] devlink: add devlink_dev_driver_name() helper and use it in trace events
` [PATCH net-next v3 09/13] devlink: add devl_warn() helper and use it in port warnings
` [PATCH net-next v3 10/13] devlink: allow devlink instance allocation without a backing device
` [PATCH net-next v3 11/13] devlink: introduce shared devlink instance for PFs on same chip
` [PATCH net-next v3 12/13] documentation: networking: add shared devlink documentation
` [PATCH net-next v3 13/13] net/mlx5: Add a shared devlink instance for PFs on same chip

[PATCH rdma-next v2 0/5] Add pinned revocable dmabuf import interface
 2026-03-04 14:46 UTC  (3+ messages)
` [PATCH rdma-next v2 3/5] RDMA/umem: "

[syzbot] [rdma?] kernel BUG in ib_device_get_by_index
 2026-03-04 14:22 UTC  (5+ messages)

[PATCH for-next] RDMA/core: Fix missing MODULE_IMPORT_NS in ib_uverbs module
 2026-03-04 10:42 UTC  (2+ messages)

[PATCH] RDMA/bng_re: Fix CREQ BAR base validity check in bng_re_map_creq_db
 2026-03-04  9:52 UTC  (2+ messages)

[PATCH] net/mlx5e: use flex array for rqns
 2026-03-04  8:29 UTC  (2+ messages)

[PATCH net-next 0/6] net: mana: Per-vPort EQ and MSI-X interrupt management
 2026-03-04  0:01 UTC  (3+ messages)
  ` [EXTERNAL] "


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