Linux RDMA and InfiniBand development
 help / color / mirror / Atom feed
 messages from 2026-08-06 13:02:31 to 2026-08-11 16:40:39 UTC [more...]

[PATCH net-next v2 00/13] net: mana: reconfigure by replacing the queue set
 2026-08-11 16:40 UTC  (11+ messages)
` [PATCH net-next v2 01/13] net: mana: add queue-set allocation and teardown helpers
` [PATCH net-next v2 02/13] net: mana: swap queue sets in mana_set_channels
` [PATCH net-next v2 03/13] net: mana: swap queue sets in mana_set_ringparam
` [PATCH net-next v2 04/13] net: mana: swap queue sets in mana_set_priv_flags
` [PATCH net-next v2 05/13] net: mana: swap queue sets in mana_change_mtu
` [PATCH net-next v2 06/13] net: mana: swap queue sets in mana_xdp_set
` [PATCH net-next v2 07/13] net: mana: do not bail out of mana_detach on dealloc failure
` [PATCH net-next v2 08/13] net: mana: keep per-queue statistics in the port context
` [PATCH net-next v2 09/13] net: mana: share the EQ pool across a queue-set swap

[PATCH net v3] RDMA/core: Reject unregistering netdevs in ib_get_eth_speed
 2026-08-11 16:30 UTC  (6+ messages)

[PATCH rdma-next] RDMA/mlx5: Remove warn on missing representor in query_port_speed
 2026-08-11 16:25 UTC 

[PATCH rdma-next] RDMA/uverbs: Fix mmap_lock/disassociation_lock circular dependency
 2026-08-11 16:19 UTC 

[PATCH net-next V2 00/13] net/mlx5e: Add support for HW-GRO to PSP
 2026-08-11 15:48 UTC  (21+ messages)
` [PATCH net-next V2 08/13] net/mlx5e: psp: Handle HW-decapsulated RX PSP packets
` [PATCH net-next V2 09/13] net/mlx5e: psp: Add an rx_decap steering table
` [PATCH net-next V2 12/13] selftests: drv-net: psp: Fix responder parsing
` [PATCH net-next V2 13/13] selftests: drv-net: psp: Add a test for PSP with HW-GRO

[PATCH net-next V2 0/5] net/mlx5: HWS misc enhancements
 2026-08-11 15:25 UTC  (7+ messages)
` [PATCH net-next V2 1/5] net/mlx5: HWS, Print more details for bad completion
` [PATCH net-next V2 2/5] net/mlx5: HWS, Log syndrome on STC modify failure
` [PATCH net-next V2 3/5] net/mlx5: HWS, Set the num of queues only when alloc succeeded
` [PATCH net-next V2 4/5] net/mlx5: HWS, Remove redundant MLX5_SET in RTC creation
` [PATCH net-next V2 5/5] net/mlx5: HWS, Remove redundant FW command when reading caps

[PATCH 2/2] RDMA/nldev: Guard against NULL ucontext in resource dumps
 2026-08-11 14:19 UTC 

[PATCH 1/2] RDMA/core: Untrack resources before driver destroy
 2026-08-11 14:18 UTC 

[PATCH v5 net-next 0/2] ECN offload handling series
 2026-08-11 13:31 UTC  (3+ messages)
` [PATCH v5 net-next 2/2] net: hns3: fix GSO_ECN flag setting in the RX path

[PATCH net-next] net/mlx5: SD, prefer sd_group_size from vport context
 2026-08-11 12:44 UTC  (2+ messages)

[PATCH net-next] net/rds: clear i_rx_lat_trace in rds_inc_path_init()
 2026-08-11 10:54 UTC  (2+ messages)

[PATCH rdma v5 0/7] Add ZTE DingHai Ethernet Protocol Driver for RDMA
 2026-08-11  9:37 UTC  (8+ messages)
` [PATCH rdma v5 1/7] RDMA/zrdma: Add build infrastructure and module skeleton
` [PATCH rdma v5 2/7] RDMA/zrdma: Add core data structures and ABI definitions
` [PATCH rdma v5 3/7] RDMA/zrdma: Add internal headers and hardware register definitions
` [PATCH rdma v5 4/7] RDMA/zrdma: Add hardware resource initialization and verbs skeleton
` [PATCH rdma v5 5/7] RDMA/zrdma: Add device probe and remove logic
` [PATCH rdma v5 6/7] RDMA/zrdma: Implement context, PD, and mmap operations
` [PATCH rdma v5 7/7] RDMA/zrdma: Implement device and port query operations

