Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321587
b: refs/heads/master
c: 3a7c384
h: refs/heads/master
i:
  321585: 12ddbd8
  321583: 39d3cca
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Aug 10, 2012
1 parent 489ee44 commit 8d4f75e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 2070ffa2c8d4dc17cd8fc4b30d2710bcde27b051
refs/heads/master: 3a7c384ffd57ef5fbd95f48edaa2ca4eb3d9f2ee
1 change: 1 addition & 0 deletions trunk/net/ipv4/ip_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -1536,6 +1536,7 @@ void ip_send_unicast_reply(struct net *net, struct sk_buff *skb, __be32 daddr,
arg->csumoffset) = csum_fold(csum_add(nskb->csum,
arg->csum));
nskb->ip_summed = CHECKSUM_NONE;
skb_orphan(nskb);
skb_set_queue_mapping(nskb, skb_get_queue_mapping(skb));
ip_push_pending_frames(sk, &fl4);
}
Expand Down

0 comments on commit 8d4f75e

Please sign in to comment.