Single branch specified, using that and the previous one: remotes/brancher/net-next-hw-2025-09-03--16-00 (v6.17-rc3-788-g97c74a53910f) remotes/brancher/net-next-hw-2025-09-04--00-00 (v6.17-rc3-862-gf861db711f6d) ==== BASE DIFF ==== .../bindings/net/altr,socfpga-stmmac.yaml | 7 ++ .../devicetree/bindings/net/renesas,rzn1-gmac.yaml | 9 ++ Documentation/netlink/specs/fou.yaml | 4 +- drivers/net/ethernet/cavium/thunder/thunder_bgx.c | 20 ++-- drivers/net/ethernet/intel/e1000e/ethtool.c | 10 +- drivers/net/ethernet/intel/i40e/i40e_client.c | 4 +- drivers/net/ethernet/intel/i40e/i40e_debugfs.c | 123 ++++----------------- drivers/net/ethernet/intel/ice/ice_main.c | 12 +- drivers/net/ethernet/intel/ice/ice_ptp.c | 13 ++- drivers/net/ethernet/intel/idpf/idpf_idc.c | 4 +- drivers/net/ethernet/intel/idpf/idpf_lib.c | 9 +- drivers/net/ethernet/intel/idpf/idpf_virtchnl.c | 12 ++ drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c | 4 +- drivers/net/ethernet/mellanox/mlx5/core/fw.c | 6 + drivers/net/ethernet/mellanox/mlx5/core/main.c | 1 + .../mellanox/mlx5/core/steering/hws/definer.c | 2 +- drivers/net/ethernet/stmicro/stmmac/dwmac-imx.c | 4 +- drivers/net/phy/phylink.c | 6 +- drivers/net/wireless/ath/ath11k/core.h | 2 + drivers/net/wireless/ath/ath11k/mac.c | 111 +++++++++++++++++-- drivers/net/wireless/ath/ath12k/wmi.c | 1 + drivers/net/wireless/marvell/libertas/cfg.c | 9 +- drivers/net/wireless/microchip/wilc1000/wlan_cfg.c | 37 +++++-- drivers/net/wireless/microchip/wilc1000/wlan_cfg.h | 5 +- drivers/net/wireless/st/cw1200/sta.c | 2 +- include/linux/mlx5/device.h | 4 + include/linux/mlx5/mlx5_ifc.h | 95 +++++++++++++++- include/net/genetlink.h | 2 +- include/net/netfilter/ipv4/nf_reject.h | 8 -- include/net/netfilter/ipv6/nf_reject.h | 10 -- include/net/netfilter/nf_tables.h | 2 + include/net/netfilter/nf_tables_core.h | 2 +- include/net/rps.h | 85 +++++++++----- include/net/sock.h | 17 ++- net/bridge/netfilter/ebtables.c | 14 +-- net/core/sock.c | 22 ---- net/ipv4/fou_nl.c | 4 +- net/ipv4/netfilter/nf_reject_ipv4.c | 27 +++-- net/ipv6/netfilter/nf_reject_ipv6.c | 37 +++++-- net/mptcp/crypto.c | 35 +----- net/mptcp/protocol.c | 22 +++- net/netfilter/nf_tables_api.c | 47 ++++---- net/netfilter/nft_payload.c | 20 ++-- net/netfilter/nft_set_hash.c | 100 ++++++++++++++++- net/netfilter/nft_set_pipapo.c | 3 +- net/netfilter/nft_set_pipapo_avx2.c | 2 +- net/netfilter/nft_set_rbtree.c | 35 ++++-- net/netlink/diag.c | 2 +- net/wireless/sme.c | 5 +- rust/kernel/net/phy.rs | 7 +- tools/net/ynl/pyynl/ynl_gen_c.py | 4 +- tools/testing/selftests/net/mptcp/mptcp_join.sh | 123 +++++++++++++++++++++ 52 files changed, 782 insertions(+), 369 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.dzo5s00lbN b/tmp/tmp.BrqmdvYMpI index 6cdeb6d05478..01b3d2eb4b35 100644 --- a/tmp/tmp.dzo5s00lbN +++ b/tmp/tmp.BrqmdvYMpI @@ -13,6 +13,42 @@ nipa: config: x86: use periodic HZ tick nipa: disable 6.17's merge window kunit tests nipa: dbg net/sctp_vrf.sh nipa: disable random kunit tests +udp_tunnel: Fix typo using netdev_WARN instead of netdev_warn +virtio_net: Fix alignment and avoid -Wflex-array-member-not-at-end warning +netrom: linearize and validate lengths in nr_rx_frame() +gve: update MAINTAINERS +amd-xgbe: Add PPS periodic output support +net: call cond_resched() less often in __release_sock() +net: stmmac: intel: only populate plat->crosststamp when supported +net: stmmac: ptp: conditionally populate getcrosststamp() method +smsc911x: add second read of EEPROM mac when possible corruption seen +net: phy: aquantia: support phy-mode = "10g-qxgmii" on NXP SPF-30841 (AQR412C) +net: phy: aquantia: create and store a 64-bit firmware image fingerprint +net: phy: aquantia: report and configure in-band autoneg capabilities +net: phy: aquantia: print global syscfg registers +net: dsa: felix: support phy-mode = "10g-qxgmii" +net: pcs: lynx: support phy-mode = "10g-qxgmii" +net: dsa: dsa_loop: use int type to store negative error codes +ipv6: Add sanity checks on ipv6_devconf.seg6_enabled +dpll: zl3073x: Implement devlink flash callback +dpll: zl3073x: Refactor DPLL initialization +dpll: zl3073x: Add firmware loading functionality +dpll: zl3073x: Add low-level flash functions +dpll: zl3073x: Add functions to access hardware registers +ppp: fix memory leak in pad_compress_skb +ptp: qoriq: covert to use generic interfaces to set loopback mode +ptp: netc: add the periodic output signal loopback support +ptp: add debugfs interfaces to loop back the periodic output signal +tcp: use tcp_eat_recv_skb in __tcp_close() +selftests/net: packetdrill: add tcp_close_no_rst.pkt +tcp: fix __tcp_close() to only send RST when required +net: ethernet: sun4i-emac: free dma descriptor +net: xilinx: axienet: Add error handling for RX metadata pointer retrieval +net: phy: fixed_phy: remove link gpio support +ax25: properly unshare skbs in ax25_kiss_rcv() +net: phy: micrel: Add PTP support for lan8842 +net: phy: micrel: Introduce function __lan8814_ptp_probe_once +phy: mscc: Stop taking ts_lock for tx_queue and use its own lock net: nfc: nci: Increase NCI_DATA_TIMEOUT to 3000 ms mctp: return -ENOPROTOOPT for unknown getsockopt options net/smc: Remove validation of reserved bits in CLC Decline message @@ -27,8 +63,6 @@ bonding: support aggregator selection based on port priority bonding: add support for per-port LACP actor priority ipv4: Fix NULL vs error pointer check in inet_blackhole_dev_init() net/cls_cgroup: Fix task_get_classid() during qdisc run -net: thunder_bgx: decrement cleanup index before use -net: thunder_bgx: add a missing of_node_put eth: fbnic: support queue ops / zero-copy Rx eth: fbnic: don't pass NAPI into pp alloc eth: fbnic: defer page pool recycling activation to queue start @@ -43,11 +77,8 @@ eth: fbnic: use netmem_ref where applicable eth: fbnic: move page pool alloc to fbnic_alloc_rx_qt_resources() eth: fbnic: move xdp_rxq_info_reg() to resource alloc eth: fbnic: move page pool pointer from NAPI to the ring struct -net: lan966x: convert fwnode to of -net: lan966x: use of_get_mac_address net/smc: Improve log message for devices w/o pnetid s390/ism: Log module load/unload -net: phylink: move PHY interrupt request to non-fail path ipv6: sit: Add ipip6_tunnel_dst_find() for cleanup net: ti: icssg-prueth: Enable zero copy in XDP features net: ti: icssg-prueth: Add AF_XDP zero copy for RX @@ -63,5 +94,3 @@ net: renesas: rswitch: add modifiable ageing time net: renesas: rswitch: add offloading for L2 switching net: renesas: rswitch: configure default ageing time net: renesas: rswitch: rename rswitch.c to rswitch_main.c -net: af_packet: Use hrtimer to do the retire operation -net: af_packet: remove last_kactive_blk_num field