public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-27 09:39:19 to 2026-03-04 16:00:47 UTC [more...]

[PATCH net-next v3 00/13] devlink: introduce shared devlink instance for PFs on same chip
 2026-03-04 16:00 UTC  (11+ 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 rdma-next v2 1/1] RDMA/mana: Provide a modern CQ creation interface
 2026-03-04 15:59 UTC  (6+ messages)
  ` [EXTERNAL] "

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

[PATCH for-rc] RDMA/bng_re: Fix silent failure in HWRM version query
 2026-03-04 15:37 UTC  (3+ messages)

[PATCH v1 00/16] mm: cleanups around unmapping / zapping
 2026-03-04 15:26 UTC  (30+ 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 v2 net-next 0/6] net: mana: Per-vPort EQ and MSI-X interrupt management
 2026-03-04 14:59 UTC  (9+ messages)
` [PATCH v2 net-next 1/6] net: mana: Create separate EQs for each vPort
` [PATCH v2 net-next 2/6] net: mana: Query device capabilities and configure MSI-X sharing for EQs
` [PATCH v2 net-next 3/6] net: mana: Introduce GIC context with refcounting for interrupt management
` [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 v3 00/13] Provide udata helpers and use them in bnxt_re
 2026-03-04 14:52 UTC  (17+ messages)
` [PATCH v3 01/13] RDMA: Use copy_struct_from_user() instead of open coding
` [PATCH v3 02/13] RDMA/core: Add rdma_udata_to_dev()
` [PATCH v3 03/13] RDMA: Add ib_copy_validate_udata_in()
` [PATCH v3 04/13] RDMA: Add ib_copy_validate_udata_in_cm()
` [PATCH v3 05/13] RDMA: Add ib_respond_udata()
` [PATCH v3 06/13] RDMA: Add ib_is_udata_in_empty()
` [PATCH v3 07/13] RDMA: Provide documentation about the uABI compatibility rules
` [PATCH v3 08/13] RDMA/bnxt_re: Add compatibility checks to the uapi path
` [PATCH v3 09/13] RDMA/bnxt_re: Add compatibility checks to the uapi path for no data
` [PATCH v3 10/13] RDMA/bnxt_re: Add missing comp_mask validation
` [PATCH v3 11/13] RDMA/bnxt_re: Use ib_respond_udata()
` [PATCH v3 12/13] RDMA/bnxt_re: Use ib_respond_empty_udata()
` [PATCH v3 13/13] RDMA: Add IB_UVERBS_CORE_SUPPORT_ROBUST_UDATA

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

[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 net-next V3 00/10] devlink: add per-port resource support
 2026-03-04 10:34 UTC  (7+ messages)
` [PATCH net-next V3 10/10] devlink: Document port-level resources

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

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

[PATCHv2 1/1] RDMA/rxe: Add the support that rxe can work in net namespace
 2026-03-04  4:44 UTC  (2+ messages)

[PATCH net-next v1 0/2] selftests: rds: refactor and expand rds selftests test
 2026-03-04  2:50 UTC  (5+ messages)
` [PATCH net-next v1 1/2] selftests: rds: Refactor test.py
` [PATCH net-next v1 2/2] selftests: rds: Add rds_stress.py

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

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

blktests failures with v7.0-rc1 kernel
 2026-03-03 21:55 UTC  (8+ messages)

[rdma:wip/leon-for-next] BUILD SUCCESS d5712689e05c9d1f89050637fd43b199b2d6e822
 2026-03-03 19:06 UTC 

[rdma:wip/leon-for-rc] BUILD SUCCESS cbbdb148c62814b2d60b3f49e10696093c57a987
 2026-03-03 18:59 UTC 

[PATCH net v2] net/rds: Fix circular locking dependency in rds_tcp_tune
 2026-03-03 12:10 UTC  (2+ messages)

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

[PATCH net-next] net/mlx5: Allow asynchronous probe
 2026-03-03 10:33 UTC 

[PATCH net-next, v2] net: mana: Trigger VF reset/recovery on health check failure due to HWC timeout
 2026-03-03 10:30 UTC  (4+ messages)

[net-next V4 0/5] net: ethtool: Track TX pause storm
 2026-03-02 23:01 UTC  (6+ messages)
` [net-next V4 1/5] net: ethtool: Track pause storm events
` [net-next V4 2/5] net: ethtool: Update doc for tunable
` [net-next V4 3/5] eth: fbnic: Add protection against pause storm
` [net-next V4 4/5] eth: fbnic: Fetch TX pause storm stats
` [net-next V4 5/5] eth: mlx5: Move pause storm errors to pause stats

[PATCH] xprtrdma: Close sendctx get/put race that can block a transport
 2026-03-02 22:24 UTC 

[PATCH 1/1] RDMA/ionic: Preserve and set Ethernet source MAC after ib_ud_header_init()
 2026-03-02 19:42 UTC  (2+ messages)

