netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/6] mptcp: Miscellaneous MPTCP fixes
@ 2020-10-30 22:45 Mat Martineau
  2020-10-30 22:45 ` [PATCH net-next 1/6] mptcp: adjust mptcp receive buffer limit if subflow has larger one Mat Martineau
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Mat Martineau @ 2020-10-30 22:45 UTC (permalink / raw)
  To: netdev; +Cc: Mat Martineau, mptcp, kuba, davem

This is a collection of small fixup and minor enhancement patches that
have accumulated in the MPTCP tree while net-next was closed. These are
prerequisites for larger changes we have queued up.

Patch 1 refines receive buffer autotuning.

Patches 2 and 4 are some minor locking and refactoring changes.

Patch 3 improves GRO and RX coalescing with MPTCP skbs.

Patches 5 and 6 add a sysctl for tuning ADD_ADDR retransmission timeout
and corresponding test code.

Florian Westphal (3):
  mptcp: adjust mptcp receive buffer limit if subflow has larger one
  mptcp: use _fast lock version in __mptcp_move_skbs
  mptcp: split mptcp_clean_una function

Geliang Tang (2):
  mptcp: add a new sysctl add_addr_timeout
  selftests: mptcp: add ADD_ADDR timeout test case

Paolo Abeni (1):
  tcp: propagate MPTCP skb extensions on xmit splits

 include/net/mptcp.h                           | 21 ++++-
 net/ipv4/tcp_output.c                         |  3 +
 net/mptcp/ctrl.c                              | 14 +++
 net/mptcp/pm_netlink.c                        |  8 +-
 net/mptcp/protocol.c                          | 67 +++++++++----
 net/mptcp/protocol.h                          |  1 +
 tools/testing/selftests/net/mptcp/config      | 10 ++
 .../testing/selftests/net/mptcp/mptcp_join.sh | 94 ++++++++++++++-----
 8 files changed, 171 insertions(+), 47 deletions(-)


base-commit: 1fb74191988fd1cc340c4b2fdaf4c47d2a7d1d17
-- 
2.29.2


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

end of thread, other threads:[~2020-11-03  0:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-30 22:45 [PATCH net-next 0/6] mptcp: Miscellaneous MPTCP fixes Mat Martineau
2020-10-30 22:45 ` [PATCH net-next 1/6] mptcp: adjust mptcp receive buffer limit if subflow has larger one Mat Martineau
2020-10-30 22:45 ` [PATCH net-next 2/6] mptcp: use _fast lock version in __mptcp_move_skbs Mat Martineau
2020-10-30 22:45 ` [PATCH net-next 3/6] tcp: propagate MPTCP skb extensions on xmit splits Mat Martineau
2020-10-30 22:45 ` [PATCH net-next 4/6] mptcp: split mptcp_clean_una function Mat Martineau
2020-10-30 22:45 ` [PATCH net-next 5/6] mptcp: add a new sysctl add_addr_timeout Mat Martineau
2020-11-02 23:33   ` Jakub Kicinski
2020-11-03  0:35     ` Mat Martineau
2020-10-30 22:45 ` [PATCH net-next 6/6] selftests: mptcp: add ADD_ADDR timeout test case Mat Martineau

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).