All of lore.kernel.org
 help / color / mirror / Atom feed
* [MPTCP] [PATCH mptcp 0/4] four small cleanups and fixes
@ 2019-11-05 17:05 Florian Westphal
  0 siblings, 0 replies; only message in thread
From: Florian Westphal @ 2019-11-05 17:05 UTC (permalink / raw)
  To: mptcp

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

1. cleanup: mptcp_subflow_get_map_offset arg can be const.
2. fix: don't advance snd_una past the write sequence.
3. cleanup: use existing helper rather than open-coding it
4. fix: avoid blocking kworker forever when polling mptcp socket.

All paches can be squashed, I've added squashto hints.

The following changes since commit 512f0321ae8a2679c15915b68f8a5cd98f190288:

  subflow: wake parent mptcp socket on subflow state change (2019-11-05 02:27:34 +0000)

are available in the Git repository at:

  git://git.breakpoint.cc/fw/mptcp-next.git mptcp_fixes_04

for you to fetch changes up to 50a570bb03f61cb5e2344e1d3f8d959c40d7b520:

  poll: release lock before waiting (2019-11-05 17:58:28 +0100)

----------------------------------------------------------------
Florian Westphal (4):
      protocol.h: mptcp_subflow_get_map_offset arg can be const
      options: ignore mptcp-level ack that is ahead of write_seq
      protocol: use sk_wait_event helper
      poll: release lock before waiting

 net/mptcp/options.c  |  6 ++++++
 net/mptcp/protocol.c | 16 ++++------------
 net/mptcp/protocol.h |  4 ++--
 3 files changed, 12 insertions(+), 14 deletions(-)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-05 17:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-05 17:05 [MPTCP] [PATCH mptcp 0/4] four small cleanups and fixes Florian Westphal

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.