]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tcp-fastopen-middlebox-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 24 Apr 2017 18:27:18 +0000 (14:27 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Apr 2017 18:27:18 +0000 (14:27 -0400)
commitb35aab092acf51b5d355a287fd45100f8167bf7a
tree258bd7edb6ba1acf0241d1276fd58b1c6be1dcb8
parentfa5a7c179d7d6e199e8701aa3f1d6c49f440750f
parentc1d50ba3c8cecd9d4e3c7c8974a3abc1ccad2b7b
Merge branch 'tcp-fastopen-middlebox-fixes'

Wei Wang says:

====================
net/tcp_fastopen: Fix for various TFO firewall issues

Currently there are still some firewall issues in the middlebox
which make the middlebox drop packets silently for TFO sockets.
This kind of issue is hard to be detected by the end client.

This patch series tries to detect such issues in the kernel and disable
TFO temporarily.
More details about the issues and the fixes are included in the following
patches.
====================

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