Performance oriented customized Linux kernel based on the mainline kernel.
Find a file
Geliang Tang 5f0d0649c8 mptcp: use mptcp_win_from_space helper
The MPTCP dedicated win_from_space helper mptcp_win_from_space() is defined
in protocol.h, use it in mptcp_rcv_space_adjust() instead of using the TCP
one. Here scaling_ratio is the same as msk->scaling_ratio.

Signed-off-by: Geliang Tang <tanggeliang@kylinos.cn>
Reviewed-by: Mat Martineau <martineau@kernel.org>
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2024-06-06 15:13:47 +02:00
arch
block
certs
crypto
Documentation net/mlx5e: SHAMPO, Add header-only ethtool counters for header data split 2024-06-05 20:20:46 -07:00
drivers net: ravb: Allocate RX buffers via page pool 2024-06-06 09:59:58 +02:00
fs
include net: use unrcu_pointer() helper 2024-06-06 11:52:52 +02:00
init
io_uring
ipc
kernel
lib
LICENSES
mm
net mptcp: use mptcp_win_from_space helper 2024-06-06 15:13:47 +02:00
rust
samples
scripts
security
sound
tools selftests: hsr: Extend the hsr_ping.sh test to use fixed MAC addresses 2024-06-05 19:26:41 -07:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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 reStructuredText 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.