messages from 2025-05-30 18:07:40 to 2025-06-10 04:10:42 UTC [more...]
[PATCH net-next v5 0/3] dpll: add Reference SYNC feature
2025-06-10 4:04 UTC (3+ 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 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 0/9] Split netmem from struct page
2025-06-10 1:45 UTC (15+ 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()
[PATCH net-next v2 0/4] udp_tunnel: remove rtnl_lock dependency
2025-06-09 23:28 UTC (9+ 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"
[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: mana: Expose additional hardware counters for drop and TC via ethtool
2025-06-09 20:27 UTC (3+ messages)
[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)
[PATCH net-next,v6] net: mana: Add handler for hardware servicing events
2025-06-09 14:36 UTC
[PATCH v5 0/5] Allow dyn MSI-X vector allocation of MANA
2025-06-09 13:49 UTC (6+ 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
[RFC v4 00/18] Split netmem from struct page
2025-06-09 7:53 UTC (65+ 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 11/18] mlx4: use netmem descriptor and APIs for page pool
` [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 15/18] netdevsim: use netmem descriptor and APIs for page pool
` [RFC v4 16/18] netmem: introduce a netmem API, virt_to_head_netmem()
` [RFC v4 17/18] mt76: use netmem descriptor and APIs for page pool
` [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 (3+ 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)
[linus:master] [rds] c50d295c37: BUG:unable_to_handle_page_fault_for_address
2025-06-05 16:50 UTC (8+ messages)
` [PATCH] module: Make sure relocations are applied to the per-CPU section
` [PATCH v2] "
[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 (3+ 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 (7+ 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 (5+ messages)
[PATCH] RDMA/hns: ZERO_OR_NULL_PTR macro overdetection
2025-06-04 10:46 UTC (2+ messages)
[PATCH net-next 0/2] net/mlx5: misc changes 2025-05-25
2025-06-04 10:23 UTC (6+ messages)
` [PATCH net-next 2/2] net/mlx5e: Log error messages when extack is not present
[PATCH] infiniband: iser: remove the unnecessary var
2025-06-04 9:53 UTC (2+ messages)
[PATCH AUTOSEL 5.4 14/20] net: mlx4: add SOF_TIMESTAMPING_TX_SOFTWARE flag when getting ts info
2025-06-04 1:07 UTC
[PATCH AUTOSEL 5.10 18/27] net: mlx4: add SOF_TIMESTAMPING_TX_SOFTWARE flag when getting ts info
2025-06-04 1:06 UTC
[PATCH AUTOSEL 5.15 19/33] net: mlx4: add SOF_TIMESTAMPING_TX_SOFTWARE flag when getting ts info
2025-06-04 1:05 UTC
[PATCH AUTOSEL 6.1 25/46] net: mlx4: add SOF_TIMESTAMPING_TX_SOFTWARE flag when getting ts info
2025-06-04 1:03 UTC
[PATCH AUTOSEL 6.6 30/62] net: mlx4: add SOF_TIMESTAMPING_TX_SOFTWARE flag when getting ts info
2025-06-04 1:01 UTC
[PATCH AUTOSEL 6.12 45/93] net: mlx4: add SOF_TIMESTAMPING_TX_SOFTWARE flag when getting ts info
2025-06-04 0:59 UTC (2+ messages)
` [PATCH AUTOSEL 6.12 82/93] RDMA/hns: initialize db in update_srq_db()
[PATCH AUTOSEL 6.14 050/108] net: mlx4: add SOF_TIMESTAMPING_TX_SOFTWARE flag when getting ts info
2025-06-04 0:55 UTC (2+ messages)
` [PATCH AUTOSEL 6.14 094/108] RDMA/hns: initialize db in update_srq_db()
[PATCH AUTOSEL 6.15 054/118] net: mlx4: add SOF_TIMESTAMPING_TX_SOFTWARE flag when getting ts info
2025-06-04 0:50 UTC (2+ messages)
` [PATCH AUTOSEL 6.15 103/118] RDMA/hns: initialize db in update_srq_db()
[RFC v3 00/18] Split netmem from struct page
2025-06-03 9:22 UTC (6+ messages)
` [RFC v3 01/18] netmem: introduce struct netmem_desc mirroring "
[PATCH v4 0/5] Allow dyn MSI-X vector allocation of MANA
2025-06-03 4:17 UTC (7+ messages)
[PATCH net-next] net/mlx5: HWS, Add an error check in hws_bwc_rule_complex_hash_node_get()
2025-06-02 6:03 UTC (3+ messages)
[PATCH v2 net-next 5/7] socket: Remove kernel socket conversion except for net/rds/
2025-06-02 5:08 UTC (3+ messages)
[syzbot] [smc?] possible deadlock in smc_switch_to_fallback (2)
2025-05-31 16:20 UTC
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