messages from 2026-08-17 18:29:01 to 2026-08-24 17:44:40 UTC [more...]
[PATCH net-next v2 0/2] net/smc: fix v2 slot clearing and reduce TX slot contention
2026-08-24 17:44 UTC (5+ messages)
` [PATCH net-next v2 1/2] net/smc: clear the correct v2 slot and buffer in smc_wr_tx_put_slot()
` [PATCH net-next v2 2/2] net/smc: reduce TX slot contention with exclusive wait
[PATCH net v2] net/mlx5e: Prevent stale XSK buffer release on refill retry
2026-08-24 17:42 UTC (11+ messages)
` [PATCH net v3 0/2] net/mlx5e: Prevent stale XSK buffer release on refill retries
` [PATCH net v3 1/2] net/mlx5e: Prevent stale XSK buffer release on refill retry
` [PATCH net v3 2/2] net/mlx5e: Prevent stale XSK buffer release on MPWQE "
` [PATCH net v4 0/2] net/mlx5e: Prevent stale XSK buffer release on refill retries
` [PATCH net v4 1/2] net/mlx5e: Prevent stale XSK buffer release on refill retry
` [PATCH net v4 2/2] net/mlx5e: Prevent stale XSK buffer release on MPWQE "
[PATCH rdma-rc] RDMA/bnxt_re: Avoid exposing umdbr to userspace
2026-08-24 17:24 UTC
[PATCH v5 net-next 0/2] ECN offload handling series
2026-08-24 17:24 UTC (8+ messages)
` [PATCH v5 net-next 2/2] net: hns3: fix GSO_ECN flag setting in the RX path
[PATCH net] net/rds: use wq_has_sleeper() in rds_cong_map_updated()
2026-08-24 16:55 UTC (2+ messages)
[PATCH net] net: mana: Cap MSI-X vectors to the device MSI-X table size
2026-08-24 16:16 UTC (2+ messages)
[BUG] RDMA/siw: KASAN: slab-use-after-free in siw_accept
2026-08-24 15:24 UTC (3+ messages)
[PATCH net] net/rds: fix out-of-bounds write in rds_conn_peer_gen_update()
2026-08-24 14:41 UTC
[PATCH net] net: rds: fix uninitialized trans dereference in CM event handler
2026-08-24 11:17 UTC
[PATCH net] net/smc: do not credit bytes that splice() did not take
2026-08-24 10:47 UTC (2+ messages)
[PATCH net v2 0/2] net/smc: fix use-after-free in smc_rx_pipe_buf_release()
2026-08-24 10:30 UTC (4+ messages)
` [PATCH net v2 1/2] net/smc: stop killed, freed and out_of_sync sharing a byte
` [PATCH net v2 2/2] net/smc: fix use-after-free in smc_rx_pipe_buf_release()
[PATCH for-next v2 0/2] RDMA/efa: Add support for MR relaxed ordering
2026-08-24 7:30 UTC (3+ messages)
` [PATCH for-next v2 1/2] RDMA/efa: Use device ABI MR permissions instead of verbs flags
` [PATCH for-next v2 2/2] RDMA/efa: Pass relaxed ordering flag to device
[PATCH net] net/smc: serialize clcsock teardown in smc_accept_dequeue
2026-08-24 6:58 UTC
[PATCH] RDMA/rtrs: guard against null kobj name
2026-08-24 3:29 UTC (2+ messages)
[PATCH v4] net/smc: release the internal TCP sock on IPPROTO_SMC socket creation failure
2026-08-24 2:27 UTC
[PATCH net v3 0/5] net/rds: own the fastpath locks across connection teardown
2026-08-24 0:59 UTC (7+ messages)
` [PATCH net v3 1/5] net/rds: use wq_has_sleeper() in release_in_xmit()
` [PATCH net v3 2/5] net/rds: clear cp_flags bits individually in rds_conn_path_reset()
` [PATCH net v3 3/5] net/rds: tcp: don't force RDS_CONN_RESETTING over a concurrent shutdown
` [PATCH net v3 4/5] net/rds: acquire RDS_IN_XMIT in rds_tcp_reset_callbacks()
` [PATCH net v3 5/5] net/rds: acquire the fastpath locks in rds_conn_shutdown()
[PATCH net v4 0/7] net/rds: own the fastpath locks across connection teardown
2026-08-24 0:37 UTC (8+ messages)
` [PATCH net v4 1/7] net/rds: use wq_has_sleeper() in release_in_xmit()
` [PATCH net v4 2/7] net/rds: use clear_bit_unlock() in release_refill()
` [PATCH net v4 3/7] net/rds: clear cp_flags bits individually in rds_conn_path_reset()
` [PATCH net v4 4/7] net/rds: tcp: don't force RDS_CONN_RESETTING over a concurrent shutdown
` [PATCH net v4 5/7] net/rds: acquire RDS_IN_XMIT in rds_tcp_reset_callbacks()
` [PATCH net v4 6/7] net/rds: acquire the fastpath locks in rds_conn_shutdown()
` [PATCH net v4 7/7] net/rds: don't let rds_conn_shutdown() consume a concurrent drop
[PATCH RFC v3 00/13] sysctl: add module aliases
2026-08-23 22:12 UTC (19+ messages)
` [PATCH RFC v3 01/13] keys, pidns, fs/verity, riscv/vector: reorder '#include <linux/sysctl.h>'
` [PATCH RFC v3 02/13] proc: add config option SYSCTL_MODULE_ALIASES
` [PATCH RFC v3 03/13] sysctl, mod_devicetable: add macro MODULE_SYSCTL_TABLE
` [PATCH RFC v3 04/13] sysctl: add register_sysctl() wrapper for MODULE_SYSCTL_TABLE
` [PATCH RFC v3 05/13] sysctl, parport: update register_sysctl() callers with template arguments
` [PATCH RFC v3 06/13] sysctl, net: add register_net_sysctl{_sz}() wrappers for MODULE_SYSCTL_TABLE
` [PATCH RFC v3 07/13] sysctl, net: update register_net_sysctl{_sz}() callers with template arguments
` [PATCH RFC v3 08/13] sysctl, net: update register_net_sysctl_sz(ARRAY_SIZE(table_tmpl)) "
` [PATCH RFC v3 09/13] sysctl, ipv6: update register_net_sysctl{_sz}() callers "
` [PATCH RFC v3 10/13] sysctl, net: update register_net_sysctl_sz() edge case
` [PATCH RFC v3 11/13] sysctl: unrandomize struct ctl_table.procname
` [PATCH RFC v3 12/13] modpost: move addend_*_rel() calls into addend_rel()
` [PATCH RFC v3 13/13] modpost: handle MODULE_SYSCTL_TABLE symbols
[PATCH net v2] net/smc: prevent device removal during connection setup
2026-08-23 9:37 UTC (2+ messages)
[PATCH] nvme-rdma: fix ib_device removal race that hangs PCI unbind
2026-08-23 0:37 UTC (2+ messages)
[syzbot] [rdma?] KASAN: null-ptr-deref Read in trace_event_raw_event_rtrs_clt_conn_class
2026-08-22 22:56 UTC
[PATCH net v7 0/3] net/smc: fix out-of-bounds and use-after-free in SMC-Rv2 LLC processing
2026-08-22 20:40 UTC (6+ messages)
` [PATCH net v7 1/3] net/smc: fix use-after-free of the LLC qentry in smc_llc_srv_add_link()
` [PATCH net v7 2/3] net/smc: bound the peer rkey counts in SMC-Rv2 LLC messages
` [PATCH net v7 3/3] net/smc: carry oversized SMC-Rv2 LLC messages in the queue entry
[PATCH rdma v5 0/7] Add ZTE DingHai Ethernet Protocol Driver for RDMA
2026-08-22 11:47 UTC (4+ messages)
` [PATCH rdma v5 0/7] RDMA/zrdma: Add ZTE Dinghai "
[PATCH net-next v2 0/5] net/rds: own the fastpath locks across connection teardown
2026-08-22 5:33 UTC (5+ messages)
[PATCH v2] net/smc: release the internal TCP sock on IPPROTO_SMC socket creation failure
2026-08-21 23:53 UTC (4+ messages)
` [PATCH v3] "
[GIT PULL] Please pull RDMA subsystem changes
2026-08-21 19:10 UTC (2+ messages)
[PATCH] fault-inject: fix dentry leak
2026-08-21 18:15 UTC
[PATCH net v3 0/3] xsk: pre-existing AF_XDP TX metadata fixes from Sashiko
2026-08-21 17:28 UTC (10+ messages)
` [PATCH net v3 1/3] xsk: align TX metadata layout across ABIs
` [PATCH net v3 2/3] xsk: honor XDP_TX_METADATA in zero-copy path
` [PATCH net v3 3/3] net: stmmac: document oversized AF_XDP frame handling
[PATCH] RDMA/siw: Fix CEP reference race in siw_accept()
2026-08-21 16:09 UTC (3+ messages)
[PATCH] RDMA/siw: Fix CEP use-after-free in siw_connect()
2026-08-21 15:26 UTC (2+ messages)
[PATCH] RDMA/core: Fix use-after-free in ib_get_eth_speed()
2026-08-21 13:33 UTC (4+ messages)
[PATCH net-next v1 0/2] net/smc: fix v2 slot clearing and reduce TX slot contention
2026-08-21 9:19 UTC (4+ messages)
` [PATCH net-next v1 2/2] net/smc: reduce TX slot contention with exclusive wait
[PATCH] RDMA/bnxt_re: check create_singlethread_workqueue() in DCB setup
2026-08-21 9:09 UTC
[PATCH v2] IB/isert: wait for deferred control PDU completions before releasing the connection
2026-08-21 8:06 UTC
[recipe build #4079504] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
2026-08-21 7:18 UTC
[PATCH] IB/isert: wait for deferred control PDU completions before releasing the connection
2026-08-21 2:57 UTC
[PATCH net-next 0/4] RDMA/net/ionic: Misc updates
2026-08-21 0:24 UTC (4+ messages)
` [PATCH net-next 4/4] RDMA/ionic: Add DCQCN parameter configuration via debugfs
[for-next v6 0/2] Add Reorder Completion Queue (RCQ) support
2026-08-20 20:08 UTC (4+ messages)
[PATCH net 0/3] net/mlx5: Preserve speed and state across vport modify commands
2026-08-20 19:30 UTC (3+ messages)
[PATCH] mm: drop stale MAX_ORDER references
2026-08-20 15:00 UTC (5+ messages)
[PATCH net v2] net/smc: fix socket refcount leak in smc_switch_conns()
2026-08-20 14:47 UTC
[PATCH net v2] net/mlx5e: SHAMPO, Fix IP length overflow on large HW GRO sessions
2026-08-20 13:28 UTC (4+ messages)
[PATCH net-next, v3] net/mlx5: Use dma_wmb() for completion queue doorbell updates
2026-08-20 13:25 UTC (2+ messages)
[PATCH net] net/mlx5e: Prevent stale XSK buffer release on refill retry
2026-08-20 8:22 UTC (2+ messages)
[PATCH] RDMA/rtrs-clt: Fix double free on path sysfs failure
2026-08-20 4:35 UTC (2+ messages)
[PATCH net] net/mlx5e: Order ICOSQ cc update after CQ doorbell
2026-08-20 3:08 UTC
[GIT PULL] Please pull FWCTL subsystem changes
2026-08-19 19:53 UTC (2+ messages)
[PATCH net-next] net/mlx5e: Report link down on administrative close
2026-08-19 17:35 UTC (4+ messages)
[PATCH v2] IB/iser: reject a remote invalidation of an unregistered direction
2026-08-19 9:26 UTC (2+ messages)
[PATCH v2] mm: drop stale MAX_ORDER references
2026-08-19 8:20 UTC
[PATCH 1/2] RDMA/rxe: copy send WQE to kernel buffer before processing
2026-08-19 6:28 UTC (4+ messages)
[PATCH RFC v2 00/13] sysctl: add module aliases
2026-08-19 2:28 UTC (14+ messages)
` [PATCH RFC v2 01/13] keys, pidns, fs/verity, riscv/vector: reorder '#include <linux/sysctl.h>'
` [PATCH RFC v2 02/13] proc: add config option SYSCTL_MODULE_ALIASES
` [PATCH RFC v2 03/13] sysctl, mod_devicetable: add macro MODULE_SYSCTL_TABLE
` [PATCH RFC v2 04/13] sysctl: add register_sysctl() wrapper for MODULE_SYSCTL_TABLE
` [PATCH RFC v2 05/13] sysctl, parport: update register_sysctl() callers with template arguments
` [PATCH RFC v2 06/13] sysctl, net: add register_net_sysctl{_sz}() wrappers for MODULE_SYSCTL_TABLE
` [PATCH RFC v2 07/13] sysctl, net: update register_net_sysctl{_sz}() callers with template arguments
` [PATCH RFC v2 08/13] sysctl, net: update register_net_sysctl_sz(ARRAY_SIZE(table_tmpl)) "
` [PATCH RFC v2 09/13] sysctl, ipv6: update register_net_sysctl{_sz}() callers "
` [PATCH RFC v2 10/13] sysctl, net: update register_net_sysctl_sz() edge case
` [PATCH RFC v2 11/13] sysctl: unrandomize struct ctl_table.procname
` [PATCH RFC v2 12/13] modpost: move addend_*_rel() calls into addend_rel()
` [PATCH RFC v2 13/13] modpost: handle MODULE_SYSCTL_TABLE symbols
[PATCH] IB/iser: skip an unregistered direction on remote invalidation
2026-08-19 2:13 UTC (4+ messages)
[PATCH v2 1/2] RDMA/srp: fix use-after-free of a request in srp_destroy_qp()
2026-08-19 2:10 UTC
[PATCH v2 1/2] RDMA/srp: fix use-after-free of a request in srp_destroy_qp()
2026-08-19 1:48 UTC
[PATCH] IB/iser: skip an unregistered direction on remote invalidation
2026-08-19 1:18 UTC
[PATCH net v2 0/3] xsk: pre-existing AF_XDP TX metadata fixes from Sashiko
2026-08-18 18:19 UTC (9+ messages)
` [PATCH net v2 1/3] xsk: align TX metadata layout across ABIs
` [PATCH net v2 3/3] net: stmmac: skip queueMaxSDU check for AF_XDP
` [Intel-wired-lan] "
[PATCH net V3 RESEND] net/mlx5e: do not HW-GRO coalesce small frames
2026-08-18 17:38 UTC (2+ messages)
[PATCH] RDMA/rtrs-clt: use find_next_zero_bit() for permit allocation
2026-08-18 17:22 UTC (3+ messages)
` [PATCH v2] "
[PATCH net v7 0/7] net: mana: HW channel reliability and hardening fixes
2026-08-18 17:07 UTC (5+ messages)
` [PATCH net v7 1/7] net: mana: reference-count CQs looked up from the EQ handler
` [EXTERNAL] "
[PATCH] RDMA/siw: Fix use-after-free in siw_accept()
2026-08-18 16:33 UTC (2+ messages)
[PATCH] RDMA/rtrs-srv: reject info requests with a non NUL-terminated pathname
2026-08-18 16:24 UTC
[PATCH net v6 0/3] net/smc: fix out-of-bounds and use-after-free in SMC-Rv2 LLC processing
2026-08-18 15:37 UTC (8+ messages)
` [PATCH net v6 1/3] net/smc: fix use-after-free of the LLC qentry in smc_llc_srv_add_link()
` [PATCH net v6 2/3] net/smc: bound the peer rkey counts in SMC-Rv2 LLC messages
` [PATCH net v6 3/3] net/smc: carry oversized SMC-Rv2 LLC messages in the queue entry
[PATCH, net-next] net/mlx5: Use kfree() to match kzalloc_obj() in mlx5_events_cleanup()
2026-08-18 15:04 UTC (2+ messages)
0001-RDMA-uverbs-method-elm-fix
2026-08-18 14:10 UTC (2+ messages)
blktests failures with v7.2 kernel
2026-08-18 12:11 UTC (2+ messages)
[PATCH] RDMA/core: Fix use-after-free when netns exit races compat dev removal
2026-08-18 8:09 UTC
[PATCH] RDMA/srp: fix use-after-free of a request in srp_destroy_qp()
2026-08-18 3:56 UTC (2+ messages)
[PATCH v2 0/2] RDMA/srp: fix use-after-free of a request in srp_destroy_qp()
2026-08-18 3:52 UTC (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] RDMA/srp: Fix srp_remove_target()
[PATCH net-next V3 0/5] net/mlx5: HWS misc enhancements
2026-08-18 2:00 UTC (2+ messages)
[recipe build #4078587] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
2026-08-18 0:28 UTC
[PATCH net-next v2 00/13] net: mana: reconfigure by replacing the queue set
2026-08-17 23:41 UTC (5+ messages)
` [PATCH net-next v2 01/13] net: mana: add queue-set allocation and teardown helpers
` [PATCH net-next v2 09/13] net: mana: share the EQ pool across a queue-set swap
[PATCH net-next V3] net/mlx5: Expedite notifier unregistration during device teardown
2026-08-17 22:55 UTC (2+ messages)
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