Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361433
b: refs/heads/master
c: c80a851
h: refs/heads/master
i:
  361431: a22ab0f
v: v3
  • Loading branch information
Li RongQing authored and David S. Miller committed Mar 12, 2013
1 parent 9cfb8d9 commit 942078a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 45549a68a592dd1daed72aaf4df2295931b93138
refs/heads/master: c80a8512ee3a8e1f7c3704140ea55f21dc6bd651
2 changes: 1 addition & 1 deletion trunk/net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -2219,9 +2219,9 @@ struct sk_buff *skb_mac_gso_segment(struct sk_buff *skb,
struct sk_buff *segs = ERR_PTR(-EPROTONOSUPPORT);
struct packet_offload *ptype;
__be16 type = skb->protocol;
int vlan_depth = ETH_HLEN;

while (type == htons(ETH_P_8021Q)) {
int vlan_depth = ETH_HLEN;
struct vlan_hdr *vh;

if (unlikely(!pskb_may_pull(skb, vlan_depth + VLAN_HLEN)))
Expand Down

0 comments on commit 942078a

Please sign in to comment.