Linux kernel source tree
Go to file
David S. Miller 9b60ac54ab Merge branch 'dsa-docs'
Vladimir Oltean says:

====================
DSA documentation updates for v5.15

There were some documentation-visible changes made to DSA in the
net-next tree for v5.15. There may be more, but these are the ones I am
aware of.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2021-08-22 09:49:04 +01:00
Documentation docs: net: dsa: document the new methods for bridge TX forwarding offload 2021-08-22 09:49:04 +01:00
LICENSES
arch
block
certs
crypto
drivers net: ipa: rename "ipa_clock.c" 2021-08-22 09:44:17 +01:00
fs
include Minor updates: 2021-08-20 10:09:22 -07:00
init
ipc
kernel
lib
mm
net Minor updates: 2021-08-20 10:09:22 -07:00
samples
scripts
security
sound
tools tools/net: Use bitwise instead of arithmetic operator for flags 2021-08-20 14:55:53 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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.