From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9E144CD4851 for ; Thu, 14 May 2026 14:04:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type:MIME-Version: Message-ID:Subject:To:From:Date:Reply-To:Cc:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=uEVCQNe7Z8PP1dj2Uy0GdUcjkY+sPIZ5Fatwms9mp+8=; b=DQBE7iMiRi1K3qOYHBy8K+n5PC Ar0CwqurXilzql8UpfKbSzpv/NeGKJP3ynQmjMoPDeAVPxx5lGBila4O8IdWKDq+qtiKvjyIccWiv DKDNP4GBUlA6AJmVBNx591qBT4+lHLDM7m0popqRLnl5YtZI/DKiNmfKRqmdGZ1W9woXbiZuovotm i6756jUC1SiYDLFAELAbedSDFd2z6m7vtwbeUceAuDxxSHZ+nVWzA6bTjUtQ00VeA/wSa2Z7BO+Ly 3EL9aYnavNask3J2sEDCwZbNQxiazdBPjgzX6RYHM7blECM/3g98vfyZDTx1bzZsToBU4Fqv3WUzk RBWcc2Hg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wNWfw-00000005epo-1a7b; Thu, 14 May 2026 14:04:32 +0000 Received: from pidgin.makrotopia.org ([2a07:2ec0:3002::65]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wNWfu-00000005eoT-09Td; Thu, 14 May 2026 14:04:31 +0000 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: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.9.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260514_070430_076868_B873A6F1 X-CRM114-Status: UNSURE ( 5.46 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org 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