Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352785
b: refs/heads/master
c: aa0e51c
h: refs/heads/master
i:
  352783: ea81434
v: v3
  • Loading branch information
Dmitry Kravkov authored and David S. Miller committed Feb 19, 2013
1 parent ff46b18 commit 3696b5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: e0809dbc47dea83eba7a9abb70e87470904d4372
refs/heads/master: aa0e51cdda005cd37e23751de54443b1e73e7def
7 changes: 2 additions & 5 deletions trunk/net/ipv4/ip_gre.c
Original file line number Diff line number Diff line change
Expand Up @@ -745,12 +745,9 @@ static struct sk_buff *handle_offloads(struct sk_buff *skb)
goto error;
skb_shinfo(skb)->gso_type |= SKB_GSO_GRE;
return skb;
} else if (skb->ip_summed == CHECKSUM_PARTIAL) {
err = skb_checksum_help(skb);
if (unlikely(err))
goto error;
}
skb->ip_summed = CHECKSUM_NONE;
if (skb->ip_summed != CHECKSUM_PARTIAL)
skb->ip_summed = CHECKSUM_NONE;

return skb;

Expand Down

0 comments on commit 3696b5d

Please sign in to comment.