Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 129765
b: refs/heads/master
c: f17f5c9
h: refs/heads/master
i:
  129763: 9fea6f5
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Jan 14, 2009
1 parent 24ade22 commit 038def2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 483a2b3a3182abcb7fcea986d7ea13e793bb00b1
refs/heads/master: f17f5c91ae3bfeb5cfc37fa132a5fdfceb8927be
3 changes: 3 additions & 0 deletions trunk/net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -2392,6 +2392,9 @@ int dev_gro_receive(struct napi_struct *napi, struct sk_buff *skb)
if (!(skb->dev->features & NETIF_F_GRO))
goto normal;

if (skb_is_gso(skb) || skb_shinfo(skb)->frag_list)
goto normal;

rcu_read_lock();
list_for_each_entry_rcu(ptype, head, list) {
struct sk_buff *p;
Expand Down

0 comments on commit 038def2

Please sign in to comment.