aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/patches-5.10/708-brflood-api.patch
diff options
context:
space:
mode:
authorOlliver Schinagl <oliver@schinagl.nl>2022-09-20 12:01:48 +0200
committerChristian Marangi <ansuelsmth@gmail.com>2022-10-01 02:47:57 +0200
commitf1f97db627b2f82989a0f97a74bc7a3debd67ecd (patch)
treef41fd7c116246a5d3df3f5aa2715b9e61b087278 /target/linux/realtek/patches-5.10/708-brflood-api.patch
parentba6096d04b4f7a40aec339e7bf3f7b5842ae3cac (diff)
downloadupstream-f1f97db627b2f82989a0f97a74bc7a3debd67ecd.tar.gz
upstream-f1f97db627b2f82989a0f97a74bc7a3debd67ecd.tar.bz2
upstream-f1f97db627b2f82989a0f97a74bc7a3debd67ecd.zip
realtek: Convert incorrect v5.10 patches
OpenWRT's developer guide prefers having actual patches so they an be sent upstream more easily. However, in this case, Adding proper fields also allows for `git am` to properly function. Some of these patches are quite old, and lack much traceable history. This commit tries to rectify that, by digging in the history to find where and how it was first added. It is by no means perfect and also shows some patches that should have been long gone. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Diffstat (limited to 'target/linux/realtek/patches-5.10/708-brflood-api.patch')
-rw-r--r--target/linux/realtek/patches-5.10/708-brflood-api.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/target/linux/realtek/patches-5.10/708-brflood-api.patch b/target/linux/realtek/patches-5.10/708-brflood-api.patch
index 06b9b7f758..2716933ae7 100644
--- a/target/linux/realtek/patches-5.10/708-brflood-api.patch
+++ b/target/linux/realtek/patches-5.10/708-brflood-api.patch
@@ -1,3 +1,21 @@
+From afa3ab54c03d5126b14651f367b38165fab5b3cc Mon Sep 17 00:00:00 2001
+From: Birger Koblitz <git@birger-koblitz.de>
+Date: Tue, 18 Jan 2022 17:18:43 +0100
+Subject: net: brflood API
+
+Adds the DSA API for bridge configuration (flooding, L2 learning,
+and aging) offload as found in Linux 5.12 so that we can implement
+it in our drivver.
+
+Submitted-by: Sebastian Gottschall <s.gottschall@dd-wrt.com>
+Submitted-by: Birger Koblitz <git@birger-koblitz.de>
+---
+ include/net/dsa.h | 6 +++++++--
+ net/dsa/dsa_priv.h | 6 +++---
+ net/dsa/port.c | 28 ++++++++----
+ net/dsa/slave.c | 6 +++---
+ 4 file changed, 29 insertions(+), 13 deletions(-)
+
--- a/include/net/dsa.h
+++ b/include/net/dsa.h
@@ -552,8 +552,14 @@ struct dsa_switch_ops {