Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265355
b: refs/heads/master
c: 0dfe178
h: refs/heads/master
i:
  265353: 1b69111
  265351: db0d10e
v: v3
  • Loading branch information
Jiri Pirko authored and David S. Miller committed Aug 22, 2011
1 parent ce2d8e2 commit 46df3ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c8d755b59ae6750150d7f351210b97ad4cce5a51
refs/heads/master: 0dfe178239453547d4297a4583ee7847948a481b
7 changes: 3 additions & 4 deletions trunk/net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -3236,10 +3236,9 @@ static int __netif_receive_skb(struct sk_buff *skb)
ret = deliver_skb(skb, pt_prev, orig_dev);
pt_prev = NULL;
}
if (vlan_do_receive(&skb)) {
ret = __netif_receive_skb(skb);
goto out;
} else if (unlikely(!skb))
if (vlan_do_receive(&skb))
goto another_round;
else if (unlikely(!skb))
goto out;
}

Expand Down

0 comments on commit 46df3ee

Please sign in to comment.