]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'mptcp-various-small-improvements'
authorJakub Kicinski <kuba@kernel.org>
Mon, 28 Oct 2024 22:55:48 +0000 (15:55 -0700)
committerJakub Kicinski <kuba@kernel.org>
Mon, 28 Oct 2024 22:55:48 +0000 (15:55 -0700)
commit825199bf2017e4549586f038ede9acec68de883d
tree797f92f5cfd258a8955d207c9c8e9a18e2840ef0
parentfbb26ecc550200afcc15b121218fe7ec29bae219
parent46a3282b87b1f9a88534eba59ecf852b2a21289c
Merge branch 'mptcp-various-small-improvements'

Matthieu Baerts says:

====================
mptcp: various small improvements

The following patches are not related to each other.

- Patch 1: Avoid sending advertisements on stale subflows, reducing
  risks on loosing them.

- Patch 2: Annotate data-races around subflow->fully_established, using
  READ/WRITE_ONCE().

- Patch 3: A small clean-up on the PM side, avoiding a bit of duplicated
  code.

- Patch 4: Use "Middlebox interference" MP_TCPRST code in reaction to a
  packet received without MPTCP options in the middle of a connection.
====================

Link: https://patch.msgid.link/20241021-net-next-mptcp-misc-6-13-v1-0-1ef02746504a@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>