]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAIT
authorFlorent Fourcot <florent.fourcot@enst-bretagne.fr>
Thu, 16 Jan 2014 16:21:22 +0000 (17:21 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 18 Jan 2014 01:56:33 +0000 (17:56 -0800)
commit443049a19abbbcbbb6bda9d818e53072fa4b426d
treebf854b523585d551146a82d12d429ab19ae6ef3c
parenta479834d6c1ec378891a2a901f68ba378551f225
ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAIT

This patch is following the commit f821ff9ce6f612 (ipv6: tcp: fix TCLASS
value in ACK messages sent from TIME_WAIT).

For the same reason than tclass, we have to store the flow label in the
inet_timewait_sock to provide consistency of flow label on the last ACK.

Signed-off-by: Florent Fourcot <florent.fourcot@enst-bretagne.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/inet_timewait_sock.h
net/ipv4/tcp_minisocks.c
net/ipv6/tcp_ipv6.c