Linux RDMA and InfiniBand development
 help / color / mirror / Atom feed
 messages from 2026-09-09 08:31:32 to 2026-09-11 10:16:45 UTC [more...]

[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-11 10:16 UTC  (13+ messages)
` [PATCH 11/39] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH 12/39] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH 27/39] mm: rename is_vm_hugetlb_page() to vma_is_hugetlb()
` [PATCH 28/39] mm: drop some redundant checks around hugetlb VMAs

[PATCH net v4] net/smc: fix lgr/lnk lifetime vs diag reader race
 2026-09-11  9:30 UTC  (2+ messages)

[PATCH net] rds: ib: use rds_conn_drop() on protocol version mismatch
 2026-09-11  8:19 UTC  (8+ messages)
  ` [rds-devel] [External] : "

[PATCH net v3] net/smc: fix lgr/lnk lifetime vs diag reader race
 2026-09-11  8:10 UTC  (5+ messages)

[PATCH v13 0/5] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-09-11  7:58 UTC  (4+ messages)
    ` [PATCH v13 0/5] vfio/dma-buf: add TPH support for peer-to-peer access - ping

[PATCH v5 00/18] PCI/P2PDMA: Route peer-to-peer DMA by TLP class
 2026-09-11  7:51 UTC  (20+ messages)
` [PATCH v5 01/18] PCI/P2PDMA: Document pdev->p2pdma lifetime rules
` [PATCH v5 02/18] PCI/P2PDMA: Document the TLP attribute assumptions
` [PATCH v5 03/18] PCI/P2PDMA: Derive routing from directional ACS controls
` [PATCH v5 04/18] PCI: Reject unreadable ACS controls in isolation checks
` [PATCH v5 05/18] PCI/P2PDMA: Evaluate ACS controls at the path divergence
` [PATCH v5 06/18] PCI/P2PDMA: Document directional ACS routing
` [PATCH v5 07/18] PCI/P2PDMA: Collect the path's ACS controls before deciding
` [PATCH v5 08/18] PCI/P2PDMA: Answer routing per TLP class
` [PATCH v5 09/18] PCI/P2PDMA: Route Relaxed Ordering Completions directly
` [PATCH v5 10/18] PCI/P2PDMA: Reject Translated Requests blocked by Translation Blocking
` [PATCH v5 11/18] PCI/P2PDMA: Route Translated Requests under Direct Translated P2P
` [PATCH v5 12/18] PCI/P2PDMA: Log detailed ACS routing diagnostics
` [PATCH v5 13/18] PCI/P2PDMA: Add KUnit tests for the ACS routing decisions
` [PATCH v5 14/18] PCI/P2PDMA: Test the ACS P2P routing walk
` [PATCH v5 15/18] PCI: Add KUnit coverage for ACS isolation checks
` [PATCH v5 16/18] PCI/P2PDMA: Document TLP-class routing
` [PATCH v5 17/18] dma-buf: Let importers ask how peer-to-peer traffic is routed
` [PATCH v5 18/18] RDMA/mlx5: Ask P2PDMA whether ATS takes a direct peer-to-peer route

[PATCH net v2] rds: ib: use rds_conn_drop() on protocol version mismatch
 2026-09-11  7:41 UTC  (2+ messages)

[PATCH net-next v5 4/4] net: mana: add dynamic HWC queue depth with reinit path
 2026-09-11  6:53 UTC  (2+ messages)

[PATCH net-next v5 3/4] net: mana: support concurrent HWC requests
 2026-09-11  6:53 UTC  (2+ messages)

[PATCH net-next v5 1/4] net: mana: track when the HWC has been handed to the PF
 2026-09-11  6:53 UTC  (2+ messages)

[PATCH net-next v5 2/4] net: mana: give each HWC message slot its own completion state
 2026-09-11  6:53 UTC  (2+ messages)

[rdma:wip:leon-for-next] BUILD SUCCESS 3e1de7f906ab162b23d6fe0eabccf687a98fa25f
 2026-09-11  6:44 UTC 

[PATCH RFC] RDMA/irdma: check vport device allocation
 2026-09-11  6:22 UTC  (2+ messages)

[PATCH net-next 0/2] net/smc: fix v2 slot clearing and reduce TX slot contention
 2026-09-11  3:54 UTC  (4+ messages)
` [PATCH net-next 1/2] net/smc: clear the correct v2 slot and buffer in smc_wr_tx_put_slot()
` [PATCH net-next 2/2] net/smc: reduce TX slot contention with exclusive wait

[PATCH v2] RDMA/uverbs: Make CQ handle mandatory for WQ creation
 2026-09-11  3:06 UTC  (3+ messages)

[PATCH for-next v2 0/4] RDMA/erdma: Support non-contiguous kernel queue buffers
 2026-09-11  2:41 UTC  (7+ messages)
` [PATCH for-next v2 1/4] RDMA/erdma: Support non-contiguous kernel QP buffers

[PATCH net-next v2] net: mana: Use the HWC destination queues reported by the hardware
 2026-09-11  1:44 UTC  (2+ messages)

[PATCH v5 00/10] mlx5 support for VFIO self test
 2026-09-10 23:58 UTC  (21+ messages)
` [PATCH v5 01/10] net/mlx5: Add IFC structures for CQE and WQE
` [PATCH v5 02/10] net/mlx5: Move HW constant groups from device.h/cq.h to mlx5_ifc.h
` [PATCH v5 03/10] net/mlx5: Extract MLX5_SET/GET macros into mlx5_ifc_macros.h
` [PATCH v5 04/10] net/mlx5: Add ONCE and MMIO accessor variants to mlx5_ifc_macros.h
` [PATCH v5 05/10] selftests: Add additional kernel functions to tools/include/
` [PATCH v5 06/10] vfio: selftests: Allow drivers to specify required region size
` [PATCH v5 07/10] vfio: selftests: Add dev_dbg
` [PATCH v5 08/10] vfio: selftests: Add mlx5 driver - HW init and command interface
` [PATCH v5 09/10] vfio: selftests: Add mlx5 driver - data path and memcpy ops
` [PATCH v5 10/10] vfio: selftests: mlx5 driver - add send_msi support

[PATCH net-next v5 00/13] net: mana: reconfigure by replacing the queue set
 2026-09-10 22:25 UTC  (27+ messages)
` [PATCH net-next v5 01/13] net: mana: add queue-set allocation and teardown helpers
` [PATCH net-next v5 02/13] net: mana: share the EQ pool across a queue-set swap
` [PATCH net-next v5 03/13] net: mana: swap queue sets in mana_set_channels
` [PATCH net-next v5 04/13] net: mana: swap queue sets in mana_set_ringparam
` [PATCH net-next v5 05/13] net: mana: swap queue sets in mana_set_priv_flags
` [PATCH net-next v5 06/13] net: mana: swap queue sets in mana_change_mtu
` [PATCH net-next v5 07/13] net: mana: swap queue sets in mana_xdp_set
` [PATCH net-next v5 08/13] net: mana: do not bail out of mana_detach on dealloc failure
` [PATCH net-next v5 09/13] net: mana: keep per-queue statistics in the port context
` [PATCH net-next v5 10/13] net: mana: release EQs left idle by a channel-count reduction
` [PATCH net-next v5 11/13] net: mana: keep a user-configured RSS table across a queue rebuild
` [PATCH net-next v5 12/13] net: mana: keep the surviving queues when the channel count is reduced
` [PATCH net-next v5 13/13] net: mana: keep the existing queues when the channel count is raised

[PATCH net-next V4 14/14] selftests: drv-net: Add PSP HW GRO conformance tests
 2026-09-10 21:54 UTC  (2+ messages)

[PATCH net-next V4 13/14] selftests: net: gro: Add PSP encapsulation and encryption
 2026-09-10 21:54 UTC  (2+ messages)

[PATCH net-next V4 11/14] net/mlx5e: psp: Dynamically reconfigure based on SHAMPO mode
 2026-09-10 21:54 UTC  (2+ messages)

[PATCH net-next V4 10/14] net/mlx5e: shampo: Flush session on PSP mismatch
 2026-09-10 21:54 UTC  (2+ messages)

[PATCH net-next V4 09/14] net/mlx5e: psp: Add an rx_decap steering table
 2026-09-10 21:54 UTC  (2+ messages)

[PATCH net-next V4 04/14] net/mlx5e: macsec: Block TC offload when MACsec is enabled
 2026-09-10 21:54 UTC  (2+ messages)

[PATCH net-next V4 01/14] net/mlx5e: Generalize TC <-> IPsec mutual exclusion
 2026-09-10 21:54 UTC  (2+ messages)

[PATCH net] net: mana: do not discard an ethtool-configured RSS table on a queue rebuild
 2026-09-10 20:00 UTC  (4+ messages)
  ` [EXTERNAL] "

[PATCH 01/13 net-next] net: ipv4: introduce CONFIG_IPV4 to decouple the IPv4 stack
 2026-09-10 18:55 UTC  (8+ messages)

[PATCH net] net/rds: fix tcp stream corruption with large pages
 2026-09-10 15:30 UTC  (2+ messages)

[PATCH v3] MAINTAINERS: Update maintainers and group list for QLogic and Broadcom drivers
 2026-09-10 15:22 UTC  (3+ messages)

[PATCH net] net: mana: restore the XDP program pointer when pre-allocation fails
 2026-09-10 15:20 UTC  (2+ messages)

[PATCH] RDMA/siw: Bound fragmented header copies by the remaining length
 2026-09-10 15:15 UTC  (2+ messages)

[PATCH net V2 3/4] net/mlx5: SD, unload reps on shared FDB create error path
 2026-09-10 14:27 UTC  (3+ messages)

[PATCH net V2 0/4] net/mlx5: SD LAG and devcom stability fixes
 2026-09-10 14:26 UTC  (5+ messages)
` [PATCH net V2 1/4] net/mlx5: SD, serialize SD LAG init/cleanup against LAG mode changes

[recipe build #4087933] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2026-09-10 14:04 UTC 

[PATCH for-rc 0/8] RDMA/bnxt_re: Fix input validation and lifetime bugs
 2026-09-10 13:47 UTC  (6+ messages)
` [PATCH for-rc 1/8] RDMA/bnxt_re: Reject executable mappings of the DBR and toggle pages

[PATCH rdma-next 0/2] RDMA/efa: Synchronize IRQ before freeing admin queue and EQ
 2026-09-10 13:35 UTC  (6+ messages)
` [PATCH rdma-next 1/2] RDMA/efa: Keep admin queues alive while IRQ is registered
` [PATCH rdma-next 2/2] RDMA/efa: Keep EQ resources "

[PATCH] RDMA/uverbs: Reject WQ creation without a completion queue
 2026-09-10 12:33 UTC  (2+ messages)

[PATCH 0/2] RDMA: fix typos and repeated words in comments
 2026-09-10 11:58 UTC  (2+ messages)

[PATCH v2 for-next 0/3] RDMA/hns: Fix GMV entry management
 2026-09-10 11:55 UTC  (2+ messages)

[PATCH v2 1/2] RDMA/rxe: drive UDP tunnel socket lifetime from the GID table
 2026-09-10 11:03 UTC  (4+ messages)
` [PATCH v2 2/2] RDMA/nldev: remove the unused dellink link op

[PATCH net 0/5] net/mlx5: fixes for LAG max_tx_speed update flow
 2026-09-10 10:46 UTC  (11+ messages)
` [PATCH net 1/5] net/mlx5: Lag, split aggregate speed into oper and max helpers
` [PATCH net 2/5] net/mlx5: Lag, reset vport speed on teardown
` [PATCH net 3/5] {RDMA,net}/mlx5: cache and use TX-enabled aggregate speed for vports
` [PATCH net 4/5] net/mlx5: Lag, limit aggregated TX speed by PCIe bandwidth
` [PATCH net 5/5] {RDMA,net}/mlx5: notify RoCE LAG speed change via driver event

[PATCH v3] RDMA/rxe: Sanitize receive WQE in local buffer
 2026-09-10  9:02 UTC  (2+ messages)

[PATCH net v2] rds: ib: use rds_conn_drop() on protocol version mismatch
 2026-09-10  8:38 UTC  (2+ messages)

[PATCH RFC v3 00/13] sysctl: add module aliases
 2026-09-10  7:29 UTC  (8+ messages)

[PATCH net V2] net/mlx5e: Move representor vnic reporter to eswitch devlink port
 2026-09-10  3:10 UTC  (3+ messages)

[PATCH net-next 6/6] net/rds: hold a connection reference from struct rds_incoming
 2026-09-10  1:03 UTC  (2+ messages)

[PATCH net-next 3/6] net/rds: hold connection references in lookup, sockets and c_passive
 2026-09-10  1:03 UTC  (2+ messages)

[PATCH net-next 4/6] net/rds: wait for connections to be freed on transport unload
 2026-09-10  1:03 UTC  (2+ messages)

[PATCH net-next 2/6] net/rds: split connection destroy into quiesce and kref-governed free
 2026-09-10  1:03 UTC  (2+ messages)

[PATCH net-next 1/6] net/rds: make rds_destroy_pending() cover single-connection destroy
 2026-09-10  1:03 UTC  (2+ messages)

[PATCH net-next v4 00/13] net: mana: reconfigure by replacing the queue set
 2026-09-09 23:25 UTC  (4+ messages)
` [PATCH net-next v4 04/13] net: mana: swap queue sets in mana_set_ringparam
    ` [EXTERNAL] "

[PATCH v2] RDMA/rxe: Use validated num_sge in local buffer
 2026-09-09 16:21 UTC  (2+ messages)

[PATCH v3] RDMA/srpt: Clamp the CQ size request to max_cqe
 2026-09-09 16:16 UTC  (3+ messages)

[PATCH net v2 0/2] net/smc: fix diag dump lifetime races
 2026-09-09 16:07 UTC  (10+ messages)

[PATCH] RDMA/rxe: Use validated num_sge in local buffer
 2026-09-09 14:15 UTC  (6+ messages)

[PATCH net v2] net/smc: fix abort_work termination in smc_conn_free()
 2026-09-09 11:49 UTC  (2+ messages)

[BUG] RDMA/siw: v7.2.4 still has a use-after-free in siw_accept() error cleanup
 2026-09-09 10:32 UTC 

[for-next v1 0/5] RDMA/ionic: add SRQ support and firmware assigned CQ and SRQ IDs
 2026-09-09  9:10 UTC  (11+ messages)
` [for-next v1 1/5] net: ionic: Fetch qid allocation and SRQ capability from firmware
` [for-next v1 2/5] RDMA/ionic: support firmware-assigned CQ IDs
` [for-next v1 3/5] RDMA/ionic: segregate rq related fields from ionic_qp into a new ionic_rq struct
` [for-next v1 4/5] RDMA/ionic: add Shared receive queue (SRQ) support
` [for-next v1 5/5] RDMA/ionic: implement SRQ event handling support

[PATCH for-rc v2 1/8] RDMA/bnxt_re: Reject executable mappings of the DBR and toggle pages
 2026-09-09 13:52 UTC  (16+ messages)
` [PATCH for-rc v2 2/8] RDMA/bnxt_re: Detect wrong sge_len passed for inline
` [PATCH for-rc v2 3/8] RDMA/bnxt_re: Validate num_sge in bnxt_re_post_srq_recv()
` [PATCH for-rc v2 4/8] RDMA/bnxt_re: Validate SRQ max_sge at create time
` [PATCH for-rc v2 5/8] RDMA/bnxt_re: Fix rdev lifetime races in suspend/resume/shutdown
` [PATCH for-rc v2 6/8] RDMA/bnxt_re: Fix the PD and DPI table size
` [PATCH for-rc v2 7/8] RDMA/bnxt_re: Use bnxt_ext_stats_supported for counter count selection
` [PATCH for-rc v2 8/8] RDMA/bnxt_re: Check is_in_used before trusting RCFW completion


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