From b04d38a2eaa5604aa7216e0c02846d96dc2d317f Mon Sep 17 00:00:00 2001 From: John Audia Date: Wed, 16 Mar 2022 16:06:23 -0400 Subject: kernel: bump 5.10 to 5.10.106 All patches automatically rebased. Build system: x86_64 Build-tested: bcm2711/RPi4B, mt7622/RT3200 Run-tested: bcm2711/RPi4B, mt7622/RT3200 Signed-off-by: John Audia --- target/linux/realtek/patches-5.10/709-lag-offloading.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/realtek') diff --git a/target/linux/realtek/patches-5.10/709-lag-offloading.patch b/target/linux/realtek/patches-5.10/709-lag-offloading.patch index 792ec73e50..8758953542 100644 --- a/target/linux/realtek/patches-5.10/709-lag-offloading.patch +++ b/target/linux/realtek/patches-5.10/709-lag-offloading.patch @@ -670,7 +670,7 @@ if (!dp->ds->ops->port_fdb_add || !dp->ds->ops->port_fdb_del) --- a/net/dsa/switch.c +++ b/net/dsa/switch.c -@@ -178,6 +178,47 @@ static int dsa_switch_fdb_del(struct dsa +@@ -193,6 +193,47 @@ static int dsa_switch_fdb_del(struct dsa return ds->ops->port_fdb_del(ds, port, info->addr, info->vid); } @@ -718,7 +718,7 @@ static bool dsa_switch_mdb_match(struct dsa_switch *ds, int port, struct dsa_notifier_mdb_info *info) { -@@ -325,6 +366,15 @@ static int dsa_switch_event(struct notif +@@ -340,6 +381,15 @@ static int dsa_switch_event(struct notif case DSA_NOTIFIER_FDB_DEL: err = dsa_switch_fdb_del(ds, info); break; -- cgit v1.2.3