[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200402114454.8533-1-fw@strlen.de>
Date: Thu, 2 Apr 2020 13:44:50 +0200
From: Florian Westphal <fw@...len.de>
To: <netdev@...r.kernel.org>
Subject: [PATCH net 0/4] mptcp: various bugfixes and improvements
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(-)
Powered by blists - more mailing lists