Linux kernel source tree
Go to file
Felix Fietkau 754905ce1a wifi: mac80211: add support for the monitor SKIP_TX flag
Do not pass locally sent packets to monitor interfaces with this flag set.
Skip processing tx packets on the status call entirely if no monitor
interfaces without this flag are present.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
Link: https://patch.msgid.link/c327bb57ef8dadaa6a0e8e4dc2f5f99ae8123e6c.1728462320.git-series.nbd@nbd.name
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2024-10-23 16:46:13 +02:00
arch net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control message 2024-10-04 11:52:19 -07:00
block
certs
crypto
Documentation dt-bindings: wireless: wilc1000: Document WILC3000 compatible string 2024-10-17 19:47:41 +03:00
drivers wifi: cfg80211: pass net_device to .set_monitor_channel 2024-10-23 16:45:35 +02:00
fs three small ksmbd server fixes 2024-10-03 09:38:16 -07:00
include wifi: cfg80211: add monitor SKIP_TX flag 2024-10-23 16:46:06 +02:00
init
io_uring
ipc
kernel
lib lib: packing: catch kunit_kzalloc() failure in the pack() test 2024-10-07 16:36:25 -07:00
LICENSES
mm
net wifi: mac80211: add support for the monitor SKIP_TX flag 2024-10-23 16:46:13 +02:00
rust rust: net::phy always define device_table in module_phy_driver macro 2024-10-03 16:42:18 -07:00
samples
scripts
security
sound
tools selftests: mlxsw: sch_red_core: Lower TBF rate 2024-10-08 15:37:24 -07:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS lib: packing: add KUnit tests adapted from selftests 2024-10-03 15:32:04 -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 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.