Single branch specified, using that and the previous one: remotes/brancher/net-next-hw-2025-08-28--16-00 (v6.17-rc2-710-ga2830f5bad84) remotes/brancher/net-next-hw-2025-08-29--00-00 (v6.17-rc2-783-g0f905904ae2b) ==== BASE DIFF ==== drivers/net/ethernet/mellanox/mlx5/core/Kconfig | 1 - drivers/net/ethernet/mellanox/mlx5/core/Makefile | 4 +- drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 24 +++++ drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 27 ++--- drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c | 42 ++------ drivers/net/phy/mediatek/mtk-2p5ge.c | 104 ++++++++++++++++-- include/net/netdev_queues.h | 7 ++ include/net/tc_act/tc_skbmod.h | 1 + include/net/tc_act/tc_tunnel_key.h | 1 + include/net/tc_act/tc_vlan.h | 1 + io_uring/zcrx.c | 3 +- net/core/Makefile | 1 + net/core/devmem.c | 8 +- net/core/devmem.h | 2 + net/core/netdev-genl.c | 122 +++++++++++++++++----- net/core/netdev_queues.c | 27 +++++ net/sched/act_connmark.c | 4 +- net/sched/act_csum.c | 4 +- net/sched/act_ct.c | 4 +- net/sched/act_ctinfo.c | 4 +- net/sched/act_mpls.c | 4 +- net/sched/act_nat.c | 4 +- net/sched/act_pedit.c | 4 +- net/sched/act_skbedit.c | 4 +- net/sched/act_skbmod.c | 26 +++-- net/sched/act_tunnel_key.c | 20 ++-- net/sched/act_vlan.c | 20 ++-- tools/testing/selftests/drivers/net/hw/rss_ctx.py | 2 +- 28 files changed, 338 insertions(+), 137 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.pwcbDwIhgz b/tmp/tmp.Si1reZv5gF index 04c1c5d7ffc0..612002a198e9 100644 --- a/tmp/tmp.pwcbDwIhgz +++ b/tmp/tmp.Si1reZv5gF @@ -13,50 +13,104 @@ 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 +bnxt_en: fix incorrect page count in RX aggr ring log +inet: ping: make ping_port_rover per netns +inet: ping: remove ping_hash() +inet: ping: check sock_net() in ping_get_port() and ping_lookup() +virtio_net: adjust the execution order of function `virtnet_close` during freeze +net: macb: Fix tx_ptr_lock locking +net: af_packet: Use hrtimer to do the retire operation +net: stmmac: add TC flower filter support for IP EtherType +net: stmmac: enhance VLAN protocol detection for GRO +net: stmmac: set TE/RE bits for ARP Offload when interface down +net: stmmac: enable ARP Offload on mac_link_up() +bng_en: Configure default VNIC +bng_en: Register default VNIC +bng_en: Register rings with the firmware +bng_en: Allocate stat contexts +bng_en: Allocate packet buffers +bng_en: Initialise core resources +bng_en: Introduce VNIC +bng_en: Add initial support for CP and NQ rings +bng_en: Add initial support for RX and TX rings +Merge tag 'wireless-2025-08-28' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless +net/smc: fix one NULL pointer dereference in smc_ib_is_sg_need_sync() +eth: mlx4: Fix IS_ERR() vs NULL check bug in mlx4_en_create_rx_ring +hinic3: Fix code style (Missing a blank line before return) +hinic3: Fix missing napi->dev in netif_queue_set_napi +hinic3: Add port management +hinic3: Add Rss function +hinic3: Tx & Rx configuration +hinic3: Queue pair context initialization +hinic3: Queue pair resource initialization +hinic3: Queue pair endianness improvements +hinic3: Nic_io initialization +hinic3: Command Queue flush interfaces +hinic3: HW capability initialization +hinic3: HW common function initialization +hinic3: HW management interfaces +hinic3: HW initialization +microchip: lan865x: add ndo_eth_ioctl handler to enable PHY ioctl support +ptp: Limit time setting of PTP clocks +inet_diag: avoid cache line misses in inet_diag_bc_sk() +inet_diag: change inet_diag_bc_sk() first argument +inet_diag: annotate data-races in inet_diag_bc_sk() +tcp: annotate data-races in tcp_req_diag_fill() +inet_diag: annotate data-races in inet_diag_msg_common_fill() +net: stmmac: check if interface is running before TC block setup +net: stmmac: correct Tx descriptors debugfs prints +net: stmmac: replace memcpy with strscpy in ethtool +icmp: fix icmp_ndo_send address translation for reply direction +riscv: dts: spacemit: Add Ethernet support for Jupiter +riscv: dts: spacemit: Add Ethernet support for BPI-F3 +riscv: dts: spacemit: Add Ethernet support for K1 +net: spacemit: Add K1 Ethernet MAC +dt-bindings: net: Add support for SpacemiT K1 vsock/test: Remove redundant semicolons ptp: ocp: fix use-after-free bugs causing by ptp_ocp_watchdog -tcp: Free TCP-AO/TCP-MD5 info/keys without RCU -tcp: Destroy TCP-AO, TCP-MD5 keys in .sk_destruct() mISDN: Fix memory leak in dsp_hwec_enable() -net: phy: micrel: Add PTP support for lan8842 -net: phy: micrel: Introduce function __lan8814_ptp_probe_once mctp pcc: Implement MCTP over PCC Transport selftests: net: avoid memory leak pppoe: drop sock reference counting on fast path pppoe: remove rwlock usage -eth: mlx5: remove Kconfig co-dependency with VXLAN -net: lan966x: convert fwnode to of -net: lan966x: use of_get_mac_address xirc2ps_cs: fix register access when enabling FullDuplex -selftests: drv-net: rss_ctx: fix the queue count check net_sched: gen_estimator: fix est_timer() vs CONFIG_PREEMPT_RT=y -net: devmem: allow binding on rx queues with same DMA devices -net: devmem: pre-read requested rx queues during bind -net: devmem: pull out dma_dev out of net_devmem_bind_dmabuf -net/mlx5e: add op for getting netdev DMA device -net: devmem: get netdev DMA device via new API -io_uring/zcrx: add support for custom DMA devices -queue_api: add support for fetching per queue DMA dev VF Resource State Inconsistency Vulnerability in Linux bnxt_en Driver netfilter: conntrack: helper: Replace -EEXIST by -EBUSY netfilter: br_netfilter: do not check confirmed bit in br_nf_local_in() after confirm -net: stmmac: mdio: clean up c22/c45 accessor split -net_sched: act_skbmod: use RCU in tcf_skbmod_dump() -net_sched: act_tunnel_key: use RCU in tunnel_key_dump() -net_sched: act_vlan: use RCU in tcf_vlan_dump() -net_sched: remove BH blocking in eight actions -net/mlx4: Remove redundant ternary operators microchip: lan865x: Fix LAN8651 autoloading microchip: lan865x: Fix module autoloading net: ethernet: oa_tc6: Handle failure of spi_setup -net: stmmac: minor cleanups to stmmac_bus_clks_config() -net: stmmac: mdio: use netdev_priv() directly ipv6: annotate data-races around devconf->rpl_seg_enabled -net: phy: mtk-2p5ge: Add LED support for MT7988 -net: dsa: lantiq_gswip: move MDIO bus registration to .setup() -net: dsa: lantiq_gswip: support standard MDIO node name -net: dsa: lantiq_gswip: support offset of MII registers -net: dsa: lantiq_gswip: ignore SerDes modes in phylink_mac_config() -net: dsa: lantiq_gswip: support model-specific mac_select_pcs() -net: dsa: lantiq_gswip: move to dedicated folder net: usb: r8152: resume-reset deadlock +Merge tag 'iwlwifi-fixes-2025-08-28' of https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next +wifi: iwlwifi: cfg: add back more lost PCI IDs +wifi: iwlwifi: fix byte count table for old devices +wifi: iwlwifi: cfg: restore some 1000 series configs +Merge tag 'mt76-fixes-2025-08-27' of https://github.com/nbd168/wireless +wifi: mwifiex: Initialize the chan_stats array to zero +wifi: mac80211: do not permit 40 MHz EHT operation on 5/6 GHz +wifi: iwlwifi: uefi: check DSM item validity +wifi: iwlwifi: acpi: check DSM func validity +wifi: iwlwifi: if scratch is ~0U, consider it a failure +wifi: mt76: fix linked list corruption +wifi: mt76: free pending offchannel tx frames on wcid cleanup +wifi: mt76: mt7915: fix list corruption after hardware restart +wifi: mt76: mt7996: add missing check for rx wcid entries +wifi: mt76: do not add non-sta wcid entries to the poll list +wifi: mt76: mt7996: fix crash on some tx status reports +wifi: mt76: mt7996: use the correct vif link for scanning/roc +wifi: mt76: mt7996: disable beacons when going offchannel +wifi: mt76: prevent non-offchannel mgmt tx during scan/roc +wifi: mt76: mt7925: skip EHT MLD TLV on non-MLD and pass conn_state for sta_cmd +wifi: mt76: mt7925u: use connac3 tx aggr check in tx complete +wifi: mt76: mt7925: fix the wrong bss cleanup for SAP +wifi: mt76: mt7925: fix locking in mt7925_change_vif_links() +wifi: mt76: mt7921: don't disconnect when CSA to DFS chan +wifi: mt76: mt7996: Initialize hdr before passing to skb_put_data() +wifi: mac80211: increase scan_ies_len for S1G +wifi: mac80211: fix incorrect type for ret +wifi: brcmfmac: fix use-after-free when rescheduling brcmf_btcoex_info work +wifi: cfg80211: fix use-after-free in cmp_bss() +wifi: rt2x00: fix CRC_CCITT dependency +wifi: rt2800: select CONFIG_RT2X00_LIB as needed