Single branch specified, using that and the previous one: remotes/brancher/net-next-hw-2025-10-24--08-00 (v6.18-rc2-477-g7c2112b791cf) remotes/brancher/net-next-hw-2025-10-24--16-00 (v6.18-rc2-499-g567f67cb1f04) ==== BASE IDENTICAL ==== ==== COMMIT DIFF ==== diff --git a/tmp/tmp.xtpQE3Ns2q b/tmp/tmp.1LWnqJP9wv index ce5b8775524c..d7776a70fcb7 100644 --- a/tmp/tmp.xtpQE3Ns2q +++ b/tmp/tmp.1LWnqJP9wv @@ -12,6 +12,35 @@ nipa: config: x86: use periodic HZ tick nipa: disable 6.17's merge window kunit tests nipa: disable random kunit tests nipa: fbnic: link up on QEMU +virtio-net: correct hdr_len handling for tunnel gso +virtio-net: correct hdr_len handling for VIRTIO_NET_F_GUEST_HDRLEN +virtio-net: fix incorrect flags recording in big mode +net: jme: migrate to dma_map_phys instead of map_page +net: stmmac: Add a devlink attribute to control timestamping mode +net: stmmac: Move subsecond increment configuration in dedicated helper +xfrm: Determine inner GSO type from packet inner protocol +xfrm: Check inner packet family directly from skb_dst +xfrm: Remove redundant state inner mode check +net/sched: Remove unused typedef psched_tdiff_t +net: mana: Support HW link state events +sctp: Remove sctp_copy_sock() and sctp_copy_descendant(). +sctp: Use sctp_clone_sock() in sctp_do_peeloff(). +sctp: Remove sctp_pf.create_accept_sk(). +sctp: Use sk_clone() in sctp_accept(). +net: Add sk_clone(). +sctp: Don't call sk->sk_prot->init() in sctp_v[46]_create_accept_sk(). +sctp: Don't copy sk_sndbuf and sk_rcvbuf in sctp_sock_migrate(). +sctp: Defer SCTP_DBG_OBJCNT_DEC() to sctp_destroy_sock(). +net: hns3: add hwtstamp_get/hwtstamp_set ops +net: renesas: rswitch: convert to ndo_hwtstamp API +net: ravb: convert to ndo_hwtstamp API +ionic: convert to ndo_hwtstamp API +mlx4: convert to ndo_hwtstamp API +octeontx2: convert to ndo_hwtstamp API +net: add per-netns sysctl for devmem autorelease +net: devmem: use niov array for token management +net: devmem: refactor sock_devmem_dontneed for autorelease split +net: devmem: rename tx_vec to vec in dmabuf binding selftest: net: prevent use of uninitialized variable phy: mscc: Fix PTP for VSC8574 and VSC8572 phy: mscc: Use PHY_ID_MATCH_EXACT for VSC8584, VSC8582, VSC8575, VSC856X @@ -122,15 +151,8 @@ net: mdio: reset PHY before attempting to access registers in fwnode_mdiobus_reg net: mdio: introduce mdio_device_has_reset() net: mdio: change property read from fwnode_property_read_u32() to device_property_read_u32() net: mdio: common handling of phy reset properties -selftests: traceroute: Add ICMP extensions tests -ipv6: icmp: Add RFC 5837 support -ipv4: icmp: Add RFC 5837 support neighbour: Convert rwlock of struct neigh_table to spinlock. neighbour: Convert RTM_SETNEIGHTBL to RCU. neighbour: Convert RTM_GETNEIGHTBL to RCU. neighbour: Annotate access to neigh_parms fields. neighbour: Use RCU list helpers for neigh_parms.list writers. -tools: ynl: add start-index property for indexed arrays -tools: ynl: call nested attribute free function for indexed arrays -tools: ynl: zero-initialize struct ynl_sock memory -ynl: samples: add tc filter add example