projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db2bf24
)
tcpv6: fix option space offsets with md5
author
Ilpo Järvinen
<ilpo.jarvinen@helsinki.fi>
Wed, 8 Oct 2008 21:36:33 +0000
(14:36 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 8 Oct 2008 21:36:33 +0000
(14:36 -0700)
More breakage :-), part of timestamps just were previously
overwritten.
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/tcp_ipv6.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv6/tcp_ipv6.c
b/net/ipv6/tcp_ipv6.c
index e8b0fdd9edb82f01159a3393ddb05ca77aedd8ae..dd7bdde7bddcb3f535d758aa3d2699c77939114b 100644
(file)
--- a/
net/ipv6/tcp_ipv6.c
+++ b/
net/ipv6/tcp_ipv6.c
@@
-1088,7
+1088,7
@@
static void tcp_v6_send_ack(struct sk_buff *skb, u32 seq, u32 ack, u32 win, u32
*topt++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) |
(TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP);
*topt++ = htonl(tcp_time_stamp);
- *topt = htonl(ts);
+ *topt
++
= htonl(ts);
}
#ifdef CONFIG_TCP_MD5SIG