No description
Find a file
Jiri Pirko ad99637ac9 devlink: put netnsid to nested handle
If netns of devlink instance and nested devlink instance differs,
put netnsid attr to indicate that.

Signed-off-by: Jiri Pirko <jiri@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2023-09-17 14:01:46 +01:00
arch parisc architecture fixes and enhancements for kernel v6.6-rc2: 2023-09-13 11:35:53 -07:00
block
certs
crypto
Documentation dpll: spec: Add Netlink spec in YAML 2023-09-17 11:50:20 +01:00
drivers net/mlx5: Lift reload limitation when SFs are present 2023-09-17 14:01:46 +01:00
fs Tracing fixes for 6.6: 2023-09-13 11:30:11 -07:00
include mlx5: Implement SyncE support using DPLL infrastructure 2023-09-17 11:50:20 +01:00
init
io_uring
ipc
kernel Tracing fixes for 6.6: 2023-09-13 11:30:11 -07:00
lib linux-kselftest-kunit-6.6-rc2 2023-09-12 09:05:49 -07:00
LICENSES
mm LoongArch changes for v6.6 2023-09-08 12:16:52 -07:00
net devlink: put netnsid to nested handle 2023-09-17 14:01:46 +01:00
rust
samples
scripts parisc architecture fixes and enhancements for kernel v6.6-rc2: 2023-09-13 11:35:53 -07:00
security Landlock updates for v6.6-rc1 2023-09-08 12:06:51 -07:00
sound sound fixes for 6.6-rc1 2023-09-08 13:07:50 -07:00
tools Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2023-09-14 19:48:23 +02:00
usr
virt ARM: 2023-09-07 13:52:20 -07:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS dpll: core: Add DPLL framework base functions 2023-09-17 11:50:20 +01:00
Makefile Linux 6.6-rc1 2023-09-10 16:28:41 -07:00
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.