Linux RDMA and InfiniBand development
 help / color / mirror / Atom feed
 messages from 2026-07-29 22:53:20 to 2026-08-04 08:38:17 UTC [more...]

[PATCH net-next V2 00/13] net/mlx5e: Add support for HW-GRO to PSP
 2026-08-04  8:35 UTC  (9+ messages)
` [PATCH net-next V2 01/13] net/mlx5e: Generalize TC <-> IPsec mutual exclusion
` [PATCH net-next V2 02/13] net/mlx5e: ipsec: Block TC offload when IPsec is enabled
` [PATCH net-next V2 03/13] net/mlx5e: psp: Block TC offload when PSP "
` [PATCH net-next V2 04/13] net/mlx5e: macsec: Block TC offload when MACsec "
` [PATCH net-next V2 05/13] net/mlx5e: psp: Move RX marker from ft_metadata to flow_tag
` [PATCH net-next V2 06/13] net/mlx5e: ipsec: "
` [PATCH net-next V2 07/13] net/mlx5e: macsec: "
` [PATCH net-next V2 08/13] net/mlx5e: psp: Handle HW-decapsulated RX PSP packets

[PATCH net v3] net/mlx5e: fix BQL reset on SQ re-activation
 2026-08-04  8:23 UTC  (2+ messages)

[PATCH net RESEND] net/mlx5: Use unique names for software steering caches
 2026-08-04  8:04 UTC  (3+ messages)

[PATCH net] net/mlx5e: strip runt Ethernet padding in HW-GRO (SHAMPO)
 2026-08-04  7:24 UTC  (4+ messages)
` [PATCH net v2] "

[PATCH net-next v13 0/2] net: mana: add ethtool private flag for full-page RX buffers
 2026-08-04  2:40 UTC  (2+ messages)

[PATCH net 0/2] RDMA/rxe: fix mr_check_range() iova overflow (OOB)
 2026-08-04  2:17 UTC  (9+ messages)
` [PATCH net 2/2] DO-NOT-MERGE: selftest: add rxe mr_check_range() overflow reproducer

[PATCH net v2 0/1] net: smc: smc_rx_splice() can underflow VM page refcounts
 2026-08-04  1:40 UTC  (3+ messages)
` [PATCH net v2 1/1] net: smc: fix splice entry lifetime imbalance in smc_rx_splice

[PATCH net] net/mlx5e: Add mutual exclusion between PSP and PTP TX port timestamping
 2026-08-04  1:06 UTC  (2+ messages)

[PATCH v4 net-next 1/1] net: update comments for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN
 2026-08-04  0:47 UTC  (2+ messages)

[PATCH net 0/6] xsk: harden TX metadata validation against races
 2026-08-03 23:50 UTC  (2+ messages)

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

[PATCH 0/9] RDMA/hfi2: Sync with upstream hfi1 fixes and cleanups
 2026-08-03 16:11 UTC  (10+ messages)
` [PATCH 1/9] RDMA/hfi2: Propagate sdma_txinit_ahg() errors in user_sdma.c
` [PATCH 2/9] RDMA/hfi2: Preserve unit 0 on allocation failure
` [PATCH 3/9] RDMA/hfi2: Stop flushing global IB workqueue
` [PATCH 4/9] RDMA/hfi2: Remove redundant NULL checks in create_workqueues()
` [PATCH 5/9] RDMA/hfi2: Fix use-after-free in PIO and SDMA map teardown
` [PATCH 6/9] RDMA/hfi2: Pass PCI device to hfi2_pcie_init()
` [PATCH 7/9] RDMA/hfi2: Drop device data from hfi2_validate_rcvhdrcnt()
` [PATCH 8/9] RDMA/hfi2: Align probe error unwinding with device removal
` [PATCH 9/9] RDMA/hfi2: Remove stale hfi2_destroy_qp() comment

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

[RFC5040 question] RDMA/siw: received Terminate is reported only as a CM close
 2026-08-03 14:48 UTC 

