Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-06-17--12-00 (v6.16-rc1-513-g513ef63a3438) remotes/brancher/net-next-2025-06-17--15-00 (v6.16-rc1-511-gba6a1b19cd09) ==== BASE DIFF ==== Documentation/ABI/testing/sysfs-class-net-phydev | 10 ++ drivers/net/ethernet/intel/igc/igc.h | 33 +++++-- drivers/net/ethernet/intel/igc/igc_base.h | 8 -- drivers/net/ethernet/intel/igc/igc_defines.h | 1 + drivers/net/ethernet/intel/igc/igc_ethtool.c | 12 ++- drivers/net/ethernet/intel/igc/igc_main.c | 57 ++++++++--- drivers/net/ethernet/intel/igc/igc_tsn.c | 116 ++++++++++++++++++++--- drivers/net/ethernet/intel/igc/igc_tsn.h | 5 + drivers/net/phy/phy_device.c | 112 +++++++++++++++++++++- net/openvswitch/actions.c | 23 ++--- net/openvswitch/datapath.c | 42 ++++++-- net/openvswitch/datapath.h | 3 +- 12 files changed, 356 insertions(+), 66 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.shXiXl3wnt b/tmp/tmp.30nGeSyYnl index e88d6959d291..7b49b6791ba9 100644 --- a/tmp/tmp.shXiXl3wnt +++ b/tmp/tmp.30nGeSyYnl @@ -9,7 +9,19 @@ selftests: net: enable profiling tc_action dbg profile patch forwarding: set timeout to 3 hours +tcp: Remove inet_hashinfo2_free_mod() +net/sched: replace strncpy with strscpy +net/smc: replace strncpy with strscpy net: mana: Set tx_packets to post gso processing packet count +net: ena: Add PHC documentation +net: ena: View PHC stats using debugfs +net: ena: Add debugfs support to the ENA driver +net: ena: Control PHC enable through devlink +devlink: Add new "enable_phc" generic device param +net: ena: Add devlink port support +net: ena: Add device reload capability through devlink +net: ena: PHC silent reset +net: ena: Add PHC support in the ENA driver net-next: gianfar: Use device_get_named_child_node_count() selftests: net: use slowwait to make sure IPv6 setup finished selftests: net: use slowwait to stabilize vrf_route_leaking test @@ -18,26 +30,7 @@ net: mdio: Add MDIO bus controller for Airoha AN7583 dt-bindings: net: Document support for Airoha AN7583 MDIO Controller ethernet: ionic: Fix DMA mapping test in `ionic_xdp_post_frame()` nfc: Remove checks for nla_data returning NULL -netdevsim: account dropped packet length in stats on queue free -net: add dev_dstats_rx_dropped_add() helper -netdevsim: collect statistics at RX side -netdevsim: migrate to dstats stats collection net/mlx4e: Don't redefine IB_MTU_XXX enum -MAINTAINERS: add netlink_yml_parser.py to linux-doc -docs: netlink: remove obsolete .gitignore from unused directory -tools: ynl_gen_rst.py: drop support for generating index files -docs: uapi: netlink: update netlink specs link -docs: use parser_yaml extension to handle Netlink specs -docs: sphinx: add a parser for yaml files for Netlink specs -tools: ynl_gen_rst.py: clanup coding style -docs: netlink: index.rst: add a netlink index file -scripts: lib: netlink_yml_parser.py: use classes -tools: ynl_gen_rst.py: Split library from command line tool -tools: ynl_gen_rst.py: make the index parser more generic -docs: netlink: netlink-raw.rst: use :ref: instead of :doc: -tools: ynl_gen_rst.py: create a top-level reference -docs: Makefile: disable check rules on make cleandocs -docs: conf.py: properly handle include and exclude patterns net: mana: Handle unsupported HWC commands net: mana: Add speed support in mana_get_link_ksettings net: mana: Add support for net_shaper_ops @@ -214,11 +207,6 @@ dt-bindings: net: Convert socfpga-dwmac bindings to yaml tcp: fix tcp_packet_delayed() for tcp_is_non_sack_preventing_reopen() behavior ptp: allow reading of currently dialed frequency to succeed on free-running clocks ptp: fix breakage after ptp_vclock_in_use() rework -neighbour: add support for NUD_PERMANENT proxy entries -net: phy: Add c45_phy_ids sysfs directory entry -openvswitch: Allocate struct ovs_pcpu_storage dynamically -net: phy: qcom: at803x: Add Qualcomm IPQ5018 Internal PHY support -dt-bindings: net: qca,ar803x: Add IPQ5018 Internal GE PHY support vsock/test: Cover more CIDs in transport_uaf test vsock/test: Introduce get_transports() vsock/test: Introduce vsock_bind_try() helper