Linux kernel source tree
Go to file
Johannes Berg 2a8b665e6b wifi: mac80211: remove key_mtx
We now hold the wiphy mutex everywhere that we use or
needed the key_mtx, so we don't need this mutex any
more. Remove it.

Most of this change was done automatically with spatch.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2023-09-11 11:27:22 +02:00
arch bpf-next-for-netdev 2023-08-25 18:40:15 -07:00
block
certs
crypto
Documentation doc/netlink: Add delete operation to ovs_vport spec 2023-08-25 18:58:34 -07:00
drivers ssb: Fix division by zero issue in ssb_calc_clock_rate 2023-09-07 09:00:05 +03:00
fs
include wifi: cfg80211: add flush functions for wiphy work 2023-09-11 11:27:19 +02:00
init
io_uring
ipc
kernel bpf-next-for-netdev 2023-08-25 18:40:15 -07:00
lib bpf-next-for-netdev 2023-08-25 18:40:15 -07:00
LICENSES
mm
net wifi: mac80211: remove key_mtx 2023-09-11 11:27:22 +02:00
rust
samples
scripts
security
sound
tools tools: ynl-gen: fix uAPI generation after tempfile changes 2023-08-25 18:56:48 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.