No description
Find a file
Petr Machata bd32ff6872 selftests: net: forwarding: lib: Drop lldpad_app_wait_set(), _del()
The existing users of these helpers have been converted to iproute2 dcb.
Drop the helpers.

Signed-off-by: Petr Machata <petrm@nvidia.com>
Reviewed-by: Danielle Ratson <danieller@nvidia.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2023-01-31 21:02:11 -08:00
arch sh: checksum: add missing linux/uaccess.h include 2023-01-30 21:04:21 -08:00
block
certs
crypto
Documentation dt-bindings: net: add amlogic gxl mdio multiplexer 2023-01-31 20:59:07 -08:00
drivers net: mdio: add amlogic gxl mdio mux support 2023-01-31 20:59:07 -08:00
fs Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2023-01-27 22:56:18 -08:00
include net: mscc: ocelot: expose vsc7514_regmap definition 2023-01-30 21:07:20 -08:00
init bpf-next-for-netdev 2023-01-28 00:00:14 -08:00
io_uring
ipc
kernel bpf-next-for-netdev 2023-01-28 00:00:14 -08:00
lib bpf-next-for-netdev 2023-01-28 00:00:14 -08:00
LICENSES
mm
net devlink: remove devlink features 2023-01-30 08:37:46 +00:00
rust
samples
scripts bpf-next-for-netdev 2023-01-28 00:00:14 -08:00
security
sound
tools selftests: net: forwarding: lib: Drop lldpad_app_wait_set(), _del() 2023-01-31 21:02:11 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS net: dsa: ocelot: add external ocelot switch control 2023-01-30 21:07:21 -08:00
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.