No description
Find a file
Ido Schimmel 2a014b200b mlxsw: spectrum_router: Add support for nexthop objects
Register a listener to the nexthop notification chain and parse notified
nexthop objects into the existing mlxsw nexthop data structures.

Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2020-11-20 15:20:20 -08:00
arch
block
certs
crypto
Documentation
drivers mlxsw: spectrum_router: Add support for nexthop objects 2020-11-20 15:20:20 -08:00
fs
include ethtool: add ETHTOOL_COALESCE_ALL_PARAMS define 2020-11-20 12:51:53 -08:00
init
ipc
kernel
lib
LICENSES
mm
net net: dsa: avoid potential use-after-free error 2020-11-20 15:02:50 -08:00
samples
scripts
security
sound
tools selftests: add ring and coalesce selftests 2020-11-20 12:51:54 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS octeontx2-pf: move lmt flush to include/linux/soc 2020-11-20 11:01:13 -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.