Merge branch 'tcp_fast_open_synack_fin'
authorDavid S. Miller <davem@davemloft.net>
Sat, 6 Feb 2016 08:12:10 +0000 (03:12 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sat, 6 Feb 2016 08:12:10 +0000 (03:12 -0500)
Eric Dumazet says:

====================
tcp: fastopen: accept data/FIN present in SYNACK

Implements RFC 7413 (TCP Fast Open) 4.2.2, accepting payload and/or FIN
in SYNACK messages, and prepare removal of SYN flag in tcp_recvmsg()
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge