public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-12 05:32:32 to 2026-02-17 22:29:41 UTC [more...]

[PATCH RFC 00/10] driver core: constify groups arrays in several structs
 2026-02-17 22:29 UTC  (7+ messages)
` [PATCH RFC 01/10] IB/core: Prepare for immutable device groups
` [PATCH RFC 02/10] rtc: prepare for struct device member groups becoming a constant array
` [PATCH RFC 03/10] sysfs: constify group arrays in function arguments
` [PATCH RFC 04/10] driver: core: constify groups array argument in device_add_groups and device_remove_groups
` [PATCH RFC 05/10] driver core: make struct device member groups a constant array
` [PATCH RFC 06/10] driver core: make struct device_type "

blktests failures with v6.19 kernel
 2026-02-17 21:22 UTC  (9+ messages)

[RFC] RDMA/irdma: Add support for revocable dmabuf import
 2026-02-17 18:45 UTC  (2+ messages)

[PATCH net] net/mlx5e: XSK, Fix unintended ICOSQ change
 2026-02-17 16:48 UTC  (2+ messages)

[PATCH for-next] RDMA/efa: Add AH usage counter with sysfs exposure
 2026-02-17 14:54 UTC  (14+ messages)

[PATCH net v2] rds: tcp: fix uninit-value in __inet_bind
 2026-02-17 14:07 UTC  (2+ messages)

[PATCH] RDMA: Add BNG_RE to rdma_driver_id definition
 2026-02-17 13:52 UTC  (4+ messages)

[PATCH v7 0/8] dma-buf: Use revoke mechanism to invalidate shared buffers
 2026-02-17 13:34 UTC  (4+ messages)

[PATCH rc 0/4] Fix several serious mistakes on the udata path in drivers
 2026-02-17 13:23 UTC  (7+ messages)
` [PATCH rc 1/4] RDMA/efa: Fix typo in efa_alloc_mr()
` [PATCH rc 2/4] IB/mthca: Add missed mthca_unmap_user_db() for mthca_create_srq()
` [PATCH rc 3/4] RDMA/irdma: Fix kernel stack leak in irdma_create_user_ah()
` [PATCH rc 4/4] RDMA/ionic: Fix kernel stack leak in ionic_create_cq()

[PATCH] RDMA/uverbs: select CONFIG_DMA_SHARED_BUFFER
 2026-02-17 13:18 UTC  (2+ messages)

[PATCH for-next v3 0/3] RDMA/efa: Expose extended max inline buffer size
 2026-02-17 11:23 UTC  (4+ messages)
` [PATCH for-next v3 1/3] RDMA/efa: Rename admin queue attributes struct name for extendability
` [PATCH for-next v3 2/3] RDMA/efa: Expose new extended max inline buff size
` [PATCH for-next v3 3/3] RDMA/efa: Use extended inline buff size for inline validation

[PATCH net v3] net/rds: rds_sendmsg should not discard payload_len
 2026-02-17 11:10 UTC  (2+ messages)

[PATCH rdma-next 00/50] RDMA: Ensure CQ UMEMs are managed by ib_core
 2026-02-17 10:52 UTC  (60+ 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-17  7:48 UTC  (21+ 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()

[PATCH rdma-next v13 0/6] RDMA/bnxt_re: Support uapi extensions
 2026-02-17  2:59 UTC  (7+ messages)
` [PATCH rdma-next v13 1/6] RDMA/bnxt_re: Move the UAPI methods to a dedicated file
` [PATCH rdma-next v13 2/6] RDMA/bnxt_re: Refactor bnxt_qplib_create_qp() function
` [PATCH rdma-next v13 3/6] RDMA/bnxt_re: Support doorbell extensions
` [PATCH rdma-next v13 4/6] RDMA/bnxt_re: Refactor bnxt_re_create_cq()
` [PATCH rdma-next v13 5/6] RDMA/bnxt_re: Support dmabuf for CQ rings
` [PATCH rdma-next v13 6/6] RDMA/bnxt_re: Support application specific CQs

[PATCH net] net/rds: Fix NULL pointer dereference in rds_tcp_accept_one
 2026-02-16 22:26 UTC 

[PATCH net] rds: tcp: fix uninit-value in __inet_bind
 2026-02-16 20:49 UTC  (3+ messages)

[PATCH rdma-next v12 0/6] RDMA/bnxt_re: Support uapi extensions
 2026-02-16 19:40 UTC  (10+ messages)
` [PATCH rdma-next v12 5/6] RDMA/bnxt_re: Support dmabuf for CQ rings

[PATCH for-next v2 0/3] RDMA/efa: Expose extended max inline buffer size
 2026-02-16 13:33 UTC  (4+ messages)
` [PATCH for-next v2 1/3] RDMA/efa: Rename admin queue attributes struct name for extendability
` [PATCH for-next v2 2/3] RDMA/efa: Expose new extended max inline buff size
` [PATCH for-next v2 3/3] RDMA/efa: Use extended inline buff size for inline validation

[PATCH net] net/rds: fix recursive lock in rds_tcp_conn_slots_available
 2026-02-16 12:08 UTC 

[PATCH v3 net 0/3] ECN offload handling for AccECN series
 2026-02-16  8:51 UTC  (4+ messages)
` [PATCH v3 net 1/3] net: update comments for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN
` [PATCH v3 net 2/3] net: mlx5e: fix CWR handling in drivers to preserve ACE signal
` [PATCH v3 net 3/3] net: hns3: "

[PATCH v2 net 0/2] ECN offload handling for AccECN series
 2026-02-16  8:49 UTC  (4+ messages)
` [PATCH v2 net 2/2] net: hns3/mlx5e: fix CWR handling in drivers to preserve ACE signal

[PATCH AUTOSEL 6.19-5.15] RDMA/rtrs-clt: For conn rejection use actual err number
 2026-02-15 15:03 UTC 

[PATCH net 0/6] mlx5 misc fixes 2026-02-12
 2026-02-15 12:13 UTC  (13+ 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 for-next 0/2] RDMA/efa: Expose extended max inline buffer size
 2026-02-15 12:04 UTC  (3+ messages)
` [PATCH for-next 1/2] RDMA/efa: Rename admin queue attributes struct name for extendability
` [PATCH for-next 2/2] RDMA/efa: Expose new extended max inline buff size

[PATCH AUTOSEL 6.19-5.10] net/rds: Clear reconnect pending bit
 2026-02-14 21:23 UTC  (2+ messages)
` [PATCH AUTOSEL 6.19-5.10] net/rds: No shortcut out of RDS_CONN_ERROR

[PATCH for-next 0/3] RDMA/hns: Support congestion control algorithm parameter configuration by debugfs
 2026-02-13 16:12 UTC  (9+ 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 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 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)

[GIT PULL] Please pull RDMA subsystem changes
 2026-02-13  1:18 UTC  (2+ messages)

[PATCH] RDMA/rxe: Generate async error for r_key violations
 2026-02-12 19:47 UTC  (2+ messages)


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