No description
Find a file
Johannes Berg 4ebdce1dcb mac80211: simplify ieee80211_add_station()
There's no need to do some kind of weird err and RCU dance
just use sta_info_insert() directly.

Link: https://lore.kernel.org/r/20210517230754.55abd10056c0.I6f5a3b7b23347b2cdaf64e6d5ce1d9e904059654@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2021-06-23 11:00:26 +02:00
arch
block
certs
crypto
Documentation mptcp: add sysctl allow_join_initial_addr_port 2021-06-22 14:36:01 -07:00
drivers cfg80211: remove CFG80211_MAX_NUM_DIFFERENT_CHANNELS 2021-06-23 10:58:56 +02:00
fs
include cfg80211: remove CFG80211_MAX_NUM_DIFFERENT_CHANNELS 2021-06-23 10:58:56 +02:00
init
ipc
kernel
lib
LICENSES
mm
net mac80211: simplify ieee80211_add_station() 2021-06-23 11:00:26 +02:00
samples
scripts
security
sound
tools selftests: mptcp: turn rp_filter off on each NIC 2021-06-22 14:36:01 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: network: add entry for WWAN 2021-06-22 10:48:16 -07:00
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.