Single branch specified, using that and the previous one:
   remotes/brancher/net-next-2024-10-23--09-00 (v6.12-rc3-993-g8e0b9b169377)
   remotes/brancher/net-next-2024-10-23--12-00 (v6.12-rc3-993-gfa1ccfdea3a7)

==== BASE DIFF ====
 Documentation/netlink/specs/ethtool.yaml |   7 +-
 drivers/net/bonding/bond_main.c          |   2 +-
 drivers/net/macvlan.c                    |   2 +-
 drivers/net/team/team_core.c             |   3 +-
 include/linux/netdevice.h                |   5 +-
 include/net/act_api.h                    |   1 -
 include/net/ip.h                         |   5 ++
 net/8021q/vlan_dev.c                     |   2 +-
 net/bridge/br_device.c                   |   2 +-
 net/core/netpoll.c                       |   2 +-
 net/dsa/user.c                           |   3 +-
 net/ipv4/devinet.c                       |   2 +-
 net/ipv6/ip6mr.c                         |   2 +-
 net/sched/act_api.c                      | 112 ++++++++++++++++++-------------
 net/sched/sch_taprio.c                   |  21 ++++--
 15 files changed, 102 insertions(+), 69 deletions(-)


==== COMMIT DIFF ====
diff --git a/tmp/tmp.YwlXjA7ota b/tmp/tmp.7amyU0PklS
index d070e3df7ff9..559245d1bd87 100644
--- a/tmp/tmp.YwlXjA7ota
+++ b/tmp/tmp.7amyU0PklS
@@ -2,6 +2,12 @@ fs/9p: use kvzalloc/kvfree to allocate struct p9_rdir and its buffer
 tc_action dbg
 profile patch
 forwarding: set timeout to 3 hours
+net/sched: sch_api: fix xa_insert() error path in tcf_block_get_ext()
+net: ti: iccsg-prueth: Fix 1 PPS sync
+tcp: add more warn of socket in tcp_send_loss_probe()
+tcp: add a common helper to debug the underlying issue
+bna: Remove field bnad_dentry_files[] in struct bnad
+bna: Fix return value check for debugfs create APIs
 s390/time: Add PtP driver
 s390/time: Add clocksource id to TOD clock
 Documentation: ieee802154: fix grammar
@@ -128,9 +134,6 @@ mptcp: init: protect sched with rcu_read_lock
 macsec: Fix use-after-free while sending the offloading packet
 bonding: add ns target multicast address to slave device
 net: stmmac: TSO: Fix unbalanced DMA map/unmap for non-paged SKB data
-net: stmmac: dwmac4: Receive Watchdog Timeout is not in abnormal interrupt summary
-net: stmmac: dwmac4: Fix the MTL_OP_MODE_*_MASK operation
-net: stmmac: dwmac4: Fix MTL_OP_MODE_RTC mask and shift macros
 net: stmmac: dwmac4: Fix high address display by updating reg_space[] from register values
 Documentation: bonding: add XDP support explanation
 bonding: return detailed error when loading native XDP fails
@@ -157,7 +160,7 @@ net: stmmac: Add basic dw25gmac support in stmmac core
 net: stmmac: Add snps_id, dev_id to struct plat_stmmacenet_data
 hv_netvsc: Fix VF namespace also in synthetic NIC NETDEV_REGISTER event
 net: dsa: microchip: disable EEE for KSZ879x/KSZ877x/KSZ876x
-netfliter: xtables: fix typo causing some targets to not load on IPv6
+netfilter: xtables: fix a bad copypaste in xt_nflog module
 ipmr: Don't mark ip6mr_rtnl_msg_handlers as __initconst
 r8152: fix deadlock in usb reset during resume
 net: vlan: Use vlan_prio instead of vlan_qos in mapping
@@ -193,27 +196,15 @@ net: hns3: fix missing features due to dev->features configuration too early
 net: hns3: fixed reset failure issues caused by the incorrect reset type
 net: hns3: add sync command to sync io-pgtable
 net: hns3: default enable tx bounce buffer when smmu enabled
-netfilter: bpf: Pass string literal as format argument of request_module()
 tools/net/ynl: improve async notification handling
 r8169: avoid unsolicited interrupts
-netlink: specs: Add missing bitset attrs to ethtool spec
-net: netdev_tx_sent_queue() small optimization
-netpoll: remove ndo_netpoll_setup() second argument
-net: sched: use RCU read-side critical section in taprio_dump()
-net: sched: fix use-after-free in taprio_change()
-ipv4: Switch inet_addr_hash() to less predictable hash.
-phonet: Don't hold RTNL for route_doit().
-phonet: Convert phonet_routes.lock to spinlock_t.
-phonet: Pass net and ifindex to rtm_phonet_notify().
-phonet: Pass ifindex to fill_route().
-phonet: Don't hold RTNL for getaddr_dumpit().
-phonet: Don't hold RTNL for addr_doit().
-phonet: Convert phonet_device_list.lock to spinlock_t.
-phonet: Pass net and ifindex to phonet_address_notify().
-phonet: Pass ifindex to fill_addr().
-ip6mr: Add __init to ip6_mr_cleanup().
-net/sched: act_api: unexport tcf_action_dump_1()
-net/sched: act_api: deny mismatched skip_sw/skip_hw flags for actions created by classifiers
+net: pcs: xpcs: remove return statements in void function
+net: pcs: xpcs: rename xpcs_config_usxgmii()
+net: pcs: xpcs: combine xpcs_link_up_{1000basex,sgmii}()
+net: pcs: xpcs: replace open-coded mii_bmcr_encode_fixed()
+net: pcs: xpcs: rearrange xpcs_link_up_1000basex()
+net: pcs: xpcs: remove switch() in xpcs_link_up_1000basex()
+net: pcs: xpcs: use generic register definitions
 ethernet: cavium: Replace deprecated PCI functions
 gpio: Replace deprecated PCI functions
 block: mtip32xx: Replace deprecated PCI functions