A general documentation about MPTCP was missing since its introduction in v5.6. The last patch adds a new 'mptcp' page in the 'networking' documentation. The first patch is a fix for a missing sysctl entry introduced in v6.10 rc0, and the second one reorder the sysctl entries. Signed-off-by: Matthieu Baerts (NGI0) <matttbe@xxxxxxxxxx> --- Changes in v3: - Patch 3/3: Fix a few run-on sentences (Randy) - Link to v2: https://lore.kernel.org/r/20240528-upstream-net-20240520-mptcp-doc-v2-0-47f2d5bc2ef3@xxxxxxxxxx Changes in v2: - Patch 3/3: fixed mptcp.dev link syntax. - Rebased on top of net-next (Paolo). - Link to v1: https://lore.kernel.org/r/20240520-upstream-net-20240520-mptcp-doc-v1-0-e3ad294382cb@xxxxxxxxxx --- Matthieu Baerts (NGI0) (3): doc: mptcp: add missing 'available_schedulers' entry doc: mptcp: alphabetical order doc: new 'mptcp' page in 'networking' Documentation/networking/index.rst | 1 + Documentation/networking/mptcp-sysctl.rst | 74 +++++++------- Documentation/networking/mptcp.rst | 156 ++++++++++++++++++++++++++++++ MAINTAINERS | 2 +- 4 files changed, 197 insertions(+), 36 deletions(-) --- base-commit: c53a46b16ce2605181688ea6af5f6c8d7fb3c9c1 change-id: 20240520-upstream-net-20240520-mptcp-doc-e57ac322e4ac Best regards, -- Matthieu Baerts (NGI0) <matttbe@xxxxxxxxxx>