Go to file
Deming Wang 1711435e3e net: ipv6: fix typo in comments
The word "advertize" should be replaced by "advertise".

Signed-off-by: Deming Wang <wangdeming@inspur.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2023-10-25 10:38:07 +01:00
arch LoongArch fixes for v6.6-rc7 2023-10-19 11:02:28 -07:00
block
certs
crypto
Documentation Including fixes from bluetooth, netfilter, WiFi. 2023-10-19 12:08:18 -07:00
drivers i40e: Fix wrong check for I40E_TXR_FLAGS_WB_ON_ITR 2023-10-24 17:03:29 -07:00
fs
include Three more fixes: 2023-10-24 13:10:53 -07:00
init
io_uring
ipc
kernel
lib
LICENSES
mm
net net: ipv6: fix typo in comments 2023-10-25 10:38:07 +01:00
rust
samples
scripts
security
sound
tools Including fixes from bluetooth, netfilter, WiFi. 2023-10-19 12:08:18 -07:00
usr
virt
.clang-format
.cocciconfig
.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 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.