Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-07-09--03-00 (v6.16-rc4-1297-g7fd44858c17d) remotes/brancher/net-next-2025-07-09--06-00 (v6.16-rc4-1306-g54b7506bdf8f) ==== BASE IDENTICAL ==== ==== COMMIT DIFF ==== diff --git a/tmp/tmp.kg3qGXiRCi b/tmp/tmp.xYq7hQlzqm index 2ca44b33ccfa..ad587dfbef5f 100644 --- a/tmp/tmp.kg3qGXiRCi +++ b/tmp/tmp.xYq7hQlzqm @@ -8,6 +8,7 @@ tc_action dbg [local patch] forwarding: set timeout to 3 hours [local patch] selftests: net: enable profiling [local patch] timestamp - try waking [local patch] +net: appletalk: Fix device refcount leak in atrtr_create() net: dsa: microchip: Disable PTP function of KSZ8463 net: dsa: microchip: Setup fiber ports for KSZ8463 net: dsa: microchip: Write switch MAC address differently for KSZ8463 @@ -20,6 +21,14 @@ ethtool: rss: report which fields are configured for hashing ethtool: mark ETHER_FLOW as usable for Rx hash tools: ynl: decode enums in auto-ints ethtool: rss: make sure dump takes the rss lock +net: s/dev_close_many/netif_close_many/ +net: s/dev_set_threaded/netif_set_threaded/ +net: s/dev_get_flags/netif_get_flags/ +net: s/__dev_set_mtu/__netif_set_mtu/ +net: s/dev_pre_changeaddr_notify/netif_pre_changeaddr_notify/ +net: s/dev_get_mac_address/netif_get_mac_address/ +net: s/dev_get_port_parent_id/netif_get_port_parent_id/ +net: s/dev_get_stats/netif_get_stats/ net/mlx5e: RX, Remove unnecessary RQT redirects net/mlx5: Warn when write combining is not supported net/mlx5e: Replace recursive VLAN push handling with an iterative loop