Single branch specified, using that and the previous one:
   remotes/brancher/net-next-2024-10-20--12-00 (v6.12-rc3-952-gd94776830f94)
   remotes/brancher/net-next-2024-10-20--15-00 (v6.12-rc3-952-g0e236d789841)

==== BASE DIFF ====
 .mailmap                                          |  5 ++
 MAINTAINERS                                       |  2 +
 drivers/net/dsa/mv88e6xxx/port.c                  |  1 +
 drivers/net/ethernet/broadcom/bnxt/bnxt.c         | 22 +++---
 drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c     | 70 +++++++++++--------
 drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.h     | 12 ++--
 drivers/net/ethernet/emulex/benet/be_main.c       | 10 +--
 drivers/net/ethernet/i825xx/sun3_82586.c          |  1 +
 drivers/net/ethernet/marvell/octeon_ep/octep_rx.c | 82 ++++++++++++++++-------
 drivers/net/phy/dp83822.c                         |  4 +-
 drivers/net/plip/plip.c                           |  2 +-
 drivers/net/pse-pd/pse_core.c                     |  4 +-
 12 files changed, 141 insertions(+), 74 deletions(-)


==== COMMIT DIFF ====
diff --git a/tmp/tmp.NwG2vLrrrs b/tmp/tmp.v6NcSHwzDy
index 60f1c3d06b06..697e725855c5 100644
--- a/tmp/tmp.NwG2vLrrrs
+++ b/tmp/tmp.v6NcSHwzDy
@@ -97,7 +97,6 @@ ixgbe: Fix passing 0 to ERR_PTR in ixgbe_run_xdp()
 igb: Fix passing 0 to ERR_PTR in igb_run_xdp()
 igc: Fix passing 0 to ERR_PTR in igc_xdp_run_prog()
 ipv4: Switch inet_addr_hash() to less predictable hash.
-MAINTAINERS: add samples/pktgen to NETWORKING [GENERAL]
 r8169: enable EEE at 2.5G per default on RTL8125B
 octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_dcbnl.c
 octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_dmac_flt.c
@@ -141,8 +140,6 @@ 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
 xfrm: migrate: work around 0 if_id on migrate
-octeon_ep: Add SKB allocation failures handling in __octep_oq_process_rx()
-octeon_ep: Implement helper for iterating packets in Rx queue
 net: netconsole: split send_msg_fragmented
 net: netconsole: do not pass userdata up to the tail
 net: netconsole: extract release appending into separate function
@@ -205,7 +202,6 @@ r8169: remove rtl_dash_loop_wait_high/low
 r8169: avoid duplicated messages if loading firmware fails and switch to warn level
 r8169: replace custom flag with disable_work() et al
 r8169: don't take RTNL lock in rtl_task()
-bnxt_en: replace ptp_lock with irqsave variant
 net/mlx5: fs, rename modify header struct member action
 net/mlx5: fs, rename packet reformat struct member action
 net/mlx5: Only create VEPA flow table when in VEPA mode
@@ -222,8 +218,6 @@ net/mlx5: Add parent group support in rate group structure
 net/mlx5: Introduce node type to rate group structure
 net/mlx5: Refactor QoS group scheduling element creation
 virtio_net: fix integer overflow in stats
-mailmap: update entry for Jesper Dangaard Brouer
-net: phy: dp83822: Fix reset pin definitions
 ethernet: cavium: Replace deprecated PCI functions
 gpio: Replace deprecated PCI functions
 block: mtip32xx: Replace deprecated PCI functions
@@ -231,7 +225,6 @@ fpga/dfl-pci.c: Replace deprecated PCI functions
 PCI: Deprecate pcim_iounmap_regions()
 PCI: Make pcim_iounmap_region() a public function
 eth: fbnic: add CONFIG_PTP_1588_CLOCK_OPTIONAL dependency
-net: dsa: mv88e6xxx: Fix error when setting port policy on mv88e6393x
 net: stmmac: dwmac4: Fix high address display by updating reg_space[] from register values
 net: stmmac: dwmac4: Receive Watchdog Timeout is not in abnormal interrupt summary
 net: stmmac: dwmac4: Fix the MTL_OP_MODE_*_MASK operation
@@ -240,10 +233,6 @@ Documentation: bonding: add XDP support explanation
 bonding: use correct return value
 bonding: return detailed error when loading native XDP fails
 net: fix races in netdev_tx_sent_queue()/dev_watchdog()
-MAINTAINERS: add Simon as an official reviewer
-net: plip: fix break; causing plip to never transmit
-be2net: fix potential memory leak in be_xmit()
-net/sun3_82586: fix potential memory leak in sun3_82586_send_packet()
 net: ip: make ip_route_use_hint() return drop reasons
 net: ip: make ip_mkroute_input/__mkroute_input return drop reasons
 net: ip: make ip_route_input() return drop reasons
@@ -255,7 +244,6 @@ net: ip: make ip_route_input_mc() return drop reason
 net: ip: make fib_validate_source() return drop reason
 net: ip: refactor fib_validate_source/__fib_validate_source
 net: wwan: fix global oob in wwan_rtnl_policy
-net: pse-pd: Fix out of bound for loop
 net: hibmcge: Add maintainer for hibmcge
 net: hibmcge: Add a Makefile and update Kconfig for hibmcge
 net: hibmcge: Implement some ethtool_ops functions