Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75131
b: refs/heads/master
c: 1d06916
h: refs/heads/master
i:
  75129: 3a24d2a
  75127: ed60416
v: v3
  • Loading branch information
Timo Teras authored and David S. Miller committed Dec 20, 2007
1 parent 7c64b6b commit 4fc2808
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: 5951cab136d8b7e84696061dc2e69c402bc94f61
refs/heads/master: 1d0691674764098304ae4c63c715f5883b4d3784
2 changes: 1 addition & 1 deletion trunk/net/ipv4/ip_gre.c
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ static int ipgre_rcv(struct sk_buff *skb)
offset += 4;
}

skb_reset_mac_header(skb);
skb->mac_header = skb->network_header;
__pskb_pull(skb, offset);
skb_reset_network_header(skb);
skb_postpull_rcsum(skb, skb_transport_header(skb), offset);
Expand Down

0 comments on commit 4fc2808

Please sign in to comment.