No description
Find a file
Mat Martineau 9ce7deff92 docs: networking: mptcp: Add MPTCP sysctl entries
Describe the two MPTCP sysctls, what the values mean, and the default
settings.

Acked-by: Geliang Tang <geliangtang@gmail.com>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Reviewed-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2020-11-04 17:45:53 -08:00
arch
block
certs
crypto
Documentation docs: networking: mptcp: Add MPTCP sysctl entries 2020-11-04 17:45:53 -08:00
drivers enetc: Remove Tx checksumming offload code 2020-11-04 17:35:01 -08:00
fs
include tcp: propagate MPTCP skb extensions on xmit splits 2020-11-04 17:45:53 -08:00
init
ipc
kernel
lib
LICENSES
mm
net mptcp: add a new sysctl add_addr_timeout 2020-11-04 17:45:53 -08:00
samples
scripts
security
sound
tools selftests: net: bridge: add test for mldv2 *,g auto-add 2020-11-04 16:55:48 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS docs: networking: mptcp: Add MPTCP sysctl entries 2020-11-04 17:45:53 -08:00
Makefile
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.