Single branch specified, using that and the previous one: remotes/brancher/net-next-hw-2025-11-20--08-00 (v6.18-rc5-1313-g15e0d9f15169) remotes/brancher/net-next-hw-2025-11-20--16-00 (v6.18-rc5-1300-g7717bc7bd12a) ==== BASE DIFF ==== drivers/net/dsa/microchip/lan937x_main.c | 1 + drivers/net/ethernet/ti/icssg/icssg_common.c | 469 +++++++++++++++++---- drivers/net/ethernet/ti/icssg/icssg_prueth.c | 394 +++++++++++++---- drivers/net/ethernet/ti/icssg/icssg_prueth.h | 25 +- drivers/net/ethernet/wangxun/libwx/wx_ethtool.c | 12 - drivers/net/ethernet/wangxun/libwx/wx_type.h | 2 +- drivers/net/ethernet/wangxun/txgbe/txgbe_aml.c | 260 +++++++++--- drivers/net/ethernet/wangxun/txgbe/txgbe_aml.h | 5 +- drivers/net/ethernet/wangxun/txgbe/txgbe_ethtool.c | 38 +- drivers/net/ethernet/wangxun/txgbe/txgbe_irq.c | 10 +- drivers/net/ethernet/wangxun/txgbe/txgbe_main.c | 23 +- drivers/net/ethernet/wangxun/txgbe/txgbe_phy.c | 2 - drivers/net/ethernet/wangxun/txgbe/txgbe_type.h | 34 +- drivers/net/wireless/realtek/rtw89/fw.c | 7 + net/l2tp/l2tp_core.c | 6 +- tools/net/ynl/pyynl/cli.py | 79 ++++ 16 files changed, 1119 insertions(+), 248 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.0EcmA8bR9S b/tmp/tmp.12pW5SZWqu index 74e0cf716ef8..0d4acac05a54 100644 --- a/tmp/tmp.0EcmA8bR9S +++ b/tmp/tmp.12pW5SZWqu @@ -23,7 +23,6 @@ net/mlx5e: Add 1600Gbps link modes net: ethtool: Add support for 1600Gbps speed ynl: samples: add tc filter example net: ipv4: fix spelling typo in comment -devlink: Notify eswitch mode changes to devlink monitor veth: reduce XDP no_direct return section to fix race team: Move team device type change at the end of team_port_add Documentation: net: add flow control guide and document ethtool API @@ -39,9 +38,6 @@ hinic3: Add .ndo_set_features and .ndo_fix_features hinic3: Add .ndo_tx_timeout and .ndo_get_stats64 hinic3: Add PF management interfaces hinic3: Add PF framework -net: stmmac: qcom-ethqos: use read_poll_timeout_atomic() -net: stmmac: qcom-ethqos: add rgmii set/clear functions -net: stmmac: qcom-ethqos: use u32 for rgmii read/write/update net: stmmac: rk: use phylink's interface mode for set_clk_tx_rate() be2net: pass wrb_params in case of OS2BMC net: enetc: update the base address of port MDIO registers for ENETC v4 @@ -59,11 +55,6 @@ net: stmmac: pass struct device to init()/exit() methods net: atm: fix incorrect cleanup function call in error path tcp: add net.ipv4.tcp_rcvbuf_low_rtt tcp: tcp_moderate_rcvbuf is only used in rx path -selftests: netconsole: validate target resume -netconsole: resume previously deactivated target -netconsole: add STATE_DEACTIVATED to track targets disabled by low level -netconsole: convert 'enabled' flag to enum for clearer state management -netconsole: add target_state enum net: phy: fixed_phy: fix missing initialization of fixed phy link net: phy: fixed_phy: remove not needed initialization of phy_device members tools: ynl: add YNL test framework @@ -78,29 +69,3 @@ net/mlx5: implement swp_l4_csum_mode via devlink params devlink: support default values for param-get and param-set devlink: refactor devlink_nl_param_value_fill_one() devlink: pass extack through to devlink_param::get() -tools: ynl: cli: Display enum values in --list-attrs output -tools: ynl: cli: Parse nested attributes in --list-attrs output -tools: ynl: cli: Add --list-attrs option to show operation attributes -net: mdio: improve reset handling in mdio_device.c -net: mdio: common handling of phy device reset properties -net: mdio: move device reset functions to mdio_device.c -net: ti: icssg-prueth: Enable zero copy in XDP features -net: ti: icssg-prueth: Add AF_XDP zero copy for RX -net: ti: icssg-prueth: Make emac_run_xdp function independent of page -net: ti: icssg-prueth: Add AF_XDP zero copy for TX -net: ti: icssg-prueth: Add XSK pool helpers -net: ti: icssg-prueth: Add functions to create and destroy Rx/Tx queues -net: bonding: move bond_should_notify_peers, e.g. into rtnl lock block -net: bonding: use workqueue to make sure peer notify updated in lacp mode -net: txgbe: support getting module EEPROM by page -net: txgbe: delay to identify modules in .ndo_open -net: txgbe: improve functions of AML 40G devices -net: txgbe: rename the SFP related -net: txgbe: support CR modules for AML devices -net: phy: microchip_t1s: add SQI support for LAN867x Rev.D0 PHYs -net: phy: phy-c45: add SQI and SQI+ support for OATC14 10Base-T1S PHYs -atm/fore200e: Fix possible data race in fore200e_open() -l2tp: reset skb control buffer on xmit -net/rds: Give each connection its own workqueue -net/rds: Add per cp work queue -net: dsa: microchip: lan937x: Fix RGMII delay tuning