No description
Find a file
Johannes Berg 2f98abb17d mac80211_hwsim: move HWSIM_ATTR_RADIO_NAME parsing last
Avoid the need to kfree() the name in many places by moving
the name parsing last.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2018-11-09 11:32:39 +01:00
arch
block
certs
crypto
Documentation
drivers mac80211_hwsim: move HWSIM_ATTR_RADIO_NAME parsing last 2018-11-09 11:32:39 +01:00
firmware
fs
include mac80211: allow drivers to use peer measurement API 2018-11-09 11:20:34 +01:00
init
ipc
kernel
lib
LICENSES
mm
net nl80211: Emit a SET_INTERFACE on iftype change 2018-11-09 11:22:10 +01:00
samples
scripts
security
sound
tools selftests: pmtu: Introduce FoU and GUE PMTU exceptions tests 2018-11-08 17:13:08 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
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.