From: Florent Fourcot Date: Fri, 15 May 2015 22:24:59 +0000 (+0200) Subject: tcp/ipv6: fix flow label setting in TIME_WAIT state X-Git-Tag: omap-for-v4.2/wakeirq-drivers-v2^2~2^2~65^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21858cd02dabcf290564cbf4769b101eba54d7bb;p=pandora-kernel.git tcp/ipv6: fix flow label setting in TIME_WAIT state commit 1d13a96c74fc ("ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAIT") added the flow label in the last TCP packets. Unfortunately, it was not casted properly. This patch replace the buggy shift with be32_to_cpu/cpu_to_be32. Fixes: 1d13a96c74fc ("ipv6: tcp: fix flowlabel value in ACK messages") Reported-by: Eric Dumazet Signed-off-by: Florent Fourcot Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed