No description
Find a file
Horatiu Vultur 61caac2d1a net: lan966x: add tc matchall goto action
Extend matchall with action goto. This is needed to enable the lookup in
the VCAP. It is needed to connect chain 0 to a chain that is recognized
by the HW.

Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2022-11-29 13:08:23 +01:00
arch wireless-next patches for v6.2 2022-11-18 11:44:36 +00:00
block
certs
crypto
Documentation dt-bindings: net: marvell,prestera: Describe PCI devices of the prestera family 2022-11-29 10:45:53 +01:00
drivers net: lan966x: add tc matchall goto action 2022-11-29 13:08:23 +01:00
fs
include net: ethernet: mtk_wed: add reset to tx_ring_setup callback 2022-11-29 11:40:24 +01:00
init
io_uring
ipc
kernel bpf-next-for-netdev 2022-11-28 19:42:17 -08:00
lib lib/test_rhashtable: Remove set but unused variable 'insert_retries' 2022-11-25 08:09:12 +00:00
LICENSES
mm Networking fixes for 6.1-rc6, including fixes from bpf 2022-11-17 08:58:36 -08:00
net of: net: export of_get_mac_address_nvmem() 2022-11-29 10:45:53 +01:00
rust
samples bpf-next-for-netdev 2022-11-28 19:42:17 -08:00
scripts Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2022-11-17 18:30:39 -08:00
security
sound
tools bpf-next-for-netdev 2022-11-28 19:42:17 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS wireless-next patches for v6.2 2022-11-18 11:44:36 +00: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.