[RFC5040 question] RDMA/siw: R is set without an RDMA header for a Send-with-Invalidate error
 2026-08-03 14:19 UTC 

[PATCH rdma-next] RDMA/mana_ib: Retain create CQ flags field name
 2026-08-03 13:28 UTC  (4+ messages)

[PATCH net-next V2 0/3] net/mlx5: allocate doorbells from dma pools
 2026-08-03 13:25 UTC  (4+ messages)
` [PATCH net-next V2 1/3] net/mlx5: initialize doorbell "
` [PATCH net-next V2 2/3] net/mlx5: allocate doorbells from "
` [PATCH net-next V2 3/3] net/mlx5: add debugfs stats for doorbell "

[PATCH net] net/smc: validate peer CDC cursor against RMBE size before accepting it
 2026-08-03  6:28 UTC  (4+ messages)

[PATCH net v2] net/mlx5e: fix BQL reset on SQ re-activation
 2026-08-03  6:02 UTC  (2+ messages)

[PATCH net v5 0/3] net/smc: fix out-of-bounds and use-after-free in SMC-Rv2 LLC processing
 2026-08-03  3:41 UTC  (5+ messages)
` [PATCH net v5 1/3] net/smc: fix use-after-free of the LLC qentry in smc_llc_srv_add_link()
` [PATCH net v5 2/3] net/smc: bound the peer rkey counts in SMC-Rv2 LLC messages
` [PATCH net v5 3/3] net/smc: carry oversized SMC-Rv2 LLC messages in the queue entry

[PATCH v13 2/5] PCI/TPH: Add requester/completer type helpers
 2026-08-03  1:21 UTC 

[PATCH net] net/mlx5e: Move representor vnic reporter to eswitch devlink port
 2026-08-02 17:01 UTC  (3+ messages)

[BUG?] RDMA/siw: Terminate control bitfields have wrong wire layout
 2026-08-02  3:39 UTC 

[PATCH] RDMA/siw: Fix use-after-free in siw_accept()
 2026-08-01 21:36 UTC 

[RFC5040 question] siw: RREQ with payload is dropped without Terminate
 2026-08-01 15:26 UTC 

[BUG?] siw: RDMA Read Request QN/MO are not validated
 2026-08-01 15:26 UTC 

[PATCH net v4 0/3] net/smc: fix out-of-bounds and use-after-free in SMC-Rv2 LLC processing
 2026-08-01  9:10 UTC  (5+ messages)
` [PATCH net v4 1/3] net/smc: fix use-after-free of the LLC qentry in smc_llc_srv_add_link()
` [PATCH net v4 2/3] net/smc: bound the peer rkey counts in SMC-Rv2 LLC messages
` [PATCH net v4 3/3] net/smc: carry oversized SMC-Rv2 LLC messages in the queue entry

[PATCH net-next v4] rds: synchronize info callbacks with module unload
 2026-08-01  5:42 UTC 

[PATCH net-next v3] rds: synchronize info callbacks with module unload
 2026-08-01  5:29 UTC  (3+ messages)

[PATCH rdma v4 2/2] RDMA/zrdma: Add hardware config code and improve driver init flow
 2026-08-01  2:41 UTC  (2+ messages)

[PATCH net] net/mlx5: SF, Handle function changed event
 2026-08-01  1:40 UTC  (2+ messages)

[PATCH net] net/mlx5: fw_tracer, return NULL on create error
 2026-08-01  1:40 UTC  (2+ messages)

[BUG?] RDMA/siw: remote invalidate may accept an invalid STag
 2026-08-01  0:35 UTC 

[PATCH net-next V7 0/4] devlink: Add boot-time eswitch mode defaults
 2026-07-31 22:51 UTC  (10+ messages)
` [PATCH net-next V7 4/4] devlink: Apply eswitch mode boot defaults

