Single branch specified, using that and the previous one:
   remotes/brancher/net-next-2024-10-09--12-00 (v6.12-rc1-464-gd810fc307eef)
   remotes/brancher/net-next-2024-10-09--15-00 (v6.12-rc1-472-g03b177af81bc)

==== BASE DIFF ====
 MAINTAINERS                                     |   4 +-
 drivers/net/ethernet/microsoft/mana/gdma_main.c |  43 +++++++++-
 drivers/net/ethernet/microsoft/mana/mana_en.c   | 105 +++++++++++++++++++++++-
 drivers/net/ethernet/realtek/r8169_main.c       |  44 ++++++++++
 include/net/mana/gdma.h                         |   6 +-
 include/net/mana/mana.h                         |   8 ++
 net/sctp/socket.c                               |  18 ++--
 7 files changed, 218 insertions(+), 10 deletions(-)


==== COMMIT DIFF ====
diff --git a/tmp/tmp.mvo8w4JLh9 b/tmp/tmp.JNgCUV2deA
index 25b912617273..4365d849767a 100644
--- a/tmp/tmp.mvo8w4JLh9
+++ b/tmp/tmp.JNgCUV2deA
@@ -1,6 +1,7 @@
 tc_action dbg
 profile patch
 forwarding: set timeout to 3 hours
+net: sparx5: fix source port register when mirroring
 net: enetc: disable IRQ after Rx and Tx BD rings are disabled
 net: enetc: fix the issues of XDP_REDIRECT feature
 net: enetc: remove xdp_drops statistic from enetc_xdp_drop()
@@ -23,13 +24,35 @@ mctp: Handle error of rtnl_register_module().
 bridge: Handle error of rtnl_register_module().
 vxlan: Handle error of rtnl_register_module().
 rtnetlink: Add bulk registration helpers for rtnetlink message handlers.
+net/mlx5: Add support check for TSAR types in QoS scheduling
+net/mlx5: Unify QoS element type checks across NIC and E-Switch
+net/mlx5: qos: Refactor locking to a qos domain mutex
+net/mlx5: qos: Store rate groups in a qos domain
+net/mlx5: qos: Rename rate group 'list' as 'parent_entry'
+net/mlx5: qos: Add an explicit 'dev' to vport trace calls
+net/mlx5: qos: Store the eswitch in a mlx5_esw_rate_group
+net/mlx5: qos: Drop 'esw' param from vport qos functions
+net/mlx5: qos: Always create group0
+net/mlx5: qos: Maintain rate group vport members in a list
+net/mlx5: qos: Refactor and document bw_share calculation
+net/mlx5: qos: Consistently name vport vars as 'vport'
+net/mlx5: qos: Rename vport 'tsar' into 'sched_elem'.
+net/mlx5: qos: Flesh out element_attributes in mlx5_ifc.h
+eth: fbnic: add ethtool timestamping statistics
+eth: fbnic: add TX packets timestamping support
+eth: fbnic: add RX packets timestamping support
+eth: fbnic: add initial PHC support
+eth: fbnic: add software TX timestamping support
+ipv4: Retire global IPv4 hash table inet_addr_lst.
+ipv4: Namespacify IPv4 address GC.
+ipv4: Use per-netns hash table in inet_lookup_ifaddr_rcu().
+ipv4: Link IPv4 address to per-netns hash table.
 doc: net: Fix .rst rendering of net_cachelines pages
 Fix misspelling of "accept*" in net
 net: Remove likely from l3mdev_master_ifindex_by_index
 net: phylink: remove "using_mac_select_pcs"
 net: dsa: mv88e6xxx: return NULL when no PCS is present
 net: dsa: remove dsa_port_phylink_mac_select_pcs()
-eth: fbnic: Add hardware monitoring support via HWMON interface
 net: do not delay dst_entries_add() in dst_release()
 tipc: Return -EINVAL on error from addr2str() methods
 netdevsim: copy addresses for both in and out paths
@@ -46,23 +69,9 @@ mlx4: add gettimex64() ptp method
 mlx4: update mlx4_clock_read() to provide pre/post tstamps
 net: netconsole: fix wrong warning
 net: dsa: refuse cross-chip mirroring operations
+net: ethernet: fix NULL pointer dereference at fec_ptp_save_state()
 ipv6: Remove redundant unlikely()
 selftests: net: rds: fix module not found
-net: mana: Enable debugfs files for MANA device
-net: fec: don't save PTP state if PTP is unsupported
-net: hibmcge: Add maintainer for hibmcge
-net: hibmcge: Add a Makefile and update Kconfig for hibmcge
-net: hibmcge: Implement some ethtool_ops functions
-net: hibmcge: Implement rx_poll function to receive packets
-net: hibmcge: Implement .ndo_start_xmit function
-net: hibmcge: Implement some .ndo functions
-net: hibmcge: Add interrupt supported in this module
-net: hibmcge: Add mdio and hardware configuration supported in this module
-net: hibmcge: Add read/write registers supported through the bar space
-net: hibmcge: Add pci table supported in this module
-r8169: add support for the temperature sensor being available from RTL8125B
-sctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_start
-Merge tag 'for_linus' of https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
 qca_spi: Improve reset mechanism
 qca_spi: Count unexpected WRBUF_SPC_AVA after reset
 tcp: remove unnecessary update for tp->write_seq in tcp_connect()
@@ -74,8 +83,3 @@ net: ip: make ip_mc_validate_source() return drop reason
 net: ip: make ip_route_input_mc() return drop reason
 net: ip: make fib_validate_source() return drop reason
 net: ftgmac100: fixed not check status from fixed phy
-vhost/scsi: null-ptr-dereference in vhost_scsi_get_req()
-vsock/virtio: use GFP_ATOMIC under RCU read lock
-virtio_console: fix misc probe bugs
-virtio_ring: tag event_triggered as racy for KCSAN
-vdpa/octeon_ep: Fix format specifier for pointers in debug messages