source code of Linux source code
Go to file
Eric Dumazet 6a2968ee1e net: add netdev_set_operstate() helper
dev_base_lock is going away, add netdev_set_operstate() helper
so that hsr does not have to know core internals.

Remove dev_base_lock acquisition from rfc2863_policy()

v3: use an "unsigned int" for dev->operstate,
    so that try_cmpxchg() can work on all arches.
        ( https://lore.kernel.org/oe-kbuild-all/202402081918.OLyGaea3-lkp@intel.com/ )

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2024-02-14 11:20:13 +00:00
Documentation net: remove stale mentions of dev_base_lock in comments 2024-02-14 11:20:13 +00:00
LICENSES
arch
block
certs
crypto
drivers net: remove stale mentions of dev_base_lock in comments 2024-02-14 11:20:13 +00:00
fs eventpoll: Add epoll ioctl for epoll_params 2024-02-14 11:01:01 +00:00
include net: add netdev_set_operstate() helper 2024-02-14 11:20:13 +00:00
init
io_uring
ipc
kernel
lib
mm
net net: add netdev_set_operstate() helper 2024-02-14 11:20:13 +00:00
rust
samples
scripts
security
sound
tools selftests/net: Adding test cases of replacing routes and route advertisements. 2024-02-12 10:24:13 +00:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS linux-can-next-for-6.9-20240213 2024-02-14 10:00:35 +00: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 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.