[PATCH v11 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
 2026-07-31 21:37 UTC  (4+ messages)

[PATCH net-next] net: mana: Extend RX CQE coalescing up to 8 packets
 2026-07-31 21:25 UTC  (4+ messages)
  ` [EXTERNAL] "

[PATCH net-next v2] net: mana: Extend RX CQE coalescing up to 8 packets
 2026-07-31 21:22 UTC 

[BUG] infiniband: rtrs: KASAN: slab-use-after-free in rtrs_clt_remove_path_from_arr
 2026-07-31 19:43 UTC 

[PATCH net v4] net/smc: order the CDC receive path against buffer publication
 2026-07-31 15:32 UTC  (2+ messages)

[rdma:wip/leon-for-next] BUILD REGRESSION 43598807f71ac1c9164f26004acf2496d4038daf
 2026-07-31 14:14 UTC 

[PATCH net-next 00/13] net/mlx5e: Add support for HW-GRO to PSP
 2026-07-31 12:41 UTC  (19+ messages)
` [PATCH net-next 01/13] net/mlx5e: Generalize TC <-> IPsec mutual exclusion
` [PATCH net-next 02/13] net/mlx5e: ipsec: Block TC offload when IPsec is enabled
` [PATCH net-next 03/13] net/mlx5e: psp: Block TC offload when PSP "
` [PATCH net-next 04/13] net/mlx5e: macsec: Block TC offload when MACsec "
` [PATCH net-next 05/13] net/mlx5e: psp: Move RX marker from ft_metadata to flow_tag
` [PATCH net-next 06/13] net/mlx5e: ipsec: "
` [PATCH net-next 07/13] net/mlx5e: macsec: "
` [PATCH net-next 08/13] net/mlx5e: psp: Handle HW-decapsulated RX PSP packets
` [PATCH net-next 09/13] net/mlx5e: psp: Add an rx_decap steering table
` [PATCH net-next 10/13] net/mlx5e: shampo: Flush session on PSP mismatch
` [PATCH net-next 11/13] net/mlx5e: psp: Dynamically reconfigure based on SHAMPO mode
` [PATCH net-next 12/12] net: psp: Add a self test for PSP with HW-GRO
` [PATCH net-next 12/13] selftests: drv-net: psp: Fix responder parsing
` [PATCH net-next 13/13] selftests: drv-net: psp: Add a test for PSP with HW-GRO

Nvme-rdma: Long IO HANG (~4.8h) during link failure with dm-multipath (Kernel 6.6)
 2026-07-31  9:25 UTC 

Nvme-rdma: Long IO HANG (~4.8h) during link failure with dm-multipath (Kernel 6.6)
 2026-07-31  9:05 UTC 

[PATCH for-next v2 0/3] RDMA/efa: Add support for 128B admin v2 SQ entry
 2026-07-31  7:50 UTC  (4+ messages)
` [PATCH for-next v2 1/3] RDMA/efa: Decouple admin command payload from admin header
` [PATCH for-next v2 2/3] RDMA/efa: Generalize the admin SQ
` [PATCH for-next v2 3/3] RDMA/efa: Add support for 128B admin v2 SQ entry

[BUG] RDMA/rxe: memory leak in rxe_qp_from_attr
 2026-07-31  7:47 UTC  (3+ messages)

[PATCH v3] PCI/TPH: treat reserved 0b10 completer encoding as unsupported
 2026-07-31  6:09 UTC  (4+ messages)

[PATCH v4 1/2] IB/isert: delay the final Login Response until the session is registered
 2026-07-31  4:12 UTC  (2+ messages)
` [PATCH v4 2/2] IB/isert: post the full-feature receive buffers after session registration

[PATCH net v3] net/smc: fix out-of-bounds read of rkey array in SMC-Rv2 LLC processing
 2026-07-31  1:03 UTC  (2+ messages)

[PATCH net V2] net/mlx5e: TC, Check if flow is PEER before acquiring devcom lock
 2026-07-31  0:00 UTC  (2+ messages)

[PATCH v12 0/4] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-07-30 23:59 UTC  (2+ messages)

[for-next v4 0/2] Add Reorder Completion Queue (RCQ) support
 2026-07-30 21:28 UTC  (7+ messages)

[syzbot] Monthly rdma report (Jul 2026)
 2026-07-30 20:32 UTC 

[PATCH rdma-next v3 00/14] RDMA: Make device names unique per net namespace
 2026-07-30 18:34 UTC  (3+ messages)
` [PATCH rdma-next v3 07/14] RDMA/srp: Make the SRP sysfs class net namespace aware

[PATCH] RDMA/srp: fix heap information leak on a truncated SRP_CRED_REQ
 2026-07-30 18:32 UTC  (2+ messages)

[PATCH] rds: synchronize info callbacks with connection teardown
 2026-07-30 17:19 UTC  (6+ messages)
` [PATCH net-next v2] rds: synchronize info callbacks with module unload

[PATCH net] net/mlx5: Use unique names for software steering caches
 2026-07-30 14:09 UTC  (5+ messages)

[PATCH v3 1/2] IB/isert: delay the final Login Response until the session is registered
 2026-07-30 13:51 UTC  (2+ messages)
` [PATCH v3 2/2] IB/isert: reject full-feature PDUs that arrive before registration

[PATCH 1/2] RDMA/erdma: Hold CQ references when processing EQ events
 2026-07-30 12:43 UTC  (2+ messages)
` [PATCH 2/2] RDMA/erdma: Hold QP references for AE and CM processing

[PATCH net] dibs: initialise dibs->lock in dibs_dev_alloc()
 2026-07-30 12:42 UTC 

[PATCH v2 1/2] IB/isert: delay the final Login Response until the session is registered
 2026-07-30 11:44 UTC  (3+ messages)
` [PATCH v2 2/2] IB/isert: reject full-feature PDUs that arrive before registration

[PATCH] IB/mad: cleanup all kernel-doc comments
 2026-07-30 10:51 UTC  (2+ messages)

[PATCH v2 0/2] IB/isert: bound declared PDU lengths by what was received
 2026-07-30 10:51 UTC  (2+ messages)

[rdma:wip/leon-for-next] BUILD REGRESSION a273210687f255b12c2f6baf8f25ff80cdbb29ed
 2026-07-30 10:27 UTC  (2+ messages)

[PATCH net] dibs: fix double free of dmb_clientid_arr
 2026-07-30  7:56 UTC 

[PATCH net-next v4 0/3] net/smc: transition to RDMA core CQ pooling
 2026-07-30  7:25 UTC  (8+ messages)
` [PATCH net-next v4 3/3] "

[PATCH net v4 0/4] net/rds: Bug fix ports
 2026-07-30  4:16 UTC  (5+ messages)
` [PATCH net v4 1/4] net/rds: don't use unpin_user_pages_dirty_lock() from atomic context
` [PATCH net v4 2/4] net/rds: hold the socket while an rds_mr references it
` [PATCH net v4 3/4] net/rds: fix rds_message leak in the rds_send_xmit() drop path
` [PATCH net v4 4/4] net/rds: unpin MR pages with unpin_user_pages_dirty_lock()

[rdma:wip/leon-for-next] BUILD SUCCESS fdfb5cea4bf070cdb31d997efd87bb684df041fd
 2026-07-30  3:07 UTC 

[PATCH v2] RDMA/rxe: Fix OOB in free_rd_atomic_resources()
 2026-07-30  2:28 UTC 

[PATCH] IB/isert: post full-feature receive buffers after session registration
 2026-07-30  1:54 UTC  (2+ messages)

[PATCH net] dibs: fix use-after-free of dmb_node in loopback attach/detach/unregister
 2026-07-30  0:00 UTC  (2+ messages)

[PATCH] RDMA/rxe: Fix OOB in free_rd_atomic_resources()
 2026-07-29 23:46 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