public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-25 19:01:41 to 2026-03-31 17:58:24 UTC [more...]

[PATCH net-next v4] net: mana: Expose hardware diagnostic info via debugfs
 2026-03-31 17:58 UTC  (6+ messages)

[PATCH net-next V9 00/14] devlink and mlx5: Support cross-function rate scheduling
 2026-03-31 16:37 UTC  (26+ messages)
` [PATCH net-next V9 01/14] devlink: Update nested instance locking comment
` [PATCH net-next V9 02/14] devlink: Add helpers to lock nested-in instances
` [PATCH net-next V9 03/14] devlink: Migrate from info->user_ptr to info->ctx
` [PATCH net-next V9 04/14] devlink: Decouple rate storage from associated devlink object
` [PATCH net-next V9 05/14] devlink: Add parent dev to devlink API
` [PATCH net-next V9 06/14] devlink: Allow parent dev for rate-set and rate-new
` [PATCH net-next V9 07/14] devlink: Allow rate node parents from other devlinks
` [PATCH net-next V9 08/14] net/mlx5: qos: Use mlx5_lag_query_bond_speed to query LAG speed
` [PATCH net-next V9 09/14] net/mlx5: qos: Expose a function to clear a vport's parent
` [PATCH net-next V9 10/14] net/mlx5: qos: Model the root node in the scheduling hierarchy
` [PATCH net-next V9 11/14] net/mlx5: qos: Remove qos domains and use shd lock
` [PATCH net-next V9 12/14] net/mlx5: qos: Support cross-device tx scheduling
` [PATCH net-next V9 13/14] selftests: drv-net: Add test for cross-esw rate scheduling
` [PATCH net-next V9 14/14] net/mlx5: Document devlink rates

[PATCH] net/mlx5: Fix potential NULL dereference in PTP event handling
 2026-03-31 15:31 UTC 

[RFC v2 0/2] Retrieve tph from dmabuf for PCIe P2P memory access
 2026-03-31 14:13 UTC  (14+ messages)
` [RFC v2 1/2] vfio: add callback to get tph info for dmabuf

[PATCH rdma-next v3 1/1] RDMA/mana_ib: memory windows
 2026-03-31 13:55 UTC  (2+ messages)

[PATCH] IB/mlx5: Fix potential NULL dereference in query_device
 2026-03-31 13:49 UTC  (2+ messages)

[PATCH] IB/mlx5: Clarify success return path in mlx5_ib_alloc_transport_domain
 2026-03-31 13:48 UTC  (2+ messages)

[PATCH] IB/mlx5: Fix memory leak in GSI QP destroy error path
 2026-03-31 13:45 UTC  (2+ messages)

[rdma:for-next] BUILD SUCCESS 74e2711bb2afbc0ac79c375b239f6b95730ff8bd
 2026-03-31 12:50 UTC 

[PATCH][net-next] net/mlx5: Move command entry freeing outside of spinlock
 2026-03-31 12:26 UTC 

[PATCH rdma-next v2 1/1] RDMA/mana_ib: memory windows
 2026-03-31  9:16 UTC  (3+ messages)

[PATCH v2 00/16] Update drivers to use ib_copy_validate_udata_in()
 2026-03-31  8:35 UTC  (20+ messages)
` [PATCH v2 01/16] RDMA: Consolidate patterns with offsetofend() to ib_copy_validate_udata_in()
` [PATCH v2 02/16] RDMA: Consolidate patterns with offsetof() "
` [PATCH v2 03/16] RDMA: Consolidate patterns with sizeof() "
` [PATCH v2 04/16] RDMA: Use ib_copy_validate_udata_in() for implicit full structs
` [PATCH v2 05/16] RDMA/pvrdma: Use ib_copy_validate_udata_in() for srq
` [PATCH v2 06/16] RDMA/mlx5: Use ib_copy_validate_udata_in() for SRQ
` [PATCH v2 07/16] RDMA/mlx5: Use ib_copy_validate_udata_in() for MW
` [PATCH v2 08/16] RDMA/mlx4: Use ib_copy_validate_udata_in()
` [PATCH v2 09/16] RDMA/mlx4: Use ib_copy_validate_udata_in() for QP
` [PATCH v2 10/16] RDMA/hns: Use ib_copy_validate_udata_in()
` [PATCH v2 11/16] RDMA: Use ib_copy_validate_udata_in_cm() for zero comp_mask
` [PATCH v2 12/16] RDMA/mlx5: Pull comp_mask validation into ib_copy_validate_udata_in_cm()
` [PATCH v2 13/16] RDMA/hns: Add missing comp_mask check in create_qp
` [PATCH v2 14/16] RDMA/irdma: Add missing comp_mask check in alloc_ucontext
` [PATCH v2 15/16] RDMA: Remove redundant = {} for udata req structs
` [PATCH v2 16/16] RDMA/hns: Remove the duplicate calls to ib_copy_validate_udata_in()

[PATCH v2 0/4] Firmware LSM hook
 2026-03-31  5:56 UTC  (5+ messages)
` [PATCH v2 1/4] bpf: add firmware command validation hook
` [PATCH v2 2/4] selftests/bpf: add test cases for fw_validate_cmd hook
` [PATCH v2 3/4] RDMA/mlx5: Externally validate FW commands supplied in DEVX interface
` [PATCH v2 4/4] fwctl/mlx5: Externally validate FW commands supplied in fwctl

[PATCH v7 0/3] PCI: AtomicOps: Fix pci_enable_atomic_ops_to_root()
 2026-03-31  0:01 UTC  (7+ messages)
` [PATCH v7 1/3] PCI: AtomicOps: Do not enable requests by RCiEPs
` [PATCH v7 2/3] PCI: AtomicOps: Do not enable without support in root port
` [PATCH v7 3/3] PCI: AtomicOps: Update references to PCIe spec

