netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/4] mptcp: various bugfixes and improvements
@ 2020-04-02 11:44 Florian Westphal
  2020-04-02 11:44 ` [PATCH net 1/4] mptcp: fix tcp fallback crash Florian Westphal
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Florian Westphal @ 2020-04-02 11:44 UTC (permalink / raw)
  To: netdev

This series contains the following mptcp bug fixes:

1. Fix crash on tcp fallback when userspace doesn't provide a 'struct
   sockaddr' to accept().
2. Close mptcp socket only when all subflows have closed, not just the first.
3. avoid stream data corruption when we'd receive identical mapping at the
    exact same time on multiple subflows.
4. Fix "fn parameter not described" kerneldoc warnings.

Florian Westphal (3):
      mptcp: fix tcp fallback crash
      mptcp: subflow: check parent mptcp socket on subflow state change
      mptcp: re-check dsn before reading from subflow

Matthieu Baerts (1):
      mptcp: fix "fn parameter not described" warnings

 net/mptcp/protocol.c | 109 +++++++++++++++++++++++++++++++++++++++++++++++++--
 net/mptcp/protocol.h |   2 +
 net/mptcp/subflow.c  |   3 +-
 net/mptcp/token.c    |   9 +++--
 4 files changed, 113 insertions(+), 10 deletions(-)


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

end of thread, other threads:[~2020-04-02 14:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-02 11:44 [PATCH net 0/4] mptcp: various bugfixes and improvements Florian Westphal
2020-04-02 11:44 ` [PATCH net 1/4] mptcp: fix tcp fallback crash Florian Westphal
2020-04-02 11:44 ` [PATCH net 2/4] mptcp: subflow: check parent mptcp socket on subflow state change Florian Westphal
2020-04-02 11:44 ` [PATCH net 3/4] mptcp: re-check dsn before reading from subflow Florian Westphal
2020-04-02 11:44 ` [PATCH net 4/4] mptcp: fix "fn parameter not described" warnings Florian Westphal
2020-04-02 14:00 ` [PATCH net 0/4] mptcp: various bugfixes and improvements 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).