[PATCH net-next v2 0/2] net/rds: Bug fix ports, part 2
 2026-08-11  8:37 UTC  (4+ messages)
` [PATCH net-next v2 1/2] net/rds: reinitialize to_be_dropped on rds_send_xmit() restart
` [PATCH net-next v2 2/2] net/rds: initialize i_conn_path in rds_inc_init()

[PATCH net v6 0/7] net: mana: HW channel reliability and hardening fixes
 2026-08-11  8:18 UTC  (9+ messages)
` [PATCH net v6 1/7] net: mana: RCU-protect gc->cq_table lookups against concurrent CQ destroy
` [PATCH net v6 2/7] net: mana: fix HWC RQ/SQ buffer size swap
` [PATCH net v6 3/7] net: mana: free HWC comp_buf after destroying the EQ
` [PATCH net v6 4/7] net: mana: validate hardware-supplied values in the HWC RX path
` [PATCH net v6 5/7] net: mana: fix HWC teardown safety with setup_active flag and destroy ordering
` [PATCH net v6 6/7] net: mana: fix stale HWC response after command timeout
` [PATCH net v6 7/7] net: mana: keep max_num_cqs immutable once cq_table is allocated

[PATCH net-next V5 2/2] net/mlx5: implement max_sfs parameter
 2026-08-11  7:34 UTC  (3+ messages)

[PATCH net-next V2] net/mlx5: Use dma_wmb() for completion queue doorbell updates
 2026-08-11  6:47 UTC 

[PATCH net-next v2 01/13] net: mana: add queue-set allocation and teardown helpers
 2026-08-11  6:35 UTC  (5+ messages)
` [PATCH net-next v2 10/13] net: mana: release EQs left idle by a channel-count reduction
` [PATCH net-next v2 11/13] net: mana: keep a user-configured RSS table across a queue rebuild
` [PATCH net-next v2 12/13] net: mana: keep the surviving queues when the channel count is reduced
` [PATCH net-next v2 13/13] net: mana: keep the existing queues when the channel count is raised

[PATCH net-next V3] net/mlx5: Expedite notifier unregistration during device teardown
 2026-08-11  6:28 UTC 

[PATCH net-next] net/mlx5: rsc_dump and hv_vhca return NULL on create error
 2026-08-11  6:16 UTC 

[syzbot] [rdma?] INFO: task hung in add_one_compat_dev (3)
 2026-08-11  0:06 UTC  (3+ messages)

[PATCH v2 1/1] RDMA/cma: Fix WARNING in res_to_rt
 2026-08-10 23:59 UTC 

[syzbot] [rdma?] WARNING in res_to_rt
 2026-08-10 23:35 UTC  (6+ messages)

[PATCH v4 0/5] nfs: modernize direct I/O path
 2026-08-10 20:38 UTC  (7+ messages)
` [PATCH v5 1/5] nfs: make nfs_page pin-aware
` [PATCH v5 2/5] nfs: track number of pinned pages in nfs_page
` [PATCH v5 3/5] nfs: introduce nfs_release_request_list helper
` [PATCH v5 4/5] nfs: migrate direct I/O to iov_iter_extract_pages
` [PATCH v5 5/5] nfs: introduce nfs_direct_extract_pages helper

