tcp: fix Fast Open key endianness
authorYuchung Cheng <ycheng@google.com>
Wed, 27 Jun 2018 23:04:48 +0000 (16:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 30 Jun 2018 09:40:46 +0000 (18:40 +0900)
commitc860e997e9170a6d68f9d1e6e2cf61f572191aaf
tree0bc15c28915912ed264f9dece32400bd116317c4
parent0933cc294f7a5004210c200b540d2d1c14112095
tcp: fix Fast Open key endianness

Fast Open key could be stored in different endian based on the CPU.
Previously hosts in different endianness in a server farm using
the same key config (sysctl value) would produce different cookies.
This patch fixes it by always storing it as little endian to keep
same API for LE hosts.

Reported-by: Daniele Iamartino <danielei@google.com>
Signed-off-by: Yuchung Cheng <ycheng@google.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/sysctl_net_ipv4.c