Linux kernel source tree
Go to file
Jakub Kicinski 53bac83308 Merge branch 'rtnetlink-use-rtnl_register_many'
Kuniyuki Iwashima says:

====================
rtnetlink: Use rtnl_register_many().

This series converts all rtnl_register() and rtnl_register_module()
to rtnl_register_many() and finally removes them.

Once this series is applied, I'll start converting doit() to per-netns
RTNL.

v1: https://lore.kernel.org/20241011220550.46040-1-kuniyu@amazon.com/
====================

Link: https://patch.msgid.link/20241014201828.91221-1-kuniyu@amazon.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2024-10-15 18:52:29 -07:00
Documentation bpf-next-for-netdev 2024-10-15 15:19:48 +02:00
LICENSES
arch eth: remove the DLink/Sundance (ST201) driver 2024-10-11 13:08:23 +01:00
block
certs
crypto
drivers gve: add support for basic queue stats 2024-10-15 18:50:10 -07:00
fs for-6.12-rc2-tag 2024-10-10 10:02:59 -07:00
include rtnetlink: Remove rtnl_register() and rtnl_register_module(). 2024-10-15 18:52:26 -07:00
init
io_uring
ipc
kernel ring-buffer: Fix for 6.12 2024-10-10 12:25:32 -07:00
lib Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2024-10-10 13:13:33 -07:00
mm mm: zswap: delete comments for "value" member of 'struct zswap_entry'. 2024-10-09 12:47:19 -07:00
net rtnetlink: Remove rtnl_register() and rtnl_register_module(). 2024-10-15 18:52:26 -07:00
rust Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2024-10-10 13:13:33 -07:00
samples
scripts
security bcachefs: do not use PF_MEMALLOC_NORECLAIM 2024-10-09 12:47:18 -07:00
sound
tools selftests: net/psock_fanout: unbound socket fanout 2024-10-15 09:52:36 -07:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap .mailmap: update Fangrui's email 2024-10-09 12:47:19 -07:00
.rustfmt.toml
COPYING
CREDITS CREDITS: sort alphabetically by name 2024-10-09 12:47:19 -07:00
Kbuild
Kconfig
MAINTAINERS bpf-next-for-netdev 2024-10-15 15:19:48 +02:00
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 reStructuredText 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.