netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] net/tcp_fastopen: Fix for various TFO firewall issues
@ 2017-04-20 21:45 Wei Wang
  2017-04-20 21:45 ` [PATCH net-next 1/3] net/tcp_fastopen: Disable active side TFO in certain scenarios Wei Wang
  2017-04-24 18:27 ` [PATCH net-next 0/3] net/tcp_fastopen: Fix for various TFO firewall issues David Miller
  0 siblings, 2 replies; 11+ messages in thread
From: Wei Wang @ 2017-04-20 21:45 UTC (permalink / raw)
  To: netdev, David Miller; +Cc: Yuchung Cheng, Eric Dumazet, Wei Wang

From: Wei Wang <weiwan@google.com>

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.

Wei Wang (3):
  net-tcp_fastopen: Disable active side TFO in certain scenarios
  net-tcp_fastopen: Add snmp counter for blackhole detection
  net-tcp_fastopen: Remove mss check in tcp_write_timeout()

 Documentation/networking/ip-sysctl.txt |   8 +++
 include/linux/tcp.h                    |   1 +
 include/net/tcp.h                      |   6 ++
 include/uapi/linux/snmp.h              |   1 +
 net/ipv4/proc.c                        |   1 +
 net/ipv4/sysctl_net_ipv4.c             |  21 +++++++
 net/ipv4/tcp.c                         |   1 +
 net/ipv4/tcp_fastopen.c                | 102 +++++++++++++++++++++++++++++++++
 net/ipv4/tcp_input.c                   |  23 ++++++--
 net/ipv4/tcp_ipv4.c                    |   3 +
 net/ipv4/tcp_timer.c                   |   7 +--
 11 files changed, 166 insertions(+), 8 deletions(-)

-- 
2.12.2.816.g2cccc81164-goog

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-04-24 18:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-20 21:45 [PATCH net-next 0/3] net/tcp_fastopen: Fix for various TFO firewall issues Wei Wang
2017-04-20 21:45 ` [PATCH net-next 1/3] net/tcp_fastopen: Disable active side TFO in certain scenarios Wei Wang
2017-04-20 21:45   ` [PATCH net-next 2/3] net/tcp_fastopen: Add snmp counter for blackhole detection Wei Wang
2017-04-20 21:45     ` [PATCH net-next 3/3] net/tcp_fastopen: Remove mss check in tcp_write_timeout() Wei Wang
2017-04-21  0:29       ` Yuchung Cheng
2017-04-21  3:06         ` Neal Cardwell
2017-04-21  0:30     ` [PATCH net-next 2/3] net/tcp_fastopen: Add snmp counter for blackhole detection Yuchung Cheng
2017-04-21  3:07       ` Neal Cardwell
2017-04-21  0:29   ` [PATCH net-next 1/3] net/tcp_fastopen: Disable active side TFO in certain scenarios Yuchung Cheng
2017-04-21  2:40   ` Neal Cardwell
2017-04-24 18:27 ` [PATCH net-next 0/3] net/tcp_fastopen: Fix for various TFO firewall issues David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).