Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194311
b: refs/heads/master
c: e5700af
h: refs/heads/master
i:
  194309: 5f756c3
  194307: 3dc9458
  194303: 74a32d6
v: v3
  • Loading branch information
David S. Miller committed Apr 21, 2010
1 parent a7ec66a commit 8bc7ec8
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: f71b70e115dd0bb34eee4d281a4fb6416e88cfff
refs/heads/master: e5700aff144fbbba46be40049f0c55fb57283777
3 changes: 3 additions & 0 deletions trunk/net/ipv6/tcp_ipv6.c
Original file line number Diff line number Diff line change
Expand Up @@ -1054,6 +1054,9 @@ static void tcp_v6_send_response(struct sk_buff *skb, u32 seq, u32 ack, u32 win,
ipv6_addr_copy(&fl.fl6_dst, &ipv6_hdr(skb)->saddr);
ipv6_addr_copy(&fl.fl6_src, &ipv6_hdr(skb)->daddr);

buff->ip_summed = CHECKSUM_PARTIAL;
buff->csum = 0;

__tcp_v6_send_check(buff, &fl.fl6_src, &fl.fl6_dst);

fl.proto = IPPROTO_TCP;
Expand Down

0 comments on commit 8bc7ec8

Please sign in to comment.