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()

Eric Dumazet (2):
  tcp: fastopen: accept data/FIN present in SYNACK message
  tcp: do not enqueue skb with SYN flag

 include/net/tcp.h       |  1 +
 net/ipv4/tcp.c          |  8 ++++--
 net/ipv4/tcp_fastopen.c | 67 +++++++++++++++++++++++++++----------------------
 net/ipv4/tcp_input.c    |  3 +++
 4 files changed, 47 insertions(+), 32 deletions(-)

-- 
2.7.0.rc3.207.g0ac5344

Reply via email to