All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Abeni <pabeni at redhat.com>
To: mptcp at lists.01.org
Subject: [MPTCP] [PATCH net-next 0/9] mptcp: cope better with mp_join storm
Date: Fri, 10 Jul 2020 19:22:09 +0200	[thread overview]
Message-ID: <cover.1594401165.git.pabeni@redhat.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 946 bytes --]

This is a rebase of the RFC, dropping old 5/5 and including a few somewhat
related bugfixes - all targeting net-next because the fixed commit is only
there or the buggy behavior can be triggered only enabling non backup subflows

Paolo Abeni (9):
  subflow: always init 'rel_write_seq'
  mptcp: avoid data corruption on reinsert
  mptcp: mark as fallback even early ones
  mptcp: zero token hash at creation time.
  mptcp: make msk established at remote key reception time
  mptcp: cleanup subflow_finish_connect()
  subflow: explicitly check for plain tcp rsk
  subflow: use rsk_ops->send_reset()
  subflow: introduce and use mptcp_can_accept_new_subflow()

 net/mptcp/options.c  |  4 +-
 net/mptcp/protocol.c | 20 +++++++---
 net/mptcp/protocol.h |  2 +
 net/mptcp/subflow.c  | 87 +++++++++++++++++++++++++-------------------
 net/mptcp/token.c    |  2 +-
 5 files changed, 69 insertions(+), 46 deletions(-)

-- 
2.26.2

                 reply	other threads:[~2020-07-10 17:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=cover.1594401165.git.pabeni@redhat.com \
    --to=unknown@example.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.