Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201311
b: refs/heads/master
c: be2b6e6
h: refs/heads/master
i:
  201309: ee09c74
  201307: ecf2e53
  201303: 8c4b158
  201295: 8d6a800
  201279: 3ecf220
v: v3
  • Loading branch information
David S. Miller committed Jul 22, 2010
1 parent 5b539fe commit 6886f20
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 00c5a9834b476a138158fb17d576da751727a9f1
refs/heads/master: be2b6e62357dd7ee56bdcb05e54002afb4830292
3 changes: 2 additions & 1 deletion trunk/net/core/skbuff.c
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,8 @@ struct sk_buff *skb_copy_expand(const struct sk_buff *skb,
copy_skb_header(n, skb);

off = newheadroom - oldheadroom;
n->csum_start += off;
if (n->ip_summed == CHECKSUM_PARTIAL)
n->csum_start += off;
#ifdef NET_SKBUFF_DATA_USES_OFFSET
n->transport_header += off;
n->network_header += off;
Expand Down

0 comments on commit 6886f20

Please sign in to comment.