[net-next PATCH 0/2 v5] RTL8366RB tagging support
From: Linus Walleij <hidden>
Date: 2020-07-07 21:16:22
From: Linus Walleij <hidden>
Date: 2020-07-07 21:16:22
This is essentially the two first patches of the previous patch set: we split off the tagging support and deal with the VLAN set-up in a separate patch set since it seems we need some more discussion around that. Linus Walleij (2): net: dsa: tag_rtl4_a: Implement Realtek 4 byte A tag net: dsa: rtl8366rb: Support the CPU DSA tag drivers/net/dsa/Kconfig | 1 + 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 | 130 ++++++++++++++++++++++++++++++++++++ 6 files changed, 149 insertions(+), 23 deletions(-) create mode 100644 net/dsa/tag_rtl4_a.c -- 2.26.2