Linux RDMA and InfiniBand development
 help / color / mirror / Atom feed
 messages from 2026-09-08 03:52:44 to 2026-09-09 23:57:50 UTC [more...]

[PATCH v5 00/10] mlx5 support for VFIO self test
 2026-09-09 23:57 UTC  (5+ messages)
` [PATCH v5 01/10] net/mlx5: Add IFC structures for CQE and WQE
` [PATCH v5 04/10] net/mlx5: Add ONCE and MMIO accessor variants to mlx5_ifc_macros.h
` [PATCH v5 06/10] vfio: selftests: Allow drivers to specify required region size
` [PATCH v5 07/10] vfio: selftests: Add dev_dbg

[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 RFC v3 00/13] sysctl: add module aliases
 2026-09-09 17:29 UTC  (7+ messages)

[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 net V2] net/mlx5e: Move representor vnic reporter to eswitch devlink port
 2026-09-09 15:37 UTC  (2+ messages)

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

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

[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 net V2 1/4] net/mlx5: SD, serialize SD LAG init/cleanup against LAG mode changes
 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 

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

[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)

[PATCH rdma-next 00/15] DMA direction and mlx5 driver correctness fixes
 2026-09-08 15:28 UTC  (16+ messages)
` [PATCH rdma-next 01/15] RDMA/erdma: Pin CQ buffer writable to match device DMA write access
` [PATCH rdma-next 02/15] RDMA/hns: "
` [PATCH rdma-next 03/15] RDMA/vmw_pvrdma: Pin QP and SRQ rings "
` [PATCH rdma-next 04/15] RDMA/umem: Reuse ib_umem_get_cq_buf_or_va() for VA-only CQ pinning
` [PATCH rdma-next 05/15] RDMA/umem: Support an explicit DMA direction other than DMA_BIDIRECTIONAL
` [PATCH rdma-next 06/15] RDMA/umem: Map CQ buffers DMA_FROM_DEVICE
` [PATCH rdma-next 07/15] RDMA/umem: Derive DMA direction from IB access flags
` [PATCH rdma-next 08/15] RDMA/mlx5: Fix mlx5_ib_dev_res_init() failure when XRC cap is absent
` [PATCH rdma-next 09/15] RDMA/mlx5: Put resource reference in mlx5_ib_wq_event()
` [PATCH rdma-next 10/15] RDMA/mlx5: Set WQ event handler before firmware RQ insertion
` [PATCH rdma-next 11/15] RDMA/mlx5: Set SRQ event handler before xarray insertion
` [PATCH rdma-next 12/15] RDMA/mlx5: Set RQ event handler for raw-packet QP
` [PATCH rdma-next 13/15] RDMA/mlx5: Set QP event handler before firmware QPC insertion
` [PATCH rdma-next 14/15] RDMA/mlx5: Initialize QP/RQ/SQ resource refcount before publishing it
` [PATCH rdma-next 15/15] RDMA/mlx5: Fix signed integer overflow in EQE qp_srq type shift

[PATCH 00/15] Add BNG_RE control path verbs
 2026-09-08 13:30 UTC  (2+ messages)

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

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

[rdma:wip:leon-for-rc] BUILD SUCCESS 33fb59da49c4c3f5c2ec9f9d4447a56857a02c02
 2026-09-08  5:14 UTC 

[rdma:wip:leon-for-next] BUILD SUCCESS 63367df6e7255067ad6a83abe0d2799dfa491876
 2026-09-08  5:13 UTC 


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