Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-02-08--03-00 (v6.14-rc1-344-gbbeab059064e) remotes/brancher/net-next-2025-02-08--06-00 (v6.14-rc1-348-gab9e499b7b85) ==== BASE DIFF ==== drivers/net/netdevsim/netdev.c | 10 ++- include/linux/netdevice.h | 1 - include/net/netdev_queues.h | 4 ++ net/core/dev.c | 17 +++++ net/core/dev.h | 12 ++++ net/core/netdev_rx_queue.c | 37 ++++++----- net/core/page_pool.c | 7 +-- net/core/skbuff.c | 103 ++----------------------------- tools/testing/selftests/net/nl_netdev.py | 18 +++++- 9 files changed, 81 insertions(+), 128 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.VyVPKJCNwJ b/tmp/tmp.MphwbREx9b index f3b8d5f4a0ad..0c0713387c3b 100644 --- a/tmp/tmp.VyVPKJCNwJ +++ b/tmp/tmp.MphwbREx9b @@ -3,6 +3,9 @@ selftests: net: enable profiling tc_action dbg profile patch forwarding: set timeout to 3 hours +selftests: drv-net: Test queue xsk attribute +netdev-genl: Add an XSK attribute to queues +netlink: Add nla_put_empty_nest helper documentation: networking: Add NAPI config blackhole_dev: convert self-test to KUnit hv_netvsc: Set device flags for properly indicating bonding in Hyper-V @@ -107,12 +110,7 @@ eth: fbnic: add IP TCAM programming eth: fbnic: support an additional RSS context selftests: net-drv: test adding flow rule to invalid RSS context net: ethtool: prevent flow steering to RSS contexts which don't exist -netdevsim: allow normal queue reset while down -net: page_pool: avoid false positive warning if NAPI was never added -net: devmem: don't call queue stop / start when the interface is down -net: refactor netdev_rx_queue_restart() to use local qops r8152: add vendor/device ID pair for Dell Alienware AW1022z -Revert "net: skb: introduce and use a single page frag cache" xsk: add helper to get &xdp_desc's DMA and meta pointer in one go ice: use generic unrolled_count() macro i40e: use generic unrolled_count() macro