Linux kernel source tree
Go to file
Johannes Berg b1c3640d3e wifi: iwlwifi: cfg: fix some device names
Officially, the device names have dashes ("Wireless-N"),
so add them.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20250510214621.4f7bbd57680f.Ida19b5e696723db5839c13341d6ca7085e8c2568@changeid
2025-05-12 17:15:35 +03:00
arch xen: branch for v6.15-rc3 2025-04-17 10:24:22 -07:00
block
certs
crypto
Documentation ath.git patches for v6.16 2025-04-25 11:22:20 +02:00
drivers wifi: iwlwifi: cfg: fix some device names 2025-05-12 17:15:35 +03:00
fs XFS fixes for 6.15-rc3 2025-04-17 09:24:56 -07:00
include wifi: mac80211: restructure tx profile retrieval for MLO MBSSID 2025-04-23 18:03:53 +02:00
init
io_uring
ipc
kernel
lib 31 hotfixes. 9 are cc:stable and the remainder address post-6.15 issues 2025-04-16 20:07:32 -07:00
LICENSES
mm slab fix for 6.15-rc2 2025-04-17 09:11:33 -07:00
net wifi: mac80211: restructure tx profile retrieval for MLO MBSSID 2025-04-23 18:03:53 +02:00
rust
samples
scripts
security
sound
tools Including fixes from Bluetooth, CAN and Netfilter. 2025-04-17 11:45:30 -07:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap sound fixes for 6.15-rc3 2025-04-17 10:14:51 -07:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Including fixes from Bluetooth, CAN and Netfilter. 2025-04-17 11:45:30 -07:00
Makefile Linux 6.15-rc2 2025-04-13 11:54:49 -07:00
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.