Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15144
b: refs/heads/master
c: a388442
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Dec 15, 2005
1 parent 50dc04a commit bfb32ca
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: 28247644cc07b54a798d997631d01531f2d9acfd
refs/heads/master: a388442c3798a345d131ff8b9d6dea0bfda3fefc
3 changes: 3 additions & 0 deletions trunk/net/8021q/vlan_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ int vlan_skb_recv(struct sk_buff *skb, struct net_device *dev,

skb_pull(skb, VLAN_HLEN); /* take off the VLAN header (4 bytes currently) */

/* Need to correct hardware checksum */
skb_postpull_rcsum(skb, vhdr, VLAN_HLEN);

/* Ok, lets check to make sure the device (dev) we
* came in on is what this VLAN is attached to.
*/
Expand Down

0 comments on commit bfb32ca

Please sign in to comment.