netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Wei Wang <weiwan@google.com>
To: netdev@vger.kernel.org, David Miller <davem@davemloft.net>
Cc: Yuchung Cheng <ycheng@google.com>,
	Eric Dumazet <edumazet@google.com>, Wei Wang <weiwan@google.com>
Subject: [PATCH net-next 0/3] net/tcp_fastopen: Fix for various TFO firewall issues
Date: Thu, 20 Apr 2017 14:45:45 -0700	[thread overview]
Message-ID: <20170420214548.23666-1-tracywwnj@gmail.com> (raw)

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

             reply	other threads:[~2017-04-20 21:46 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-20 21:45 Wei Wang [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170420214548.23666-1-tracywwnj@gmail.com \
    --to=weiwan@google.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=netdev@vger.kernel.org \
    --cc=ycheng@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).