[PATCH net-next 0/3] xsk: pre-existing AF_XDP TX metadata fixes from Sashiko
 2026-08-10 19:40 UTC  (6+ messages)
` [PATCH net-next 1/3] xsk: align TX metadata layout across ABIs
` [PATCH net-next 2/3] xsk: honor XDP_TX_METADATA in zero-copy path
` [PATCH net-next 3/3] net: stmmac: skip queueMaxSDU check for AF_XDP

[PATCH v11 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
 2026-08-10 18:57 UTC  (5+ messages)

[PATCH 1/1] RDMA/cma: Fix WARNING in res_to_rt
 2026-08-10 18:37 UTC  (2+ messages)

[RFC PATCH 1/2] RDMA/rxe: drive UDP tunnel socket lifetime from the GID table
 2026-08-10 18:06 UTC  (3+ messages)

[PATCH rdma-next 00/15] RDMA: Support HW requiring relaxed ordering and add Unordered access flag
 2026-08-10 13:27 UTC  (3+ messages)

[PATCH v4 0/3] net: sysctl: Const Qualify sysctl ctl_table arrays
 2026-08-10 13:01 UTC  (4+ messages)
` [PATCH v4 1/3] net: enforce net sysctl registration
` [PATCH v4 2/3] net: Const qualify ctl_tables that kmemdup unconditionally
` [PATCH v4 3/3] net: Const qualify network templated ctl_tables Arrays

[PATCH net-next 00/13] net/mlx5e: Add support for HW-GRO to PSP
 2026-08-10 11:45 UTC  (4+ messages)
` [PATCH net-next 09/13] net/mlx5e: psp: Add an rx_decap steering table

[PATCH rdma-next] RDMA/mana_ib: Enable multi-port GSI QP support for mana_ib
 2026-08-10  9:23 UTC 

[PATCH net] net/mlx5e: Add mutual exclusion between PSP and PTP TX port timestamping
 2026-08-10  5:50 UTC  (3+ messages)

[PATCH for-next v2 0/3] RDMA/efa: Add support for 128B admin v2 SQ entry
 2026-08-09 19:22 UTC  (2+ messages)

[PATCH net v5 0/7] net: mana: HW channel reliability and hardening fixes
 2026-08-09 19:00 UTC  (8+ messages)
` [PATCH net v5 1/7] net: mana: RCU-protect gc->cq_table lookups against concurrent CQ destroy
` [PATCH net v5 2/7] net: mana: fix HWC RQ/SQ buffer size swap
` [PATCH net v5 3/7] net: mana: free HWC comp_buf after destroying the EQ
` [PATCH net v5 4/7] net: mana: validate hardware-supplied values in the HWC RX path
` [PATCH net v5 5/7] net: mana: fix HWC teardown safety with setup_active flag and destroy ordering
` [PATCH net v5 6/7] net: mana: fix stale HWC response after command timeout
` [PATCH net v5 7/7] net: mana: keep max_num_cqs immutable once cq_table is allocated

[PATCH rdma-next] RDMA/mana_ib: Retain create CQ flags field name
 2026-08-09 15:55 UTC  (5+ messages)

[PATCH 0/2] IB/hfi1: fix the PIO_CRED credit-return mmap
 2026-08-09  3:27 UTC  (3+ messages)
` [PATCH 1/2] IB/hfi1: Resolve the credit-return buffer through the send context's node
` [PATCH 2/2] IB/hfi1: Fix the PIO_CRED credit-return mmap

[PATCH net-next] net/smc: abort the connection when the peer overruns the RMB
 2026-08-08  8:12 UTC 

[PATCH net v4] net/smc: order the CDC receive path against buffer publication
 2026-08-08  7:40 UTC  (3+ messages)

[PATCH net v2 0/2] net/smc: close the SMC-D teardown window around the ghost send buffer
 2026-08-08  7:21 UTC  (3+ messages)
