messages from 2025-06-04 11:04:47 to 2025-06-10 21:40:49 UTC [more...]
[PATCH v5 0/5] Allow dyn MSI-X vector allocation of MANA
2025-06-10 21:40 UTC (7+ messages)
` [PATCH v5 1/5] PCI/MSI: Export pci_msix_prepare_desc() for dynamic MSI-X allocations
` [PATCH v5 2/5] PCI: hv: Allow dynamic MSI-X vector allocation
` [PATCH v5 3/5] net: mana: explain irq_setup() algorithm
` [PATCH v5 4/5] net: mana: Allow irq_setup() to skip cpus for affinity
` [PATCH v5 5/5] net: mana: Allocate MSI-X vectors dynamically
[PATCH] net: mana: Expose additional hardware counters for drop and TC via ethtool
2025-06-10 21:40 UTC (4+ messages)
[PATCH RFC v1] Feature reporting of RDS driver
2025-06-10 21:32 UTC (10+ messages)
` [PATCH RFC v1] rds: Expose feature parameters via sysfs and ELF note
` [rds-devel] [PATCH RFC v1] Feature reporting of RDS driver
[PATCH net-next,v6] net: mana: Add handler for hardware servicing events
2025-06-10 18:45 UTC (2+ messages)
[PATCH net-next,v7] net: mana: Add handler for hardware servicing events
2025-06-10 18:42 UTC
[PATCH net-next v3 0/4] udp_tunnel: remove rtnl_lock dependency
2025-06-10 17:15 UTC (5+ messages)
` [PATCH net-next v3 1/4] "
` [PATCH net-next v3 2/4] net: remove redundant ASSERT_RTNL() in queue setup functions
` [PATCH net-next v3 3/4] netdevsim: remove udp_ports_sleep
` [PATCH net-next v3 4/4] Revert "bnxt_en: bring back rtnl_lock() in the bnxt_open() path"
[PATCH rdma-next 1/1] RDMA/mana_ib: Add device statistics support
2025-06-10 15:23 UTC (2+ messages)
[PATCH net 0/9] mlx5 misc fixes 2025-06-10
2025-06-10 15:15 UTC (10+ messages)
` [PATCH net 1/9] net/mlx5: Ensure fw pages are always allocated on same NUMA
` [PATCH net 2/9] net/mlx5: Fix ECVF vports unload on shutdown flow
` [PATCH net 3/9] net/mlx5: Fix return value when searching for existing flow group
` [PATCH net 4/9] net/mlx5: HWS, Init mutex on the correct path
` [PATCH net 5/9] net/mlx5: HWS, fix missing ip_version handling in definer
` [PATCH net 6/9] net/mlx5: HWS, make sure the uplink is the last destination
` [PATCH net 7/9] net/mlx5e: Properly access RCU protected qdisc_sleeping variable
` [PATCH net 8/9] net/mlx5e: Fix leak of Geneve TLV option object
` [PATCH net 9/9] net/mlx5e: Fix number of lanes to UNKNOWN when using data_rate_oper
[PATCH net-next v4 00/11] net/mlx5e: Add support for devmem and io_uring TCP zero-copy
2025-06-10 15:09 UTC (12+ messages)
` [PATCH net-next v4 01/11] net: Allow const args for of page_to_netmem()
` [PATCH net-next v4 02/11] net: Add skb_can_coalesce for netmem
` [PATCH net-next v4 03/11] net/mlx5e: SHAMPO: Reorganize mlx5_rq_shampo_alloc
` [PATCH net-next v4 04/11] net/mlx5e: SHAMPO: Remove redundant params
` [PATCH net-next v4 05/11] net/mlx5e: SHAMPO: Improve hw gro capability checking
` [PATCH net-next v4 06/11] net/mlx5e: SHAMPO: Separate pool for headers
` [PATCH net-next v4 07/11] net/mlx5e: Convert over to netmem
` [PATCH net-next v4 08/11] net/mlx5e: Add support for UNREADABLE netmem page pools
` [PATCH net-next v4 09/11] net/mlx5e: Implement queue mgmt ops and single channel swap
` [PATCH net-next v4 10/11] net/mlx5e: Support ethtool tcp-data-split settings
` [PATCH net-next v4 11/11] net/mlx5e: Add TX support for netmems
[PATCH net-next v2 0/4] udp_tunnel: remove rtnl_lock dependency
2025-06-10 14:57 UTC (10+ messages)
` [PATCH net-next v2 1/4] "
` [PATCH net-next v2 2/4] net: remove redundant ASSERT_RTNL() in queue setup functions
` [PATCH net-next v2 3/4] netdevsim: remove udp_ports_sleep
` [Intel-wired-lan] "
` [PATCH net-next v2 4/4] Revert "bnxt_en: bring back rtnl_lock() in the bnxt_open() path"
WTS Available laptops and Memory
2025-06-10 14:56 UTC
[linus:master] [rds] c50d295c37: BUG:unable_to_handle_page_fault_for_address
2025-06-10 14:55 UTC (9+ messages)
` [PATCH] module: Make sure relocations are applied to the per-CPU section
` [PATCH v2] "
[PATCH] RDMA/mlx5: reduce stack usage in mlx5_ib_ufile_hw_cleanup
2025-06-10 14:51 UTC (4+ messages)
[PATCH] RDMA/cxgb4: Delete an unnecessary check before kfree() in c4iw_rdev_open()
2025-06-10 12:20 UTC
[PATCH net-next 0/9] Split netmem from struct page
2025-06-10 11:15 UTC (18+ messages)
` [PATCH net-next 1/9] netmem: introduce struct netmem_desc mirroring "
` [PATCH net-next 2/9] page_pool: rename page_pool_return_page() to page_pool_return_netmem()
` [PATCH net-next 3/9] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma()
` [PATCH net-next 4/9] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow()
` [PATCH net-next 5/9] netmem: use _Generic to cover const casting for page_to_netmem()
` [PATCH net-next 6/9] netmem: remove __netmem_get_pp()
` [PATCH net-next 7/9] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem()
` [PATCH net-next 8/9] netmem: introduce a netmem API, virt_to_head_netmem()
` [PATCH net-next 9/9] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()
PCI: Work around PCIe link training failures
2025-06-10 7:00 UTC (2+ messages)
[PATCH net-next v5 0/3] dpll: add Reference SYNC feature
2025-06-10 4:04 UTC (4+ messages)
` [PATCH net-next v5 1/3] dpll: add reference-sync netlink attribute
` [PATCH net-next v5 2/3] dpll: add reference sync get/set
` [PATCH net-next v5 3/3] ice: add ref-sync dpll pins
[PATCH net-next v4 0/3] dpll: add Reference SYNC feature
2025-06-10 3:49 UTC (4+ messages)
` [PATCH net-next v4 1/3] dpll: add reference-sync netlink attribute
` [Intel-wired-lan] "
[PATCH net-next v3 00/12] net/mlx5e: Add support for devmem and io_uring TCP zero-copy
2025-06-09 23:22 UTC (16+ messages)
` [PATCH net-next v3 01/12] net: Allow const args for of page_to_netmem()
` [PATCH net-next v3 02/12] net: Add skb_can_coalesce for netmem
` [PATCH net-next v3 03/12] net/mlx5e: SHAMPO: Reorganize mlx5_rq_shampo_alloc
` [PATCH net-next v3 04/12] net/mlx5e: SHAMPO: Remove redundant params
` [PATCH net-next v3 05/12] net/mlx5e: SHAMPO: Improve hw gro capability checking
` [PATCH net-next v3 06/12] net/mlx5e: SHAMPO: Separate pool for headers
` [PATCH net-next v3 07/12] net/mlx5e: SHAMPO: Headers page pool stats
` [PATCH net-next v3 08/12] net/mlx5e: Convert over to netmem
` [PATCH net-next v3 09/12] net/mlx5e: Add support for UNREADABLE netmem page pools
` [PATCH net-next v3 10/12] net/mlx5e: Implement queue mgmt ops and single channel swap
` [PATCH net-next v3 11/12] net/mlx5e: Support ethtool tcp-data-split settings
` [PATCH net-next v3 12/12] net/mlx5e: Add TX support for netmems
[PATCH net-next] net: mana: Record doorbell physical address in PF mode
2025-06-09 23:09 UTC
[PATCH net-next V2 00/11] net/mlx5e: Add support for devmem and io_uring TCP zero-copy
2025-06-09 15:20 UTC (14+ messages)
` [PATCH net-next V2 07/11] net/mlx5e: SHAMPO: Headers page pool stats
[PATCH for-next] RDMA/efa: Add CQ with external memory support
2025-06-09 15:03 UTC (10+ messages)
[RFC v4 00/18] Split netmem from struct page
2025-06-09 7:53 UTC (62+ messages)
` [RFC v4 01/18] netmem: introduce struct netmem_desc mirroring "
` [RFC v4 02/18] netmem: introduce netmem alloc APIs to wrap page alloc APIs
` [RFC v4 03/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_page_order()
` [RFC v4 04/18] page_pool: rename __page_pool_alloc_page_order() to __page_pool_alloc_netmem_order()
` [RFC v4 05/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_pages_slow()
` [RFC v4 06/18] page_pool: rename page_pool_return_page() to page_pool_return_netmem()
` [RFC v4 07/18] page_pool: use netmem put API in page_pool_return_netmem()
` [RFC v4 08/18] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma()
` [RFC v4 09/18] page_pool: rename __page_pool_put_page() to __page_pool_put_netmem()
` [RFC v4 10/18] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow()
` [RFC v4 12/18] netmem: use _Generic to cover const casting for page_to_netmem()
` [RFC v4 13/18] netmem: remove __netmem_get_pp()
` [RFC v4 14/18] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem()
` [RFC v4 16/18] netmem: introduce a netmem API, virt_to_head_netmem()
` [RFC v4 18/18] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()
[PATCH for-next v2] RDMA/rxe: Remove redundant page presence check
2025-06-09 7:43 UTC (3+ messages)
[PATCH v2] IB/iser: remove unnecessary local variable
2025-06-08 21:34 UTC (2+ messages)
Github RXE CI support
2025-06-08 10:28 UTC
[PATCH for-next v1] RDMA/rxe: Remove redundant page presence check
2025-06-08 9:51 UTC (2+ messages)
blktests failures with v6.15 kernel
2025-06-06 15:31 UTC (7+ messages)
[PATCH for-next] RDMA/hns: Remove MW support
2025-06-05 14:50 UTC (4+ messages)
[recipe build #3905904] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
2025-06-05 11:59 UTC
[PATCH v3] net/mlx5: Flag state up only after cmdif is ready
2025-06-05 9:19 UTC (2+ messages)
[PATCH v3] net/mlx5: Flag state up only after cmdif is ready
2025-06-05 8:14 UTC
[PATCH v2 net-next 6/7] socket: Replace most sock_create() calls with sock_create_kern()
2025-06-05 4:28 UTC (3+ messages)
[PATCH v2] RDMA/hns: ZERO_OR_NULL_PTR macro overdetection
2025-06-05 3:49 UTC
[PATCH 0/7] RDMA: hfi1: cpumasks usage fixes
2025-06-04 19:39 UTC (8+ messages)
` [PATCH 1/7] cpumask: add cpumask_clear_cpus()
` [PATCH 2/7] RDMA: hfi1: fix possible divide-by-zero in find_hw_thread_mask()
` [PATCH 3/7] RDMA: hfi1: simplify find_hw_thread_mask()
` [PATCH 4/7] RDMA: hfi1: simplify init_real_cpu_mask()
` [PATCH 5/7] RDMA: hfi1: use rounddown in find_hw_thread_mask()
` [PATCH 6/7] RDMA: hfi1: simplify hfi1_get_proc_affinity()
` [PATCH 7/7] RDMI: hfi1: drop cpumask_empty() call in hfi1/affinity.c
[PATCH v2 net-next 3/7] socket: Restore sock_create_kern()
2025-06-04 18:36 UTC (2+ 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