[PATCH v2 00/13] Provide udata helpers and use them in bnxt_re
 2026-03-02 19:36 UTC  (6+ messages)
` [PATCH v2 02/13] RDMA/core: Add rdma_udata_to_dev()

[PATCH rdma-next] RDMA/core: Delete not-implemented get_vector_affinity
 2026-03-02 19:34 UTC  (2+ messages)

[PATCH] RDMA/irdma: Fix double free related to rereg_user_mr
 2026-03-02 18:56 UTC  (2+ messages)

[PATCH iproute2-next 0/4] Introduce FRMR pools
 2026-03-02 15:52 UTC  (5+ messages)
` [PATCH iproute2-next 1/4] rdma: Update headers
` [PATCH iproute2-next 2/4] rdma: Add resource FRMR pools show command
` [PATCH iproute2-next 3/4] rdma: Add FRMR pools set aging command
` [PATCH iproute2-next 4/4] rdma: Add FRMR pools set pinned command

[PATCH rdma-next 0/6] Add support for TLP emulation
 2026-03-02 14:06 UTC  (5+ messages)

[PATCH rdma-next v4 00/11] RDMA/core: Introduce FRMR pools infrastructure
 2026-03-02 13:57 UTC  (2+ messages)

[PATCH net-next v2 00/10] devlink: introduce shared devlink instance for PFs on same chip
 2026-03-02 13:15 UTC  (16+ messages)
` [PATCH net-next v2 04/10] devlink: allow to use devlink index as a command handle
` [PATCH net-next v2 06/10] devlink: add devlink_dev_driver_name() helper and use it in trace events
` [PATCH net-next v2 07/10] devlink: allow devlink instance allocation without a backing device
` [PATCH net-next v2 08/10] devlink: introduce shared devlink instance for PFs on same chip
` [PATCH net-next v2 09/10] documentation: networking: add shared devlink documentation

[PATCH rdma-next v14 0/6] RDMA/bnxt_re: Support uapi extensions
 2026-03-02 11:00 UTC  (7+ messages)
` [PATCH rdma-next v14 1/6] RDMA/bnxt_re: Move the UAPI methods to a dedicated file
` [PATCH rdma-next v14 2/6] RDMA/bnxt_re: Refactor bnxt_qplib_create_qp() function
` [PATCH rdma-next v14 3/6] RDMA/bnxt_re: Support doorbell extensions
` [PATCH rdma-next v14 4/6] RDMA/bnxt_re: Refactor bnxt_re_create_cq()
` [PATCH rdma-next v14 5/6] RDMA/bnxt_re: Separate kernel and user CQ creation paths
` [PATCH rdma-next v14 6/6] RDMA/bnxt_re: Support application specific CQs

[PATCH rdma-next] RDMA: Complete k[z|m|c]alloc-to-k[z|m]alloc_obj conversion
 2026-03-02 10:42 UTC  (2+ messages)

[PATCH] RDMA/core: check id_priv->restricted_node_type in cma_listen_on_dev()
 2026-03-02 10:33 UTC  (5+ messages)

[PATCH net-next v2] net/mlx5e: Precompute xdpsq assignments for mlx5e_xdp_xmit()
 2026-03-02  5:52 UTC 

[RFC 0/2] Retrieve tph from dmabuf for PCIe P2P memory access
 2026-03-01 17:55 UTC  (4+ messages)
` [RFC 2/2] RMDA MLX5: get tph for p2p access when registering dmabuf mr

[rdma] "rdma link del" operation hangs at wait_for_completion() when a file descriptor is in use
 2026-03-01 17:47 UTC  (6+ messages)

[syzbot] [rdma?] kernel BUG in ib_device_get_by_netdev
 2026-02-28 12:53 UTC  (2+ messages)

[PATCH v2 03/13] RDMA: Add ib_copy_validate_udata_in()
 2026-02-28 10:24 UTC  (2+ messages)

[PATCH] RDMA/rxe: Add network namespace support
 2026-02-27 22:13 UTC  (10+ messages)

[PATCH net-next] net/rds: Fix circular locking dependency in rds_tcp_tune
 2026-02-27 19:37 UTC  (3+ messages)

[PATCH net-next] net: mana: Expose page_pool stats via ethtool
 2026-02-27 17:27 UTC  (3+ messages)

[PATCH][rdma-next] RDMA/erdma: Use NUMA-aware allocation for MTT tables
 2026-02-27 14:55 UTC  (7+ messages)
  ` 答复: [外部邮件] "

[PATCH rdma-next 0/4] Add pinned revocable dmabuf import interface
 2026-02-27 14:53 UTC  (9+ messages)
` [PATCH rdma-next 4/4] RDMA/irdma: Add support for revocable pinned dmabuf import


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