` [PATCH net v2 1/2] net/smc: unregister the connection before draining the rx tasklet
` [PATCH net v2 2/2] net/smc: do not dereference an unset send buffer on the SMC-D teardown path

[PATCH net] net/smc: drain the rx tasklet before detaching the ghost sndbuf
 2026-08-08  6:28 UTC  (3+ messages)

[PATCH net v3 0/6] net: mana: HW channel reliability and hardening fixes
 2026-08-08  2:34 UTC  (9+ messages)
` [PATCH net v4 0/7] "
` [PATCH net v4 1/7] net: mana: RCU-protect gc->cq_table lookups against concurrent CQ destroy
` [PATCH net v4 2/7] net: mana: fix HWC RQ/SQ buffer size swap
` [PATCH net v4 3/7] net: mana: free HWC comp_buf after destroying the EQ
` [PATCH net v4 4/7] net: mana: validate hardware-supplied values in the HWC RX path
` [PATCH net v4 5/7] net: mana: fix HWC teardown safety with setup_active flag and destroy ordering
` [PATCH net v4 6/7] net: mana: fix stale HWC response after command timeout
` [PATCH net v4 7/7] net: mana: keep max_num_cqs immutable once cq_table is allocated

[PATCH net v3 6/6] net: mana: fix stale HWC response after command timeout
 2026-08-08  2:10 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH net-next v3] net: mana: Extend RX CQE coalescing up to 8 packets
 2026-08-08  1:40 UTC  (2+ messages)

[PATCH rdma-next] RDMA/mlx5: Make sure that UMR page is aligned to PAGE_SIZE
 2026-08-07 23:10 UTC  (4+ messages)

[for-next v5 0/2] Add Reorder Completion Queue (RCQ) support
 2026-08-07 22:58 UTC  (2+ messages)

[PATCH net v2] dibs: fix double free of dmb_clientid_arr
 2026-08-07 22:50 UTC  (3+ messages)

[PATCH net-next 0/2] net: mana: Avoid DMA queue allocation failure under memory fragmentation
 2026-08-07 20:56 UTC  (3+ messages)
` [PATCH net-next 1/2] net: mana: Route ring-buffer access through offset-based helpers
` [PATCH net-next 2/2] net: mana: Fall back to scattered pages for GDMA queues

[PATCH v4 00/24] Migrate to hfi2 driver
 2026-08-07 17:57 UTC  (25+ messages)
` [PATCH v4 for-next 01/24] RDMA/hfi2: Start hfi2 driver by basing off of hfi1
` [PATCH v4 for-next 02/24] RDMA/hfi2: Add in HW register definition files
` [PATCH v4 for-next 03/24] RDMA/hfi2: Add counter accessor functions
` [PATCH v4 for-next 04/24] RDMA/hfi2: Add in MAD handling related headers
` [PATCH v4 for-next 05/24] RDMA/hfi2: Add in HW register access support
` [PATCH v4 for-next 06/24] RDMA/hfi2: Add in trace header files
` [PATCH v4 for-next 07/24] RDMA/hfi2: Add in trace support
` [PATCH v4 for-next 08/24] RDMA/hfi2: Add system core header files
` [PATCH v4 for-next 09/24] RDMA/hfi2: Add driver and interrupt infrastructure
` [PATCH v4 for-next 10/24] RDMA/hfi2: Add initialization and firmware support
` [PATCH v4 for-next 11/24] RDMA/hfi2: Add cport management
` [PATCH v4 for-next 12/24] RDMA/hfi2: Implement MAD handling
` [PATCH v4 for-next 13/24] RDMA/hfi2: Add IO related headers
` [PATCH v4 for-next 14/24] RDMA/hfi2: Add PIO send infrastructure
` [PATCH v4 for-next 15/24] RDMA/hfi2: Add SDMA infrastructure
` [PATCH v4 for-next 16/24] RDMA/hfi2: Implement data moving infrastructure
` [PATCH v4 for-next 17/24] RDMA/hfi2: Add verbs core
` [PATCH v4 for-next 18/24] RDMA/hfi2: Add RC protocol support
` [PATCH v4 for-next 19/24] RDMA/hfi2: Add in support for verbs
` [PATCH v4 for-next 20/24] RDMA/hfi2: Add misc header files
` [PATCH v4 for-next 21/24] RDMA/hfi2: Add the rest of the driver
` [PATCH v4 for-next 22/24] RDMA/hfi2: Make it build and add TODO list
` [PATCH v4 for-next 23/24] RDMA/hfi2: Modernize mmap to use rdma_user_mmap_entry infrastructure
` [PATCH v4 for-next 24/24] RDMA/hfi2: Support ipoib

