From 400acae2b9cc33c91094dcc7fe663c19780be1ea Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Mon, 19 Aug 2024 20:36:51 +0200 Subject: [PATCH] bcm53xx: refresh 6.6 kernel patches MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Refresh bcm53xx kernel patches after 17f07040e7808a0c9cba2afc0e0b22e5589da133. Fixes: 17f07040e780 ("kernel: prevent tunnel drivers from mangling fraglist GSO packets") Signed-off-by: Álvaro Fernández Rojas --- .../bcm53xx/patches-6.6/600-net-disable-GRO-by-default.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 --- 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 */ -- 2.30.2