Single branch specified, using that and the previous one: remotes/brancher/net-next-2024-10-04--18-00 (v6.12-rc1-339-gf82f431b927e) remotes/brancher/net-next-2024-10-04--21-00 (v6.12-rc1-369-g7bc833cb70f0) ==== BASE DIFF ==== Documentation/networking/timestamping.rst | 14 + arch/alpha/include/uapi/asm/socket.h | 2 + arch/mips/include/uapi/asm/socket.h | 2 + arch/parisc/include/uapi/asm/socket.h | 2 + arch/sparc/include/uapi/asm/socket.h | 2 + drivers/net/dsa/sja1105/sja1105_main.c | 1 - drivers/net/ethernet/cadence/macb_main.c | 3 +- drivers/net/ethernet/ibm/ibmvnic.c | 6 +- drivers/net/ethernet/intel/ice/ice.h | 5 + drivers/net/ethernet/intel/ice/ice_adapter.c | 22 +- drivers/net/ethernet/intel/ice/ice_adapter.h | 22 +- drivers/net/ethernet/intel/ice/ice_adminq_cmd.h | 9 + drivers/net/ethernet/intel/ice/ice_gnss.c | 4 +- drivers/net/ethernet/intel/ice/ice_ptp.c | 1455 +++++++++----------- drivers/net/ethernet/intel/ice/ice_ptp.h | 143 +- drivers/net/ethernet/intel/ice/ice_ptp_consts.h | 2 +- drivers/net/ethernet/intel/ice/ice_ptp_hw.c | 125 +- drivers/net/ethernet/intel/ice/ice_ptp_hw.h | 77 +- .../ethernet/marvell/octeontx2/af/rvu_debugfs.c | 14 +- drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c | 2 +- .../net/ethernet/mellanox/mlx5/core/fs_counters.c | 387 ++---- include/linux/mlx5/driver.h | 33 +- include/linux/mlx5/fs.h | 3 - include/net/inet_sock.h | 4 +- include/net/sock.h | 34 +- include/uapi/asm-generic/socket.h | 2 + net/bridge/br_netfilter_hooks.c | 5 + net/can/raw.c | 2 +- net/core/sock.c | 13 + net/ethtool/ioctl.c | 1 + net/ipv4/ip_output.c | 21 +- net/ipv4/raw.c | 2 +- net/ipv4/tcp.c | 7 +- net/ipv6/ip6_output.c | 22 +- net/ipv6/raw.c | 2 +- net/packet/af_packet.c | 6 +- net/socket.c | 2 +- tools/include/uapi/asm-generic/socket.h | 2 + tools/testing/selftests/net/netfilter/Makefile | 1 + tools/testing/selftests/net/netfilter/config | 2 + .../selftests/net/netfilter/vxlan_mtu_frag.sh | 121 ++ tools/testing/selftests/net/txtimestamp.c | 44 +- tools/testing/selftests/net/txtimestamp.sh | 12 +- 43 files changed, 1349 insertions(+), 1291 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.j5I1yd9p1g b/tmp/tmp.wh2EbuHczL index 76e98da8c7a2..975b7b53e7e7 100644 --- a/tmp/tmp.j5I1yd9p1g +++ b/tmp/tmp.wh2EbuHczL @@ -1,6 +1,9 @@ tc_action dbg profile patch forwarding: set timeout to 3 hours +net: phy: Validate PHY LED OPs presence before registering +net: phy: Remove LED entry from LEDs list on unregister +vmxnet3: support higher link speeds from vmxnet3 v9 wireguard: Wire-up big tcp support net: Optimize IPv6 path in ip_neigh_for_gw() net: phy: aquantia: allow forcing order of MDI pairs @@ -74,11 +77,9 @@ net: dsa: bcm_sf2: fix crossbar port bitwidth logic net: phy: bcm84881: Fix some error handling paths net: ethernet: adi: adin1110: Fix some error handling path in adin1110_read_fifo() net: qcom/emac: Find sgmii_ops by device_for_each_child() -net: macb: Adding support for Jumbo Frames up to 10240 Bytes in SAMA5D2 net: explicitly clear the sk pointer, when pf->create fails gve: adopt page pool for DQ RDA mode gve: move DQO rx buffer management related code to a new file -ethtool: rss: fix rss key initialization warning eth: fbnic: add ethtool timestamping statistics eth: fbnic: add TX packets timestamping support eth: fbnic: add RX packets timestamping support @@ -122,10 +123,6 @@ PCI/TPH: Add Steering Tag support PCI: Add TLP Processing Hints (TPH) support selftests: net: add new ioam tests selftests: net: remove ioam tests -rtnetlink: Add ASSERT_RTNL_NET() placeholder for netdev notifier. -rtnetlink: Add assertion helpers for per-netns RTNL. -rtnetlink: Add per-netns RTNL. -Revert "rtnetlink: add guard for RTNL" vsock/virtio: use GFP_ATOMIC under RCU read lock net: pse-pd: Fix enabled status mismatch selftests: net: no_forwarding: fix VID for $swp2 in one_bridge_two_pvids() test