[PATCH rdma-next v3] RDMA/mlx5: quiesce CQ polling before device shutdown on reboot
 2026-08-07 17:48 UTC  (5+ messages)

[PATCH] RDMA/hfi2: Add MAINTAINERS entry
 2026-08-07 16:46 UTC  (4+ messages)

[PATCH rdma-next 0/3] RDMA/mana_ib: Extend MANA RC QP support for UAPI
 2026-08-07 13:51 UTC  (4+ messages)
` [PATCH rdma-next 1/3] RDMA/mana_ib: Extend RC QP udata request and response
` [PATCH rdma-next 2/3] RDMA/mana_ib: MMQ creation for RC QPs
` [PATCH rdma-next 3/3] RDMA/mana_ib: fixed send wqe size support "

[PATCH net-next v1 0/2] net/smc: fix v2 slot clearing and reduce TX slot contention
 2026-08-07  5:45 UTC  (3+ messages)
` [PATCH net-next v1 2/2] net/smc: reduce TX slot contention with exclusive wait

[PATCH] nvme-rdma: fix ib_device removal race that hangs PCI unbind
 2026-08-06 21:18 UTC 

[PATCH] RDMA/ucma: Allow path records to exactly fit the output buffer
 2026-08-06 20:13 UTC 

[PATCH for-next 0/4] DMA/bnxt_re: Add support for larger page sizes for queue memory
 2026-08-07  0:51 UTC  (5+ messages)
` [PATCH for-next 1/4] RDMA/bnxt_re: Update the page sizes supported for MR
` [PATCH for-next 2/4] RDMA/bnxt_re: Prepare infrastructure for larger pages for Queue memory
` [PATCH for-next 3/4] RDMA/bnxt_re: Add support for larger PBL pages for CQ
` [PATCH for-next 4/4] RDMA/bnxt_re: Add support for larger PBL pages for QP

[PATCH 00/36] treewide: remove conditional returns with no effect
 2026-08-06 19:06 UTC  (2+ messages)
` (subset) "

[PATCH net v3 5/6] net: mana: fix HWC teardown safety with setup_active flag and destroy ordering
 2026-08-06 17:24 UTC  (2+ messages)

[PATCH net v3 4/6] net: mana: validate hardware-supplied values in the HWC RX path
 2026-08-06 17:24 UTC  (2+ messages)

[PATCH net v3 3/6] net: mana: free HWC comp_buf after destroying the EQ
 2026-08-06 17:23 UTC  (2+ messages)

[PATCH net v3 2/6] net: mana: fix HWC RQ/SQ buffer size swap
 2026-08-06 17:23 UTC  (2+ messages)

[PATCH net v3 1/6] net: mana: RCU-protect gc->cq_table lookups against concurrent CQ destroy
 2026-08-06 17:23 UTC  (2+ messages)

[PATCH] net/smc: fix sock refcount leak in smc_switch_conns() error path
 2026-08-06 15:00 UTC  (3+ messages)

[PATCH 1/2] RDMA/cxgb4: Cancel reg_work before freeing device on remove
 2026-08-06 13:01 UTC  (2+ messages)
` [PATCH 2/2] RDMA/cxgb4: Free debugfs on registration failure


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