Linux kernel source tree
Go to file
Eric Dumazet 58169ec9c4 inet: preserve const qualifier in inet_csk()
We can change inet_csk() to propagate its argument const qualifier,
thanks to container_of_const().

We have to fix few places that had mistakes, like tcp_bound_rto().

Signed-off-by: Eric Dumazet <edumazet@google.com>
Link: https://lore.kernel.org/r/20240329144931.295800-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2024-04-01 21:27:08 -07:00
arch
block
certs
crypto
Documentation doc: netlink: Update tc spec with missing definitions 2024-04-01 21:26:02 -07:00
drivers ice: Add support for PFCP hardware offload in switchdev 2024-04-01 10:49:29 +01:00
fs
include inet: preserve const qualifier in inet_csk() 2024-04-01 21:27:08 -07:00
init
io_uring
ipc
kernel
lib lib/bitmap: add compile-time test for __assign_bit() optimization 2024-04-01 10:49:28 +01:00
LICENSES
mm
net inet: preserve const qualifier in inet_csk() 2024-04-01 21:27:08 -07:00
rust
samples
scripts
security
sound
tools doc: netlink: Add hyperlinks to generated Netlink docs 2024-04-01 21:26:02 -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.