[PATCH net-next,v4] net: mana: Force full-page RX buffers via ethtool private flag
 2026-03-30 22:47 UTC  (2+ messages)

[PATCH net 0/3] mlx5 misc fixes 2026-03-30
 2026-03-30 19:40 UTC  (4+ messages)
` [PATCH net 1/3] net/mlx5: lag: Check for LAG device before creating debugfs
` [PATCH net 2/3] net/mlx5: Avoid "No data available" when FW version queries fail
` [PATCH net 3/3] net/mlx5: Fix switchdev mode rollback in case of failure

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

[PATCH net 0/3] net/mlx5: Fixes for Socket-Direct
 2026-03-30 19:34 UTC  (4+ messages)
` [PATCH net 1/3] net/mlx5e: SD, Fix race condition in secondary device probe/remove
` [PATCH net 2/3] net/mlx5: SD, Keep multi-pf debugfs entries on primary
` [PATCH net 3/3] net/mlx5: SD: Serialize init/cleanup

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

[PATCH] RDMA/core: use kzalloc_flex
 2026-03-30 17:18 UTC  (2+ messages)

[PATCH net 1/3] net/mlx5e: Add null check for flow namespace in mlx5e_tc_nic_create_miss_table
 2026-03-30 16:49 UTC  (4+ messages)
` [PATCH net 2/3] net/mlx5: Add null check for flow namespace in esw_set_slave_root_fdb
` [PATCH net 3/3] net/mlx5: Add null check for flow namespace in mlx5_cmd_set_slave_root_fdb

[PATCH net] rds: ib: reject FRMR registration before IB connection is established
 2026-03-30 16:32 UTC 

[PATCH 0/2] RDMA/rxe: Add dma-buf support for Soft-RoCE
 2026-03-30 13:13 UTC  (4+ messages)
` [PATCH 1/2] RDMA/umem: Change for rdma devices has not dma device
` [PATCH 2/2] RDMA/rxe: Add dma-buf support

[PATCH rdma v3] RDMA/mana_ib: Disable RX steering on RSS QP destroy
 2026-03-30 13:00 UTC  (2+ messages)

[PATCH AUTOSEL 6.19-6.6] RDMA/irdma: Fix double free related to rereg_user_mr
 2026-03-30 12:38 UTC 

[PATCH rdma-next] RDMA/mlx4: Restrict external umem for CQ when copy_to_user() is used
 2026-03-30 12:32 UTC  (2+ messages)

[PATCH rdma] RDMA/core: prefer NLA_NUL_STRING
 2026-03-30 12:27 UTC 

[PATCH rdma-next] RDMA/umem: Use consistent DMA attributes when unmapping entries
 2026-03-30 10:34 UTC  (2+ messages)

[PATCH v6 1/2] PCI: AtomicOps: Do not enable without support in root complex
 2026-03-30  8:59 UTC  (5+ messages)

[PATCH v9 net-next 0/6] octeontx2-af: npc: Enhancements
 2026-03-30  5:31 UTC  (7+ messages)
` [PATCH v9 net-next 1/6] octeontx2-af: npc: cn20k: debugfs enhancements
` [PATCH v9 net-next 2/6] net/mlx5e: heap-allocate devlink param values
` [PATCH v9 net-next 3/6] devlink: Implement devlink param multi attribute nested data values
` [PATCH v9 net-next 4/6] octeontx2-af: npc: cn20k: add subbank search order control
` [PATCH v9 net-next 5/6] octeontx2-af: npc: cn20k: dynamically allocate and free default MCAM entries
` [PATCH v9 net-next 6/6] octeontx2-af: npc: Support for custom KPU profile from filesystem

[PATCH net 2/2] net/smc: fix potential UAF in smc_pnet_add_ib for smcd device
 2026-03-29 20:35 UTC  (2+ messages)

[PATCH net 1/2] net/smc: fix potential UAF in smc_pnet_add_ib for ib device
 2026-03-29 20:35 UTC  (2+ messages)

