aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/core/dev.c')
-rw-r--r--net/core/dev.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/core/dev.c b/net/core/dev.c
index b9bcbe77d913..273f10d1e306 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -4663,6 +4663,8 @@ static struct sk_buff *napi_frags_skb(struct napi_struct *napi)
4663 if (unlikely(skb_gro_header_hard(skb, hlen))) { 4663 if (unlikely(skb_gro_header_hard(skb, hlen))) {
4664 eth = skb_gro_header_slow(skb, hlen, 0); 4664 eth = skb_gro_header_slow(skb, hlen, 0);
4665 if (unlikely(!eth)) { 4665 if (unlikely(!eth)) {
4666 net_warn_ratelimited("%s: dropping impossible skb from %s\n",
4667 __func__, napi->dev->name);
4666 napi_reuse_skb(napi, skb); 4668 napi_reuse_skb(napi, skb);
4667 return NULL; 4669 return NULL;
4668 } 4670 }