kernel: bump 5.10 to 5.10.106
[openwrt/staging/dedeckeh.git] / target / linux / realtek / patches-5.10 / 709-lag-offloading.patch
index 792ec73e5099faca805cb4ca37f39e33a5b8824c..8758953542d642ade983c0f6f450a7c38f778757 100644 (file)
                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);
  }
  
  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;