[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200705231550.77946-1-linus.walleij@linaro.org>
Date: Mon, 6 Jul 2020 01:15:45 +0200
From: Linus Walleij <linus.walleij@...aro.org>
To: Andrew Lunn <andrew@...n.ch>,
Vivien Didelot <vivien.didelot@...il.com>,
Florian Fainelli <f.fainelli@...il.com>,
netdev@...r.kernel.org, "David S . Miller" <davem@...emloft.net>
Cc: Linus Walleij <linus.walleij@...aro.org>
Subject: [net-next PATCH 0/5 v3] RTL8366RB DSA tagging and fixes
This adds rudimentary DSA tagging and fixes up some VLAN
issues in the RTL8366RB driver and in the RTL8366 core
in general.
Linus Walleij (5):
net: dsa: tag_rtl4_a: Implement Realtek 4 byte A tag
net: dsa: rtl8366rb: Support the CPU DSA tag
net: dsa: rtl8366: Split out default VLAN config
net: dsa: rtl8366: VLAN 0 as disable tagging
net: dsa: rtl8366: Use top VLANs for default
drivers/net/dsa/Kconfig | 1 +
drivers/net/dsa/rtl8366.c | 135 +++++++++++++++++++++++++-----------
drivers/net/dsa/rtl8366rb.c | 31 +++------
include/net/dsa.h | 2 +
net/dsa/Kconfig | 7 ++
net/dsa/Makefile | 1 +
net/dsa/tag_rtl4_a.c | 131 ++++++++++++++++++++++++++++++++++
7 files changed, 245 insertions(+), 63 deletions(-)
create mode 100644 net/dsa/tag_rtl4_a.c
--
2.26.2
Powered by blists - more mailing lists