Single branch specified, using that and the previous one:
   remotes/brancher/net-next-2024-10-03--09-00 (net-next-6.12-10252-g6b92bf2b54a7)
   remotes/brancher/net-next-2024-10-03--12-00 (net-next-6.12-10261-g7b90529c4527)

==== BASE DIFF ====
 .../devicetree/bindings/net/xlnx,axi-ethernet.yaml |  3 +-
 Documentation/networking/napi.rst                  |  5 +-
 drivers/net/ethernet/microsoft/mana/mana_ethtool.c | 11 +++++
 include/net/mana/mana.h                            |  2 +-
 include/uapi/linux/netfilter/nf_tables.h           |  2 +-
 net/ipv4/netfilter/nf_dup_ipv4.c                   |  7 ++-
 net/ipv6/netfilter/nf_dup_ipv6.c                   |  7 ++-
 net/sctp/socket.c                                  |  4 +-
 .../selftests/net/netfilter/conntrack_dump_flush.c |  1 +
 tools/testing/selftests/net/netfilter/nft_audit.sh | 57 +++++++++++-----------
 10 files changed, 60 insertions(+), 39 deletions(-)


==== COMMIT DIFF ====
diff --git a/tmp/tmp.pe0EMsWOz5 b/tmp/tmp.LfFVHKyH8D
index 0f1667e2cf46..2f08fe3bd604 100644
--- a/tmp/tmp.pe0EMsWOz5
+++ b/tmp/tmp.LfFVHKyH8D
@@ -2,6 +2,9 @@ iov_iter: fix advancing slot in iter_folioq_get_pages()
 tc_action dbg
 profile patch
 forwarding: set timeout to 3 hours
+net: Fix an unsafe loop on the list
+net-timestamp: namespacify the sysctl_tstamp_allow_data
+selftest/ptp: update ptp selftest to exercise the gettimex options
 net: tcp: refresh tcp_mstamp for compressed ack in timer
 Documentation: networking: add Twisted Pair Ethernet diagnostics at OSI Layer 1
 v2 [PATCH 1/1] net: phy: marvell: avoid bringing down fibre link when autoneg is bypassed
@@ -37,10 +40,6 @@ lib: packing: add pack() and unpack() wrappers over packing()
 lib: packing: remove kernel-doc from header file
 lib: packing: adjust definitions and implementation for arbitrary buffer lengths
 lib: packing: refuse operating on bit indices which exceed size of buffer
-selftests: netfilter: Add missing return value
-netfilter: nf_tables: prevent nf_skb_duplicated corruption
-selftests: netfilter: Fix nft_audit.sh for newer nft binaries
-netfilter: uapi: NFTA_FLOWTABLE_HOOK is NLA_NESTED
 net/mlx5: Fix typos
 e1000e: makes e1000_watchdog_task use queue_delayed_work
 tcp: add a fast path in tcp_delack_timer()