Single branch specified, using that and the previous one: remotes/brancher/net-next-hw-2025-11-18--00-00 (v6.18-rc5-1226-g5bb7c86aad94) remotes/brancher/net-next-hw-2025-11-18--08-00 (v6.18-rc5-1231-g2bdf01dd1c67) ==== BASE DIFF ==== .../bindings/net/sophgo,sg2044-dwmac.yaml | 19 + Documentation/networking/ip-sysctl.rst | 3 +- drivers/dpll/zl3073x/Makefile | 3 +- drivers/dpll/zl3073x/core.c | 243 +------ drivers/dpll/zl3073x/core.h | 184 ++--- drivers/dpll/zl3073x/dpll.c | 776 +++++---------------- drivers/dpll/zl3073x/out.c | 157 +++++ drivers/dpll/zl3073x/out.h | 93 +++ drivers/dpll/zl3073x/prop.c | 12 +- drivers/dpll/zl3073x/ref.c | 204 ++++++ drivers/dpll/zl3073x/ref.h | 134 ++++ drivers/dpll/zl3073x/synth.c | 87 +++ drivers/dpll/zl3073x/synth.h | 72 ++ drivers/net/ethernet/airoha/airoha_ppe.c | 2 +- drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 70 +- drivers/net/ethernet/mellanox/mlx4/en_ethtool.c | 11 +- .../net/ethernet/mellanox/mlx5/core/en_ethtool.c | 18 +- .../ethernet/mellanox/mlx5/core/ipoib/ethtool.c | 18 +- drivers/net/ethernet/meta/fbnic/fbnic_netdev.h | 2 + drivers/net/ethernet/meta/fbnic/fbnic_phylink.c | 3 + drivers/net/ethernet/meta/fbnic/fbnic_txrx.c | 26 +- drivers/net/ethernet/meta/fbnic/fbnic_txrx.h | 1 + drivers/net/ethernet/microsoft/mana/mana_en.c | 101 ++- drivers/net/ethernet/microsoft/mana/mana_ethtool.c | 85 +-- drivers/net/ethernet/qlogic/qede/qede_main.c | 22 +- drivers/net/ethernet/qlogic/qede/qede_ptp.c | 76 +- drivers/net/ethernet/qlogic/qede/qede_ptp.h | 6 +- drivers/net/ethernet/realtek/r8169_main.c | 9 + drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c | 43 +- .../net/ethernet/stmicro/stmmac/dwmac-loongson.c | 22 +- drivers/net/ethernet/stmicro/stmmac/dwmac-sophgo.c | 21 +- drivers/net/ethernet/stmicro/stmmac/stmmac.h | 2 + drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 34 + drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c | 39 +- .../net/ethernet/stmicro/stmmac/stmmac_platform.c | 60 +- drivers/net/phy/fixed_phy.c | 24 - drivers/net/phy/phy-core.c | 43 ++ drivers/nfc/mei_phy.h | 4 +- drivers/s390/net/ctcm_mpc.c | 1 - drivers/s390/net/qeth_core_main.c | 2 +- drivers/s390/net/qeth_core_mpc.c | 247 +++++-- drivers/s390/net/qeth_core_mpc.h | 20 +- include/linux/phy.h | 3 + include/net/mana/gdma.h | 6 +- include/net/mana/mana.h | 18 +- net/ipv4/tcp_ipv4.c | 2 +- tools/net/ynl/ynltool/Makefile | 2 +- .../selftests/net/forwarding/lib_sh_test.sh | 7 + tools/testing/selftests/net/lib.sh | 2 +- tools/testing/selftests/net/mptcp/mptcp_connect.sh | 146 ++-- tools/testing/selftests/net/mptcp/mptcp_join.sh | 65 +- tools/testing/selftests/net/mptcp/mptcp_lib.sh | 58 +- tools/testing/selftests/net/mptcp/mptcp_sockopt.sh | 45 +- tools/testing/selftests/net/mptcp/simult_flows.sh | 46 +- tools/testing/selftests/net/mptcp/userspace_pm.sh | 3 +- 55 files changed, 1882 insertions(+), 1520 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.9jP1GbuiHq b/tmp/tmp.Jo2ZfawXWz index 114dada64eda..307b25f1f63e 100644 --- a/tmp/tmp.9jP1GbuiHq +++ b/tmp/tmp.Jo2ZfawXWz @@ -14,26 +14,53 @@ nipa: profile (time) test output nipa: config: x86: use periodic HZ tick nipa: disable 6.17's merge window kunit tests nipa: disable random kunit tests +octeontx2-af: Skip TM tree print for disabled SQs +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() +selftests/vsock: add tests for namespace deletion and mode changes +selftests/vsock: add tests for host <-> vm connectivity with namespaces +selftests/vsock: add namespace tests for CID collisions +selftests/vsock: add tests for proc sys vsock ns_mode +selftests/vsock: prepare vm management helpers for namespaces +selftests/vsock: add namespace helpers to vmtest.sh +virtio: set skb owner of virtio_transport_reset_no_sock() reply +vsock: add netns support to virtio transports +vsock: reject bad VSOCK_NET_MODE_LOCAL configuration for G2H +vsock: add netns to vsock core +vsock: a per-net vsock NS mode state +selftest: netdevsim: test devlink default params +netdevsim: register a new devlink param with default value interface +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() +l2tp: reset skb control buffer on xmit +tcp: Don't reinitialise tw->tw_transparent in tcp_time_wait(). +net: phy: realtek: create rtl8211f_config_phy_eee() helper +net: phy: realtek: eliminate priv->phycr1 variable +net: phy: realtek: allow CLKOUT to be disabled on RTL8211F(D)(I)-VD-CG +net: phy: realtek: eliminate has_phycr2 variable +net: phy: realtek: eliminate priv->phycr2 variable +net: phy: realtek: create rtl8211f_config_rgmii_delay() +net/mlx5: Use EOPNOTSUPP instead of ENOTSUPP +net/mlx5: Abort new commands if all command slots are stalled +net/mlx5: Remove redundant bw_share minimal value assignment +net/mlx5e: Recover SQ on excessive PTP TX timestamp delta +net/mlx5: Refactor EEPROM query error handling to return status separately +net/rds: Give each connection its own workqueue +net/rds: Add per cp work queue dt-bindings: net: cdns,macb: Add pic64gx compatibility net: lan966x: Fix the initialization of taprio tools: ynltool: ignore *.d deps files tcp: add net.ipv4.tcp_rtt_threshold sysctl tcp: tcp_moderate_rcvbuf is only used in rx path -net: dsa: microchip: Fix symetry in ksz_ptp_msg_irq_{setup/free}() -net: dsa: microchip: Free previously initialized ports on init failures -net: dsa: microchip: Ensure a ksz_irq is initialized before freeing it -net: dsa: microchip: ptp: Fix checks on irq_find_mapping() -net: dsa: microchip: common: Fix checks on irq_find_mapping() net/mlx5: Clean up only new IRQ glue on request_irq() failure devlink: rate: Unset parent pointer in devl_rate_nodes_destroy +ynl: samples: add tc filter example net: phylink: add missing supported link modes for the fixed-link -idpf: Fix incorrect NULL check in completion descriptor release mptcp: fix a race in mptcp_pm_del_add_timer() net: dsa: ks8995: Fix incorrect OF match table name -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 -i40e: validate ring_len parameter against hardware-specific values dt-bindings: net: aspeed: add AST2700 MDIO compatible tools: ynl: add YNL test framework netlink: specs: support ipv4-or-v6 for dual-stack fields @@ -47,20 +74,9 @@ net/mlx5: Initialize events outside devlink lock net: use napi_skb_cache even in process context net: __alloc_skb() cleanup net: add a new @alloc parameter to napi_skb_cache_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 -idpf: remove __free usage in idpf_virtchnl -ice: remove __free usage in ice_flow -net: phy: smsc: Skip soft reset when a hardware reset GPIO is provided kcm: Fix typo and add hyphen in Kconfig help text -qede: convert to use ndo_hwtstamp callbacks -bnx2x: convert to use ndo_hwtstamp callbacks -Bluetooth: hci_sock: Prevent race in socket write iter and sock bind -selftests: net: lib: Do not overwrite error messages selftests: fib_tests: add fib6 from ra to static test ipv6: clear RA flags when adding a static route -devlink: Notify eswitch mode changes to devlink monitor af_unix: Consolidate unix_schedule_gc() and wait_for_unix_gc(). af_unix: Remove unix_tot_inflight. af_unix: Refine wait_for_unix_gc(). @@ -72,34 +88,8 @@ gve: Add Rx HWTS metadata to AF_XDP ZC mode gve: Prepare bpf_xdp_metadata_rx_timestamp support gve: Wrap struct xdp_buff gve: Move ptp_schedule_worker to gve_init_clock -selftests: mptcp: get stats just before timing out -selftests: mptcp: wait for port instead of sleep -selftests: mptcp: connect: avoid double packet traces -selftests: mptcp: lib: get counters from nstat history -selftests: mptcp: join: dump stats from history -selftests: mptcp: lib: stats: remove nstat rate columns -selftests: mptcp: lib: remove stats files args -selftests: mptcp: lib: introduce 'nstat_{init,get}' -net: xilinx: ll_temac: handle of_address_to_resource() failure in MDIO setup net: samsung: sxgbe: handle clk_prepare_enable() failures in sxgbe_open() -net: stmmac: remove unnecessary .pkt_route queue initialisation -net: stmmac: remove unnecessary .prio queue initialisation -net: stmmac: remove unnecessary .use_prio queue initialisation -net: stmmac: setup default RX channel map in stmmac_plat_dat_alloc() -net: stmmac: move initialisation of queues_to_use to stmmac_plat_dat_alloc() -net: stmmac: move initialisation of unicast_filter_entries to stmmac_plat_dat_alloc() -net: stmmac: move initialisation of multicast_filter_bins to stmmac_plat_dat_alloc() -net: stmmac: move initialisation of maxmtu to stmmac_plat_dat_alloc() -net: stmmac: move initialisation of clk_csr to stmmac_plat_dat_alloc() -net: stmmac: move initialisation of phy_addr to stmmac_plat_dat_alloc() -net: stmmac: add stmmac_plat_dat_alloc() net: stmmac: add clk_prepare_enable() error handling -if_ether.h: Clarify ethertype validity for gsw1xx dsa -net: mana: Add standard counter rx_missed_errors -net: mana: Move hardware counter stats from per-port to per-VF context -net: hibmcge: support pagepool for rx -net: hibmcge: reduce packet drop under stress testing -net: hibmcge: Add tracepoint function to print some fields of rx_desc net: dsa: microchip: lan937x: Fix RGMII delay tuning net: phy: micrel: lan8814: Enable in-band auto-negotiation tcp: accecn: enable AccECN @@ -116,21 +106,8 @@ selftests/net: gro: add self-test for TCP CWR flag net: update commnets for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN gro: flushing when CWR is set negatively affects AccECN tcp: try to avoid safer when ACKs are thinned -eea: introduce ethtool support -eea: create/destroy rx,tx queues for netdevice open and stop -eea: probe the netdevice and create adminq -eea: introduce ring and descriptor structures -eea: introduce PCI framework -net: stmmac: dwmac-sophgo: Add phy interface filter -net: phy: Add helper for fixing RGMII PHY mode based on internal mac delay -dt-bindings: net: sophgo,sg2044-dwmac: add phy mode restriction -eth: fbnic: Configure RDE settings for pause frame team: Move team device type change at the end of team_port_add -r8169: bail out from probe if fiber mode is detected on RTL8127AF net: ps3_gelic_net: handle skb allocation failures -net: airoha: Do not loopback traffic to GDM2 if it is available on the device -mlx5: extract GRXRINGS from .get_rxnfc -mlx4: extract GRXRINGS from .get_rxnfc fbnic: Replace use of internal PCS w/ Designware XPCS fbnic: Add SW shim for MDIO interface to PMA/PMD and PCS fbnic: Cleanup handling for link down event statistics @@ -141,16 +118,10 @@ net: pcs: xpcs: Fix PMA identifier handling in XPCS net: pcs: xpcs: Add support for 25G, 50G, and 100G interfaces net: phy: Add support for 25, 50 and 100Gbps PMA to genphy_c45_read_pma net: phy: Rename MDIO_CTRL1_SPEED for 2.5G and 5G to reflect PMA values -s390/qeth: Handle ambiguous OSA RCs in s390dbf -s390/qeth: Move all OSA RCs to single enum selftests: af_unix: Add tests for ECONNRESET and EOF semantics net: qlogic/qede: fix potential out-of-bounds read in qede_tpa_cont() and qede_tpa_end() net: stmmac: Disable EEE RX clock stop when VLAN is enabled net: stmmac: Fix VLAN 0 deletion in vlan_del_hw_rx_fltr() -net: ti: icssm-prueth: Adds support for ICSSM RSTP switch -net: ti: icssm-prueth: Adds switchdev support for icssm_prueth driver -net: ti: icssm-prueth: Adds helper functions to configure and maintain FDB -octeontx2-af: Skip TM tree print for disabled SQs Documentation: networking: Document the phy_port infrastructure net: phy: dp83822: Add SFP support through the phy_port interface net: phy: Only rely on phy_port for PHY-driven SFP @@ -166,22 +137,3 @@ net: phy: dp83822: Add support for phy_port representation net: phy: Introduce PHY ports representation net: ethtool: Introduce ETHTOOL_LINK_MEDIUM_* values dt-bindings: net: Introduce the ethernet-connector description -dpll: zl3073x: Remove unused dev wrappers -dpll: zl3073x: Cache all output properties in zl3073x_out -dpll: zl3073x: Cache all reference properties in zl3073x_ref -dpll: zl3073x: Cache reference monitor status -dpll: zl3073x: Split ref, out, and synth logic from core -dpll: zl3073x: Store raw register values instead of parsed state -net: phy: fixed_phy: remove setting supported/advertised modes from fixed_phy_register -s390/ctcm: Fix double-kfree -wireguard: netlink: generate netlink code -wireguard: netlink: rename netlink handlers -wireguard: netlink: convert to split ops -tools: ynl: add sample for wireguard -uapi: wireguard: generate header with ynl-gen -uapi: wireguard: move flag enums -uapi: wireguard: move enum wg_cmd -netlink: specs: add specification for wireguard -wireguard: netlink: enable strict genetlink validation -wireguard: netlink: use WG_KEY_LEN in policies -wireguard: netlink: validate nested arrays in policy