messages from 2026-04-01 18:51:58 to 2026-04-07 20:02:53 UTC [more...]
[PATCH net-next v6 0/2] net: mana: add ethtool private flag for full-page RX buffers
2026-04-07 19:59 UTC (3+ messages)
` [PATCH net-next v6 1/2] net: mana: refactor mana_get_strings() and mana_get_sset_count() to use switch
` [PATCH net-next v6 2/2] net: mana: force full-page RX buffers via ethtool private flag
[PATCH net-next V5 00/12] devlink: add per-port resource support
2026-04-07 19:41 UTC (13+ messages)
` [PATCH net-next V5 01/12] devlink: Refactor resource functions to be generic
` [PATCH net-next V5 02/12] devlink: Add port-level resource registration infrastructure
` [PATCH net-next V5 03/12] net/mlx5: Register SF resource on PF port representor
` [PATCH net-next V5 04/12] netdevsim: Add devlink port resource registration
` [PATCH net-next V5 05/12] devlink: Add dump support for device-level resources
` [PATCH net-next V5 06/12] devlink: Include port resources in resource dump dumpit
` [PATCH net-next V5 07/12] devlink: Add port-specific option to resource dump doit
` [PATCH net-next V5 08/12] selftest: netdevsim: Add devlink port resource doit test
` [PATCH net-next V5 09/12] devlink: Document port-level resources and full dump
` [PATCH net-next V5 10/12] devlink: Add resource scope filtering to resource dump
` [PATCH net-next V5 11/12] selftest: netdevsim: Add resource dump and scope filter test
` [PATCH net-next V5 12/12] devlink: Document resource scope filtering
[PATCH net-next,v4] net: mana: Force full-page RX buffers via ethtool private flag
2026-04-07 19:29 UTC (5+ messages)
[PATCH 0/8] smb: add kernel internal IPPROTO_SMBDIRECT
2026-04-07 14:46 UTC (5+ messages)
` [PATCH 5/8] net: define IPPROTO_SMBDIRECT and SOL_SMBDIRECT constants
` [PATCH 6/8] smb: smbdirect: add in kernel only support for IPPROTO_SMBDIRECT
` [PATCH 7/8] smb: client: make use of IPPROTO_SMBDIRECT sockets
` [PATCH 8/8] smb: server: "
[PATCH v4 0/4] Support PERF MGMT for RXE
2026-04-07 14:51 UTC (8+ messages)
` [PATCH v4 1/4] RDMA/core: Fix memory free for GID table
` [PATCH v4 2/4] RDMA/rxe: remove rxe_ib_device_get_netdev() and RXE_PORT
` [PATCH v4 3/4] RDMA/rxe: add SENT/RCVD bytes
` [PATCH v4 4/4] RDMA/rxe: support perf mgmt GET method
[PATCH rdma-next v2 00/11] RDMA: Stability and race condition fixes
2026-04-07 14:29 UTC (15+ messages)
` [PATCH rdma-next v2 01/11] RDMA/mlx5: Remove DCT restrack tracking
` [PATCH rdma-next v2 02/11] RDMA/mlx5: Remove raw RSS QP "
` [PATCH rdma-next v2 03/11] RDMA/core: Preserve restrack resource ID on reinsertion
` [PATCH rdma-next v2 04/11] RDMA/core: Fix use after free in ib_query_qp()
` [PATCH rdma-next v2 05/11] RDMA/core: Fix potential use after free in ib_destroy_cq_user()
` [PATCH rdma-next v2 06/11] RDMA/core: Fix potential use after free in ib_destroy_srq_user()
` [PATCH rdma-next v2 07/11] RDMA/mlx5: Fix UAF in SRQ destroy due to race with create
` [PATCH rdma-next v2 08/11] RDMA/mlx5: Fix UAF in DCT "
` [PATCH rdma-next v2 09/11] IB/core: Fix IPv6 netlink message size in ib_nl_ip_send_msg()
` [PATCH rdma-next v2 10/11] RDMA/core: Fix rereg_mr use-after-free race
` [PATCH rdma-next v2 11/11] RDMA/mlx5: Fix null-ptr-deref in Raw Packet QP creation
[PATCH for-next 0/4] Introduce Completion Counters
2026-04-07 14:17 UTC (6+ messages)
` [PATCH for-next 1/4] RDMA/core: Add Completion Counters support
` [PATCH for-next 2/4] RDMA/core: Add Completion Counters to resource tracking
` [PATCH for-next 3/4] RDMA/efa: Update device interface
` [PATCH for-next 4/4] RDMA/efa: Add Completion Counters support
[PATCH v2 00/16] Convert all drivers to the new udata response flow
2026-04-07 14:03 UTC (19+ messages)
` [PATCH v2 01/16] RDMA/mana: Fix error unwind in mana_ib_create_qp_rss()
` [PATCH v2 02/16] RDMA/ocrdma: Clarify the mm_head searching
` [PATCH v2 03/16] RDMA/ocrdma: Don't NULL deref uctx on errors in ocrdma_copy_pd_uresp()
` [PATCH v2 04/16] RDMA/vmw_pvrdma: Fix double free on pvrdma_alloc_ucontext() error path
` [PATCH v2 05/16] RDMA/mlx4: Fix resource leak on error in mlx4_ib_create_srq()
` [PATCH v2 06/16] RDMA/hns: Fix xarray race in hns_roce_create_srq()
` [PATCH v2 07/16] RDMA: Use ib_is_udata_in_empty() for places calling ib_is_udata_cleared()
` [PATCH v2 08/16] IB/rdmavt: Don't abuse udata and ib_respond_udata()
` [PATCH v2 09/16] RDMA: Convert drivers using min to ib_respond_udata()
` [PATCH v2 10/16] RDMA: Convert drivers using sizeof() "
` [PATCH v2 11/16] RDMA/cxgb4: Convert "
` [PATCH v2 12/16] RDMA/qedr: Replace qedr_ib_copy_to_udata() with ib_respond_udata()
` [PATCH v2 13/16] RDMA/mlx: Replace response_len "
` [PATCH v2 14/16] RDMA: Use proper driver data response structs instead of open coding
` [PATCH v2 15/16] RDMA: Add missed = {} initialization to uresp structs
` [PATCH v2 16/16] RDMA: Replace memset with = {} pattern for ib_respond_udata()
[PATCH net-next v5 0/2] net: mana: add ethtool private flag for full-page RX buffers
2026-04-07 13:54 UTC (3+ messages)
[LTP] [PATCH 2/2] device-drivers/rdma: Add ucma_uaf01 test
2026-04-07 13:24 UTC
[BUG] librdmacm: Accessing out-of-bounds memory
2026-04-07 13:14 UTC
[PATCH net-next v2] net/smc: cap allocation order for SMC-R physically contiguous buffers
2026-04-07 12:43 UTC
[PATCH net-next V2 0/5] net/mlx5e: XDP, Add support for multi-packet per page
2026-04-07 11:50 UTC (16+ messages)
` [PATCH net-next V2 1/5] net/mlx5e: XSK, Increase size for chunk_size param
` [PATCH net-next V2 2/5] net/mlx5e: XDP, Improve dma address calculation of linear part for XDP_TX
` [PATCH net-next V2 3/5] net/mlx5e: XDP, Remove stride size limitation
` [PATCH net-next V2 4/5] net/mlx5e: XDP, Use a single linear page per rq
` [PATCH net-next V2 5/5] net/mlx5e: XDP, Use page fragments for linear data in multibuf-mode
[rdma:for-next] BUILD SUCCESS fdcbddcd3aa13c05ac99fe1de2d5d9eeb1af0c49
2026-04-07 10:28 UTC
[PATCH v10 net-next 0/6] octeontx2-af: npc: Enhancements
2026-04-07 9:58 UTC (8+ messages)
` [PATCH v10 net-next 1/6] octeontx2-af: npc: cn20k: debugfs enhancements
` [PATCH v10 net-next 2/6] net/mlx5e: heap-allocate devlink param values
` [PATCH v10 net-next 3/6] devlink: Implement devlink param multi attribute nested data values
` [PATCH v10 net-next 4/6] octeontx2-af: npc: cn20k: add subbank search order control
` [PATCH v10 net-next 5/6] octeontx2-af: npc: cn20k: dynamically allocate and free default MCAM entries
` [PATCH v10 net-next 6/6] octeontx2-af: npc: Support for custom KPU profile from filesystem
[PATCH] RDMA/ionic: bound node_desc sysfs read with %.64s
2026-04-07 9:20 UTC
[PATCH net v1 0/2] net/rds: Fix use-after-free in RDS/IB for non-init namespaces
2026-04-07 7:55 UTC (8+ messages)
` [PATCH net v1 1/2] net/rds: Optimize rds_ib_laddr_check
` [PATCH net v1 2/2] net/rds: Restrict use of RDS/IB to the initial network namespace
[PATCH v3] nvme: enable PCI P2PDMA support for RDMA transport
2026-04-07 5:24 UTC (2+ messages)
[PATCH net-next] net/mlx5: Update the list of the PCI supported devices
2026-04-07 2:30 UTC (3+ messages)
[PATCH net-next V4 00/12] devlink: add per-port resource support
2026-04-06 16:18 UTC (8+ messages)
` [PATCH net-next V4 08/12] selftest: netdevsim: Add devlink port resource doit test
` [PATCH net-next V4 09/12] devlink: Document port-level resources and full dump
` [PATCH net-next V4 10/12] devlink: Add resource scope filtering to resource dump
` [PATCH net-next V4 11/12] selftest: netdevsim: Add resource dump and scope filter test
` [PATCH net-next V4 12/12] devlink: Document resource scope filtering
[PATCH 00/10] Convert all drivers to the new udata response flow
2026-04-06 12:11 UTC (11+ messages)
` [PATCH 01/10] RDMA: Use ib_is_udata_in_empty() for places calling ib_is_udata_cleared()
` [PATCH 02/10] IB/rdmavt: Don't abuse udata and ib_respond_udata()
` [PATCH 03/10] RDMA: Convert drivers using min to ib_respond_udata()
` [PATCH 04/10] RDMA: Convert drivers using sizeof() "
` [PATCH 05/10] RDMA/cxgb4: Convert "
` [PATCH 06/10] RDMA/qedr: Replace qedr_ib_copy_to_udata() with ib_respond_udata()
` [PATCH 07/10] RDMA/mlx: Replace response_len "
` [PATCH 08/10] RDMA: Use proper driver data response structs instead of open coding
` [PATCH 09/10] RDMA: Add missed = {} initialization to uresp structs
` [PATCH 10/10] RDMA: Replace memset with = {} pattern for ib_respond_udata()
[RFC PATCH v2] nvme: enable PCI P2PDMA support for RDMA transport
2026-04-06 9:15 UTC (5+ messages)
[PATCH v2] IB/mlx5: Fix tdn leak in mlx5_ib_alloc_transport_domain
2026-04-05 22:09 UTC (10+ messages)
` [PATCH v3] IB/mlx5: Fix tdn leak and state corruption "
` [PATCH v4] IB/mlx5: Fix state corruption and resource leaks in loopback enablement
` [PATCH v5] IB/mlx5: Fix loopback enablement state and resource leaks
` [PATCH v6] "
` [PATCH v7 0/2] Fix loopback leaks and return paths
` [PATCH v7 1/2] IB/mlx5: Fix success return path and mutex initialization
` [PATCH v7 2/2] IB/mlx5: Fix loopback refcounting leaks and premature disable
[PATCH v8 0/2] Fix loopback leaks and return paths
2026-04-05 21:57 UTC (3+ messages)
` [PATCH v8 1/2] IB/mlx5: Fix success return path and mutex initialization
` [PATCH v8 2/2] IB/mlx5: Fix loopback refcounting leaks and premature disable
[PATCH v3 0/3] Support PERF MGMT for RXE
2026-04-05 19:20 UTC (7+ messages)
` [PATCH v3 1/3] RDMA/rxe: use RXE_PORT instead of magic number 1
` [PATCH v3 2/3] RDMA/rxe: add SENT/RCVD bytes
` [PATCH v3 3/3] RDMA/rxe: support perf mgmt GET method
[PATCH net 0/3] net/mlx5: Fixes for Socket-Direct
2026-04-05 19:05 UTC (6+ messages)
` [PATCH net 1/3] net/mlx5e: SD, Fix race condition in secondary device probe/remove
[PATCH v2 iproute2-next 0/4] Introduce FRMR pools
2026-04-05 17:44 UTC (4+ messages)
[PATCH rdma-next] IB/core: Fix zero dmac race in neighbor resolution
2026-04-05 15:44 UTC
[PATCH] RDMA/hns: fix out-of-bounds write in IRQ array during configuration
2026-04-05 8:15 UTC
[PATCH net-next v5 2/2] net: mana: force full-page RX buffers via ethtool private flag
2026-04-05 3:47 UTC
[PATCH net-next v5 1/2] net: mana: refactor mana_get_strings() and mana_get_sset_count() to use switch
2026-04-05 3:44 UTC
[PATCH net-next v5 0/3] net: mana: debugfs fixes and diagnostic info
2026-04-04 9:05 UTC (5+ messages)
` [PATCH net-next v5 1/3] net: mana: Use pci_name() for debugfs directory naming
` [PATCH net-next v5 2/3] net: mana: Move current_speed debugfs file to mana_init_port()
` [PATCH net-next v5 3/3] net: mana: Expose hardware diagnostic info via debugfs
[PATCH net-next v2 01/14] virtchnl: create 'include/linux/intel' and move necessary header files
2026-04-03 19:49 UTC
[PATCH mlx5-next 0/2] mlx5-next updates 2026-04-03
2026-04-03 9:00 UTC (3+ messages)
` [PATCH mlx5-next 1/2] net/mlx5: Rename MLX5_PF page counter type to MLX5_SELF
` [PATCH mlx5-next 2/2] net/mlx5: Add icm_mng_function_id_mode cap bit
[PATCH net-next] net/smc: cap allocation order for SMC-R physically contiguous buffers
2026-04-03 6:12 UTC (3+ messages)
` [net-next] "
[PATCH v9 net-next 0/6] octeontx2-af: npc: Enhancements
2026-04-03 2:05 UTC (4+ messages)
` [PATCH v9 net-next 6/6] octeontx2-af: npc: Support for custom KPU profile from filesystem
[PATCH] MAINTAINERS: Update email for Allison Henderson
2026-04-03 1:10 UTC (2+ messages)
[PATCH 0/6] Deprecate Legacy IP
2026-04-02 20:27 UTC (10+ messages)
` [PATCH 6/6] net: Warn when processes listen on AF_INET sockets
[PATCH for-next v3] RDMA/hfi2: Consolidate ABI files and setup uverbs access
2026-04-02 20:13 UTC
[PATCH net 2/3] net/mlx5: SD, Keep multi-pf debugfs entries on primary
2026-04-02 19:50 UTC (3+ messages)
[PATCH net 3/3] net/mlx5: SD: Serialize init/cleanup
2026-04-02 19:49 UTC (3+ messages)
[PATCH v2 0/4] treewide: fixup gfp_t printks
2026-04-02 17:16 UTC (3+ messages)
` [PATCH v2 4/4] net/rds: Use special gfp_t format specifier
[PATCH v7 0/3] PCI: AtomicOps: Fix pci_enable_atomic_ops_to_root()
2026-04-02 16:38 UTC (2+ messages)
[PATCH v7 2/3] PCI: AtomicOps: Do not enable without support in root port
2026-04-02 14:44 UTC (2+ messages)
[PATCH v9 net-next 5/6] octeontx2-af: npc: cn20k: dynamically allocate and free default MCAM entries
2026-04-02 8:48 UTC (2+ messages)
` [v9,net-next,5/6] "
[PATCH net-next] net/mlx5: Use dma_wmb() for completion queue doorbell updates
2026-04-02 5:52 UTC
[PATCH net 0/3] mlx5 misc fixes 2026-03-30
2026-04-02 3:20 UTC (2+ messages)
[PATCH][net-next] net/mlx5: Move command entry freeing outside of spinlock
2026-04-02 2:00 UTC (2+ messages)
[PATCH net] rds: ib: reject FRMR registration before IB connection is established
2026-04-02 2:00 UTC (3+ messages)
[PATCH] net/mlx5: Fix potential NULL dereference in PTP event handling
2026-04-02 0:30 UTC (2+ messages)
` [PATCH v2] net/mlx5: Fix OOB access and stack information leak "
[PATCH 0/4] ionic: RDMA completion timestamping support
2026-04-02 0:06 UTC (3+ messages)
` [PATCH 2/4] net: ionic: Add PHC state page for user space access
[PATCH net-next V9 02/14] devlink: Add helpers to lock nested-in instances
2026-04-01 20:18 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox