diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2024-08-19 20:36:51 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2024-08-19 20:39:03 +0200 |
commit | 400acae2b9cc33c91094dcc7fe663c19780be1ea (patch) | |
tree | 24710d08600ec73f4c775c0b9dffb191f06db7e8 /target | |
parent | 052732bddb4bbe2f7c3c47700f825d8f1e7b9858 (diff) | |
download | openwrt-400acae2b9cc33c91094dcc7fe663c19780be1ea.tar.gz openwrt-400acae2b9cc33c91094dcc7fe663c19780be1ea.tar.bz2 openwrt-400acae2b9cc33c91094dcc7fe663c19780be1ea.zip |
bcm53xx: refresh 6.6 kernel patches
Refresh bcm53xx kernel patches after 17f07040e7808a0c9cba2afc0e0b22e5589da133.
Fixes: 17f07040e780 ("kernel: prevent tunnel drivers from mangling fraglist GSO packets")
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/bcm53xx/patches-6.6/600-net-disable-GRO-by-default.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/patches-6.6/600-net-disable-GRO-by-default.patch b/target/linux/bcm53xx/patches-6.6/600-net-disable-GRO-by-default.patch index 9fa41a4b7e..fd41824383 100644 --- a/target/linux/bcm53xx/patches-6.6/600-net-disable-GRO-by-default.patch +++ b/target/linux/bcm53xx/patches-6.6/600-net-disable-GRO-by-default.patch @@ -21,7 +21,7 @@ Signed-off-by: Rafał Miłecki <rafal@milecki.pl> --- a/include/linux/netdev_features.h +++ b/include/linux/netdev_features.h -@@ -242,10 +242,10 @@ static inline int find_next_netdev_featu +@@ -243,10 +243,10 @@ static inline int find_next_netdev_featu #define NETIF_F_UPPER_DISABLES NETIF_F_LRO /* changeable features with no special hardware requirements */ |