messages from 2026-02-07 05:14:24 to 2026-02-13 11:35:14 UTC [more...]
[PATCH for-next] RDMA/efa: Expose new extended max inline buff size
2026-02-13 11:35 UTC (3+ messages)
[PATCH RFC net-next] net/smc: transition to RDMA core CQ pooling
2026-02-13 11:23 UTC (6+ messages)
[PATCH rdma-next v12 0/6] RDMA/bnxt_re: Support uapi extensions
2026-02-13 11:12 UTC (8+ messages)
` [PATCH rdma-next v12 1/6] RDMA/bnxt_re: Move the UAPI methods to a dedicated file
` [PATCH rdma-next v12 2/6] RDMA/bnxt_re: Refactor bnxt_qplib_create_qp() function
` [PATCH rdma-next v12 3/6] RDMA/bnxt_re: Support doorbell extensions
` [PATCH rdma-next v12 4/6] RDMA/bnxt_re: Refactor bnxt_re_create_cq()
` [PATCH rdma-next v12 5/6] RDMA/bnxt_re: Support dmabuf for CQ rings
` [PATCH rdma-next v12 6/6] RDMA/bnxt_re: Support application specific CQs
[PATCH rdma-next 00/50] RDMA: Ensure CQ UMEMs are managed by ib_core
2026-02-13 10:58 UTC (51+ messages)
` [PATCH rdma-next 01/50] RDMA: Move DMA block iterator logic into dedicated files
` [PATCH rdma-next 02/50] RDMA/umem: Allow including ib_umem header from any location
` [PATCH rdma-next 03/50] RDMA/umem: Remove unnecessary includes and defines from ib_umem header
` [PATCH rdma-next 04/50] RDMA/core: Promote UMEM to a core component
` [PATCH rdma-next 05/50] RDMA/core: Manage CQ umem in core code
` [PATCH rdma-next 06/50] RDMA/efa: Rely on CPU address in create‑QP
` [PATCH rdma-next 07/50] RDMA/core: Prepare create CQ path for API unification
` [PATCH rdma-next 08/50] RDMA/core: Reject zero CQE count
` [PATCH rdma-next 09/50] RDMA/efa: Remove check for "
` [PATCH rdma-next 10/50] RDMA/mlx5: Save 4 bytes in CQ structure
` [PATCH rdma-next 11/50] RDMA/mlx5: Provide a modern CQ creation interface
` [PATCH rdma-next 12/50] RDMA/mlx4: Inline mlx4_ib_get_cq_umem into callers
` [PATCH rdma-next 13/50] RDMA/mlx4: Introduce a modern CQ creation interface
` [PATCH rdma-next 14/50] RDMA/mlx4: Remove unused create_flags field from CQ structure
` [PATCH rdma-next 15/50] RDMA/bnxt_re: Convert to modern CQ interface
` [PATCH rdma-next 16/50] RDMA/cxgb4: Separate kernel and user CQ creation paths
` [PATCH rdma-next 17/50] RDMA/mthca: Split user and kernel "
` [PATCH rdma-next 18/50] RDMA/erdma: Separate "
` [PATCH rdma-next 19/50] RDMA/ionic: Split "
` [PATCH rdma-next 20/50] RDMA/qedr: Convert to modern CQ interface
` [PATCH rdma-next 21/50] RDMA/vmw_pvrdma: Provide a modern CQ creation interface
` [PATCH rdma-next 22/50] RDMA/ocrdma: Split user and kernel CQ creation paths
` [PATCH rdma-next 23/50] RDMA/irdma: "
` [PATCH rdma-next 24/50] RDMA/usnic: Provide a modern CQ creation interface
` [PATCH rdma-next 25/50] RDMA/mana: "
` [PATCH rdma-next 26/50] RDMA/erdma: Separate user and kernel CQ creation paths
` [PATCH rdma-next 27/50] RDMA/rdmavt: Split "
` [PATCH rdma-next 28/50] RDMA/siw: "
` [PATCH rdma-next 29/50] RDMA/rxe: "
` [PATCH rdma-next 30/50] RDMA/core: Remove legacy CQ creation fallback path
` [PATCH rdma-next 31/50] RDMA/core: Remove unused ib_resize_cq() implementation
` [PATCH rdma-next 32/50] RDMA: Clarify that CQ resize is a user‑space verb
` [PATCH rdma-next 33/50] RDMA/bnxt_re: Drop support for resizing kernel CQs
` [PATCH rdma-next 34/50] RDMA/irdma: Remove resize support for "
` [PATCH rdma-next 35/50] RDMA/mlx4: Remove support for kernel CQ resize
` [PATCH rdma-next 36/50] RDMA/mlx5: Remove support for resizing kernel CQs
` [PATCH rdma-next 37/50] RDMA/mthca: Remove resize support for "
` [PATCH rdma-next 38/50] RDMA/rdmavt: "
` [PATCH rdma-next 39/50] RDMA/rxe: Remove unused kernel‑side CQ resize support
` [PATCH rdma-next 40/50] RDMA: Properly propagate the number of CQEs as unsigned int
` [PATCH rdma-next 41/50] RDMA/core: Generalize CQ resize locking
` [PATCH rdma-next 42/50] RDMA/bnxt_re: Complete CQ resize in a single step
` [PATCH rdma-next 43/50] RDMA/bnxt_re: Rely on common resize‑CQ locking
` [PATCH rdma-next 44/50] RDMA/bnxt_re: Reduce CQ memory footprint
` [PATCH rdma-next 45/50] RDMA/mlx4: Use generic resize-CQ lock
` [PATCH rdma-next 46/50] RDMA/mlx4: Use on‑stack variables instead of storing them in the CQ object
` [PATCH rdma-next 47/50] RDMA/mlx5: Use generic resize-CQ lock
` [PATCH rdma-next 48/50] RDMA/mlx5: Select resize‑CQ callback based on device capabilities
` [PATCH rdma-next 49/50] RDMA/mlx5: Reduce CQ memory footprint
` [PATCH rdma-next 50/50] RDMA/mthca: Use generic resize-CQ lock
[PATCH 00/10] Provide udata helpers and use them in bnxt_re
2026-02-13 10:40 UTC (14+ messages)
` [PATCH 03/10] RDMA: Add ib_respond_udata()
` [PATCH 04/10] RDMA: Add ib_is_udata_in_empty()
` [PATCH 05/10] RDMA: Provide documentation about the uABI compatibility rules
` [PATCH 07/10] RDMA/bnxt_re: Add compatibility checks to the uapi path for no data
` [PATCH 09/10] RDMA/bnxt_re: Use ib_respond_udata()
blktests failures with v6.19 kernel
2026-02-13 9:56 UTC (2+ messages)
[PATCH for-next 0/3] RDMA/hns: Support congestion control algorithm parameter configuration by debugfs
2026-02-13 8:36 UTC (7+ messages)
` [PATCH for-next 2/3] RDMA/hns: Add write support to debugfs
` [PATCH for-next 3/3] RDMA/hns: Support congestion control algorithm parameter configuration
[PATCH net-next v4 0/4] net/rds: RDS-TCP reconnect and fanout improvements
2026-02-13 6:42 UTC (7+ messages)
` [PATCH net-next v4 1/4] net/rds: Fix NULL pointer dereference in rds_tcp_accept_one
` [PATCH net-next v4 2/4] net/rds: Refactor __rds_conn_create for blocking transport cleanup
` [PATCH net-next v4 3/4] net/rds: Delegate fan-out to a background worker
` [PATCH net-next v4 4/4] net/rds: Use proper peer port number even when not connected
[PATCH net v2] net/rds: rds_sendmsg should not discard payload_len
2026-02-13 6:39 UTC (4+ messages)
[PATCH net v3] net/rds: rds_sendmsg should not discard payload_len
2026-02-13 3:54 UTC
[GIT PULL] Please pull RDMA subsystem changes
2026-02-13 1:18 UTC (2+ messages)
[PATCH net 0/6] mlx5 misc fixes 2026-02-12
2026-02-12 22:41 UTC (12+ messages)
` [PATCH net 1/6] net/mlx5: Fix multiport device check over light SFs
` [PATCH net 2/6] net/mlx5: Fix misidentification of write combining CQE during poll loop
` [PATCH net 3/6] net/mlx5e: Fix misidentification of ASO "
` [PATCH net 4/6] net/mlx5e: MACsec, add ASO poll loop in macsec_aso_set_arm_event
` [PATCH net 5/6] net/mlx5e: Fix deadlocks between devlink and netdev instance locks
` [PATCH net 6/6] net/mlx5e: Use unsigned for mlx5e_get_max_num_channels
[PATCH] RDMA/rxe: Generate async error for r_key violations
2026-02-12 19:47 UTC (2+ messages)
[PATCH for-next] RDMA/efa: Add AH usage counter with sysfs exposure
2026-02-12 16:36 UTC (6+ messages)
[PATCH net-next V2 0/5] net: ethtool: Track TX pause storm
2026-02-11 21:18 UTC (7+ messages)
` [PATCH net-next V2 1/5] net: ethtool: Track pause storm events
` [PATCH net-next V2 5/5] eth: mlx5: Move pause storm errors to pause stats
[PATCH net-next v5 0/2] net/mlx5: Avoid payload in skb's linear part for better GRO-processing
2026-02-11 17:12 UTC (9+ messages)
` [PATCH net-next v5 2/2] net/mlx5: Avoid copying payload to the skb's linear part
[PATCH net-next V7 00/14] devlink and mlx5: Support cross-function rate scheduling
2026-02-11 16:57 UTC (5+ messages)
` [PATCH net-next V7 07/14] devlink: Add parent dev to devlink API
[PATCH net] net/mlx5e: Skip NAPI polling when PCI channel is offline
2026-02-11 15:17 UTC (7+ messages)
[PATCH net-next v3] bnge/bng_re: Add a new HSI
2026-02-11 13:00 UTC (2+ messages)
[PATCH rdma-next v11 0/6] RDMA/bnxt_re: Support uapi extensions
2026-02-11 12:48 UTC (12+ messages)
` [PATCH rdma-next v11 1/6] RDMA/bnxt_re: Move the UAPI methods to a dedicated file
` [PATCH rdma-next v11 2/6] RDMA/bnxt_re: Refactor bnxt_qplib_create_qp() function
` [PATCH rdma-next v11 3/6] RDMA/bnxt_re: Support doorbell extensions
` [PATCH rdma-next v11 4/6] RDMA/bnxt_re: Refactor bnxt_re_create_cq()
` [PATCH rdma-next v11 5/6] RDMA/bnxt_re: Support dmabuf for CQ rings
` [PATCH rdma-next v11 6/6] RDMA/bnxt_re: Support application specific CQs
[PATCH v3] mm: introduce a new page type for page pool in page type
2026-02-11 10:11 UTC (2+ messages)
[PATCH] RDMA/core: Fix stale RoCE GIDs during netdev events at registration
2026-02-11 1:30 UTC (14+ messages)
[RFC 0/2] Retrieve tph from dmabuf for PCIe P2P memory access
2026-02-10 19:39 UTC (3+ messages)
` [RFC 1/2] Vfio: add callback to get tph info for dmabuf
` [RFC 2/2] RMDA MLX5: get tph for p2p access when registering dmabuf mr
[PATCH rdma-next v10 0/6] RDMA/bnxt_re: Support direct verbs
2026-02-10 17:07 UTC (8+ messages)
` [PATCH rdma-next v10 4/6] RDMA/bnxt_re: Direct Verbs: Support DBR verbs
` [PATCH rdma-next v10 5/6] RDMA/bnxt_re: Direct Verbs: Support CQ verbs
[RFC PATCH 00/15] svcrdma performance scalability enhancements
2026-02-10 16:32 UTC (16+ messages)
` [RFC PATCH 01/15] svcrdma: Add fair queuing for Send Queue access
` [RFC PATCH 02/15] svcrdma: Clean up use of rdma->sc_pd->device in Receive paths
` [RFC PATCH 03/15] svcrdma: Clean up use of rdma->sc_pd->device
` [RFC PATCH 04/15] svcrdma: Add Write chunk WRs to the RPC's Send WR chain
` [RFC PATCH 05/15] svcrdma: Factor out WR chain linking into helper
` [RFC PATCH 06/15] svcrdma: Reduce false sharing in struct svcxprt_rdma
` [RFC PATCH 07/15] svcrdma: Use lock-free list for Receive Queue tracking
` [RFC PATCH 08/15] svcrdma: Convert Read completion queue to use lock-free list
` [RFC PATCH 09/15] svcrdma: Release write chunk resources without re-queuing
` [RFC PATCH 10/15] svcrdma: Use per-transport kthread for send context release
` [RFC PATCH 11/15] svcrdma: Use watermark-based Receive Queue replenishment
` [RFC PATCH 12/15] svcrdma: Add per-recv_ctxt chunk context cache
` [RFC PATCH 13/15] svcrdma: clear XPT_DATA on sc_read_complete_q consumption
` [RFC PATCH 14/15] svcrdma: retry when receive queues drain transiently
` [RFC PATCH 15/15] svcrdma: clear XPT_DATA on sc_rq_dto_q consumption
[PATCH net-next] net/mlx5e: remove declarations of mlx5e_shampo_{fill_umr,dealloc_hd}
2026-02-10 15:00 UTC (4+ messages)
[PATCH v2 net 0/2] ECN offload handling for AccECN series
2026-02-10 11:20 UTC (3+ messages)
` [PATCH v2 net 2/2] net: hns3/mlx5e: fix CWR handling in drivers to preserve ACE signal
[PATCH net v1] net/rds: rds_sendmsg should not discard payload_len
2026-02-10 9:24 UTC
[PATCH net-next v3 0/4] net/rds: RDS-TCP reconnect and fanout improvements
2026-02-10 9:12 UTC (5+ messages)
` [PATCH net-next v3 1/4] net/rds: Fix NULL pointer dereference in rds_tcp_accept_one
` [PATCH net-next v3 2/4] net/rds: Refactor __rds_conn_create for blocking transport cleanup
` [PATCH net-next v3 3/4] net/rds: Delegate fan-out to a background worker
` [PATCH net-next v3 4/4] net/rds: Use proper peer port number even when not connected
[PATCH net-next v2 00/12] dpll: Core improvements and ice E825-C SyncE support
2026-02-10 7:19 UTC (4+ messages)
` [PATCH net-next v2 03/12] dpll: Add helpers to find DPLL pin fwnode
` [Intel-wired-lan] "
[RFC 0/2] Retrieve tph from dmabuf for PCIe P2P memory access
2026-02-09 23:28 UTC (5+ messages)
` [RFC 1/2] Vfio: add callback to get tph info for dmabuf
` [RFC 2/2] RMDA MLX5: get tph for p2p access when registering dmabuf mr
[rdma:wip/leon-for-next] BUILD SUCCESS d6c58f4eb3d00a695f5a610ea780cad322ec714e
2026-02-09 16:58 UTC
[syzbot] [rds?] general protection fault in rds_tcp_accept_one
2026-02-09 15:41 UTC
[PATCH 01/10] RDMA: Add ib_copy_validate_udata_in()
2026-02-09 14:06 UTC (3+ messages)
[PATCH net] net/mlx5: return error in case of lag device allocation failure
2026-02-09 6:36 UTC (2+ messages)
[PATCH 06/10] RDMA/bnxt_re: Add compatibility checks to the uapi path
2026-02-08 19:29 UTC (2+ messages)
[recipe build #4006142] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
2026-02-08 10:23 UTC
[PATCH v2] RDMA/umad: Reject negative data_len in ib_umad_write
2026-02-08 6:53 UTC (4+ messages)
[PATCH net-next v2 0/4] net/rds: RDS-TCP reconnect and fanout improvements
2026-02-08 5:37 UTC (5+ messages)
` [PATCH net-next v2 1/4] net/rds: Refactor __rds_conn_create for blocking transport cleanup
` [PATCH net-next v2 2/4] net/rds: Delegate fan-out to a background worker
` [PATCH net-next v2 3/4] net/rds: Use proper peer port number even when not connected
` [PATCH net-next v2 4/4] net/rds: rds_sendmsg should not discard payload_len
[PATCH net-next v2] bnge/bng_re: Add a new HSI
2026-02-07 5:14 UTC (2+ messages)
` [net-next,v2] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox