Linux kernel source tree
Go to file
Kuniyuki Iwashima 302fc6bbcb phonet: Pass ifindex to fill_route().
We will convert route_doit() to RCU.

route_doit() will call rtm_phonet_notify() outside of RCU due
to GFP_KERNEL, so dev will not be available in fill_route().

Let's pass ifindex directly to fill_route().

Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2024-10-24 16:03:40 +02:00
Documentation netlink: specs: Add missing bitset attrs to ethtool spec 2024-10-23 13:41:36 +02:00
LICENSES
arch Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2024-10-21 09:14:18 +02:00
block
certs
crypto
drivers net: pcs: xpcs: remove return statements in void function 2024-10-23 16:10:16 +02:00
fs
include phonet: Convert phonet_device_list.lock to spinlock_t. 2024-10-24 16:03:40 +02:00
init
io_uring
ipc
kernel No contributions from subtrees. 2024-10-17 09:31:18 -07:00
lib
mm
net phonet: Pass ifindex to fill_route(). 2024-10-24 16:03:40 +02:00
rust Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2024-10-21 09:14:18 +02:00
samples
scripts
security
sound
tools tools/net/ynl: improve async notification handling 2024-10-24 09:55:03 +02:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS net: hibmcge: Add maintainer for hibmcge 2024-10-21 11:26:53 +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.