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

[PATCH v5 00/18] PCI/P2PDMA: Route peer-to-peer DMA by TLP class
 2026-09-10 11:32 UTC  (10+ 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 09/18] PCI/P2PDMA: Route Relaxed Ordering Completions directly
` [PATCH v5 10/18] PCI/P2PDMA: Reject Translated Requests blocked by Translation Blocking

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

[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 net-next 0/2] net/smc: fix v2 slot clearing and reduce TX slot contention
 2026-09-10 10:44 UTC  (3+ 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 for-rc 0/8] RDMA/bnxt_re: Fix input validation and lifetime bugs
 2026-09-10  9:26 UTC  (6+ messages)
` [PATCH for-rc 1/8] RDMA/bnxt_re: Reject executable mappings of the DBR and toggle pages

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

[PATCH rdma-next 0/2] RDMA/efa: Synchronize IRQ before freeing admin queue and EQ
 2026-09-10  8:54 UTC  (5+ 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 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 v3] net/smc: fix lgr/lnk lifetime vs diag reader race
 2026-09-10  5:54 UTC  (3+ 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 v2] net: mana: Use the HWC destination queues reported by the hardware
 2026-09-10  1:44 UTC 

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

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

[PATCH net-next v5 00/13] net: mana: reconfigure by replacing the queue set
 2026-09-09 22:24 UTC  (14+ 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 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 3/4] net/mlx5: SD, unload reps on shared FDB create error path
 2026-09-09 12:15 UTC  (2+ messages)

[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-09 12:08 UTC  (45+ messages)
` [PATCH 01/39] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH 02/39] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH 03/39] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH 04/39] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH 05/39] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH 06/39] mm/vma: tidy up map kernel pages enum values
` [PATCH 07/39] mm: add mmap action for discontiguous kernel page mapping
` [PATCH 08/39] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH 09/39] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH 10/39] infiniband: update hfi1 to use remap_vmalloc_range()
` [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 13/39] bpf: arena: mark arena_map_mmap() mappings VM_MIXEDMAP
` [PATCH 14/39] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH 15/39] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH 16/39] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH 17/39] scsi: sg: convert mmap hook to mmap_prepare and rework
` [PATCH 18/39] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
` [PATCH 19/39] HSI: cmt_speech: convert mmap hook to mmap_prepare, refactor
` [PATCH 20/39] mm/gup: error out early on !VMA_MAYREAD_BIT VMAs
` [PATCH 21/39] uprobes: remove VM_IO, set VM_MIXEDMAP for mapped kernel pages
` [PATCH 22/39] mm/mlock: clear VMA_LOCKED_MASK over mmap callback
` [PATCH 23/39] mm/mlock: eliminate weird VMA_IO_BIT abuse and simplify
` [PATCH 24/39] mm/vma: enforce that only kernel-owned mappings may set VMA_IO_BIT
` [PATCH 25/39] mm: remove VMA_IO_BIT check in vma[_flags]_is_kernel_owned()
` [PATCH 26/39] mm: remove hugetlb_inline.h
` [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 29/39] mm/madvise: update is_valid_guard_vma() to use vma_can_merge()
` [PATCH 30/39] mm/vma: introduce vma[_flags]_is_persistent()
` [PATCH 31/39] mm/uffd: use predicates for userfaultfd checks
` [PATCH 32/39] mm/madvise: use predicates for madvise(..., MADV_DOFORK)
` [PATCH 33/39] mm: eliminate VMA_SPECIAL_FLAGS usage when hugetlb explicitly tested
` [PATCH 34/39] mm: eliminate VMA_SPECIAL_FLAGS check in lru_gen_look_around()
` [PATCH 35/39] mm: avoid use of VMA_SPECIAL_FLAGS in migrate_vma_setup()
` [PATCH 36/39] mm: eliminate VM_SPECIAL, VMA_SPECIAL_FLAGS
` [PATCH 37/39] fuse: dax: do not set VM_MIXEDMAP
` [PATCH 38/39] mm/huge_memory: remove vma_is_special_huge()
` [PATCH 39/39] mm/vma: introduce and use vma[_flags]_can_gup()

[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

[PATCH for-rc v2 0/8] RDMA/bnxt_re: Fix input validation and lifetime bugs
 2026-09-09 13:50 UTC 

[PATCH 0/2] smbdirect: don't hang on netdev reconfiguration
 2026-09-09  8:13 UTC  (5+ messages)
` [PATCH 1/2] infiniband: force disconnect if DREP and DREQ fail
` [PATCH 2/2] infiniband: trace force disconnections

[PATCH net-next V4 00/14] net/mlx5e: Add support for HW-GRO to PSP
 2026-09-09  6:55 UTC  (33+ messages)
` [PATCH net-next V4 01/14] net/mlx5e: Generalize TC <-> IPsec mutual exclusion
` [PATCH net-next V4 02/14] net/mlx5e: ipsec: Block TC offload when IPsec is enabled
` [PATCH net-next V4 03/14] net/mlx5e: psp: Block TC offload when PSP "
` [PATCH net-next V4 04/14] net/mlx5e: macsec: Block TC offload when MACsec "
` [PATCH net-next V4 05/14] net/mlx5e: psp: Move RX marker from ft_metadata to flow_tag
` [PATCH net-next V4 06/14] net/mlx5e: ipsec: "
` [PATCH net-next V4 07/14] net/mlx5e: macsec: "
` [PATCH net-next V4 08/14] net/mlx5e: psp: Handle HW-decapsulated RX PSP packets
` [PATCH net-next V4 09/14] net/mlx5e: psp: Add an rx_decap steering table
` [PATCH net-next V4 10/14] net/mlx5e: shampo: Flush session on PSP mismatch
` [PATCH net-next V4 11/14] net/mlx5e: psp: Dynamically reconfigure based on SHAMPO mode
` [PATCH net-next V4 12/14] selftests: drv-net: psp: Extract shared helpers into psp_lib.py
` [PATCH net-next V4 13/14] selftests: net: gro: Add PSP encapsulation and encryption
` [PATCH net-next V4 14/14] selftests: drv-net: Add PSP HW GRO conformance tests

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

[PATCH net-next v5 0/4] net: mana: concurrent HWC requests and dynamic queue depth
 2026-09-09  3:52 UTC  (9+ messages)
` [PATCH net-next v5 1/4] net: mana: track when the HWC has been handed to the PF
` [PATCH net-next v5 2/4] net: mana: give each HWC message slot its own completion state
` [PATCH net-next v5 3/4] net: mana: support concurrent HWC requests
` [PATCH net-next v5 4/4] net: mana: add dynamic HWC queue depth with reinit path

[PATCH v3] MAINTAINERS: Update maintainers and group list for QLogic and Broadcom drivers
 2026-09-09  0:47 UTC  (2+ messages)

[PATCH net v3] net: mana: Clear RDMA teardown and suspend state in mana_rdma_probe()
 2026-09-08 23:40 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