[PATCH rdma-next 00/15] RDMA: Introduce generic buffer descriptor infrastructure for umem
 2026-03-29 19:08 UTC  (4+ messages)

[PATCH] RDMA/siw: use kzalloc_flex
 2026-03-29 13:21 UTC  (2+ messages)

[PATCH v3 0/3] Support PERF MGMT for RXE
 2026-03-29  7:03 UTC  (7+ messages)
` [PATCH v3 1/3] RDMA/rxe: use RXE_PORT instead of magic number 1
` [PATCH v3 2/3] RDMA/rxe: add SENT/RCVD bytes
` [PATCH v3 3/3] RDMA/rxe: support perf mgmt GET method

[PATCH v2 0/4] Support PERF MGMT for RXE
 2026-03-29  4:56 UTC  (7+ messages)
` [PATCH v2 1/4] RDMA/rxe: use RXE_PORT instead of magic number 1
` [PATCH v2 2/4] RDMA/rxe: add SENT/RCVD bytes
` [PATCH v2 3/4] RDMA/rxe: support perf mgmt GET method
` [PATCH v2 4/4] RDMA/rxe: use rxe_counter_get

[PATCH 0/3] Support PERF MGMT for RXE
 2026-03-29  2:53 UTC  (7+ messages)
` [PATCH 1/3] RDMA/rxe: use RXE_PORT instead of magic number 1
` [PATCH 2/3] RDMA/rxe: add SENT/RCVD bytes
` [PATCH 3/3] RDMA/rxe: support perf mgmt

[PATCH net] net/mlx5: fs, fix invalid pointer dereference in mlx5_fs_add_rule tracepoint
 2026-03-28 19:20 UTC 

[PATCH] RDMA: Add BNG_RE to rdma_driver_id definition
 2026-03-28  3:34 UTC  (7+ messages)

[PATCH net-next v2] net: mana: Set default number of queues to 16
 2026-03-28  0:41 UTC  (6+ messages)
  ` [EXTERNAL] "

[GIT PULL] Please pull RDMA subsystem changes
 2026-03-27 20:39 UTC  (2+ messages)

[syzbot] Monthly rdma report (Mar 2026)
 2026-03-27 20:36 UTC 

[PATCH v2 0/4] treewide: fixup gfp_t printks
 2026-03-27 11:57 UTC  (7+ messages)
` [PATCH v2 1/4] drm/managed: Use special gfp_t format specifier
` [PATCH v2 2/4] iwlegacy: 3945-mac: Fixup allocation failure log
` [PATCH v2 3/4] mm/kfence: Use special gfp_t format specifier
` [PATCH v2 4/4] net/rds: "

[PATCH rdma-next v2 0/8] RDMA/bnxt_re: Support QP uapi extensions
 2026-03-27  9:17 UTC  (9+ messages)
` [PATCH rdma-next v2 1/8] RDMA/bnxt_re: Refactor bnxt_re_init_user_qp()
` [PATCH rdma-next v2 2/8] RDMA/bnxt_re: Update rq depth for app allocated QPs
` [PATCH rdma-next v2 3/8] RDMA/bnxt_re: Update sq "
` [PATCH rdma-next v2 4/8] RDMA/bnxt_re: Update umem "
` [PATCH rdma-next v2 5/8] RDMA/bnxt_re: Update msn table size "
` [PATCH rdma-next v2 6/8] RDMA/bnxt_re: Update hwq depth "
` [PATCH rdma-next v2 7/8] RDMA/bnxt_re: Support doorbells "
` [PATCH rdma-next v2 8/8] RDMA/bnxt_re: Enable "

[PATCH net-next v2 00/12] ethtool: Generic loopback support
 2026-03-27  8:57 UTC  (14+ messages)
` [PATCH net-next v2 03/12] ethtool: Add loopback netlink UAPI definitions
` [PATCH net-next v2 07/12] ethtool: Add MAC loopback support via ethtool_ops
` [PATCH net-next v2 08/12] netdevsim: Add MAC loopback simulation
` [PATCH net-next v2 09/12] selftests: drv-net: Add MAC loopback netdevsim test

[PATCH net,v2] net: mana: Fix RX skb truesize accounting
 2026-03-27  2:10 UTC  (3+ messages)

[PATCH net-next v2] docs/mlx5: Fix typo subfuction
 2026-03-27  1:40 UTC  (2+ messages)

[PATCH net-next v5 0/6] net: mana: Per-vPort EQ and MSI-X interrupt management
 2026-03-26 17:19 UTC  (5+ messages)
  ` [EXTERNAL] "

[PATCH rdma v2] RDMA/mana_ib: Disable RX steering on RSS QP destroy
 2026-03-25 19:42 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH rdma-next 00/10] RDMA: Stability and race condition fixes
 2026-03-25 19:00 UTC  (2+ messages)
` [PATCH rdma-next 10/10] RDMA/mlx5: Fix null-ptr-deref in Raw Packet QP creation


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