The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
David Morley 14b1df2004 tcp: fix rate_app_limited to default to 1
[ Upstream commit 300b655db1 ]

The initial default value of 0 for tp->rate_app_limited was incorrect,
since a flow is indeed application-limited until it first sends
data. Fixing the default to be 1 is generally correct but also
specifically will help user-space applications avoid using the initial
tcpi_delivery_rate value of 0 that persists until the connection has
some non-zero bandwidth sample.

Fixes: eb8329e0a0 ("tcp: export data delivery rate")
Suggested-by: Yuchung Cheng <ycheng@google.com>
Signed-off-by: David Morley <morleyd@google.com>
Signed-off-by: Neal Cardwell <ncardwell@google.com>
Tested-by: David Morley <morleyd@google.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-02-01 08:27:16 +01:00
Documentation dt-bindings: phy: g12a-usb3-pcie-phy: fix compatible string documentation 2023-01-24 07:22:47 +01:00
LICENSES
arch ARM: dts: at91: sam9x60: fix the ddr clock for sam9x60 2023-02-01 08:27:07 +01:00
block block: mq-deadline: Rename deadline_is_seq_writes() 2023-01-24 07:22:49 +01:00
certs
crypto
drivers net: stmmac: enable all safety features by default 2023-02-01 08:27:15 +01:00
fs cifs: fix potential deadlock in cache_refresh_path() 2023-02-01 08:27:13 +01:00
include thermal: Validate new state in cur_state_store() 2023-02-01 08:27:15 +01:00
init
io_uring io_uring/rw: remove leftover debug statement 2023-01-24 07:22:49 +01:00
ipc
kernel bpf: Fix pointer-leak due to insufficient speculative store bypass mitigation 2023-02-01 08:27:07 +01:00
lib
mm mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vma 2023-01-24 07:22:49 +01:00
net tcp: fix rate_app_limited to default to 1 2023-02-01 08:27:16 +01:00
samples
scripts
security tomoyo: fix broken dependency on *.conf.default 2023-02-01 08:27:05 +01:00
sound ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP platform 2023-01-24 07:22:43 +01:00
tools selftests/net: toeplitz: fix race on tpacket_v3 block close 2023-02-01 08:27:14 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.15.90 2023-01-24 07:22:49 +01:00
README

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.