diff --git a/net/core/dev.c b/net/core/dev.c index b51e41d0a7fe..d52811b1ef01 100644 --- a/net/core/dev.c +++ b/net/core/dev.c @@ -7036,6 +7036,7 @@ void __netif_napi_del(struct napi_struct *napi) napi_hash_del(napi); list_del_rcu(&napi->dev_list); + gro_normal_list(napi); napi_free_frags(napi); flush_gro_hash(napi);