From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pidgin.makrotopia.org (pidgin.makrotopia.org [185.142.180.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B590E3E274F; Thu, 14 May 2026 14:04:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.142.180.65 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778767476; cv=none; b=lFVNwLorOxys+48Rj57sapSQBwBvtsZtEKkUrMOIly7/vqHXCcXf4sfnMb6epyzB8Ig9/dWxnnDyGHV3WzoU7PNdAWzlH4+GSHoXAvAlYzt8CywGETcrGvRuUQxBf/Fs42uGg/ShEieLkFAe8Y72EQKNmJdQ/xQS+9gaDX4eNNk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778767476; c=relaxed/simple; bh=HaU/yc/3soguBmfMqrysHnH+MhoL8mNdrkqPdpOP3IQ=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=ue8W34mNYBTWqdTzvc/+baLJQtxjZqDwBuZFqvsb5N68dQ9tM/8xMttKZJGL/Yl2Jold0mXJ1aKlWxhGWOs0KM2a6ur+cPQ1SV6bwrNEQ7gJhMcoMzyUxEhQiJ78WNBXyQquoeu81d9iCBR8DvbJGarlFB8xKPmB6JViB3Yj4PQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=makrotopia.org; spf=pass smtp.mailfrom=makrotopia.org; arc=none smtp.client-ip=185.142.180.65 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=makrotopia.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=makrotopia.org Received: from local by pidgin.makrotopia.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.99) (envelope-from ) id 1wNWfa-0000000043n-073v; Thu, 14 May 2026 14:04:10 +0000 Date: Thu, 14 May 2026 15:04:06 +0100 From: Daniel Golle To: "Chester A. Unal" , Daniel Golle , Andrew Lunn , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Matthias Brugger , AngeloGioacchino Del Regno , DENG Qingfang , Florian Fainelli , =?utf-8?B?QXLEsW7DpyDDnE5BTA==?= , Sean Wang , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: [PATCH net v2 0/5] net: dsa: mt7530: assorted fixes Message-ID: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline A batch of small, independent fixes for the MediaTek MT7530 family DSA driver, addressing long-standing correctness issues that surface on hardware with bridge VLAN filtering enabled, on link-local frame reception, and during bridge join/leave transitions. --- Changes since v1: - rework patch 1/5 following up Paolo Abeni and Sashiko reviews Daniel Golle (4): net: dsa: mt7530: fix FDB entries not aging out with short timeout net: dsa: mt7530: preserve VLAN tags on trapped link-local frames net: dsa: mt7530: fix CPU port VLAN not being reset to unaware net: dsa: mt7530: clear flood flags on bridge leave Edward Parker (1): net: dsa: mt7530: untag VLAN-aware bridge PVID drivers/net/dsa/mt7530.c | 165 +++++++++++++++++++++++---------------- 1 file changed, 98 insertions(+), 67 deletions(-) -- 2.54.0