Go to file
Johannes Berg f057d14036 mac80211: use sdata->skb_queue for TDLS
We need to differentiate these frames since the ones we
currently put on the skb_queue_tdls_chsw have already
been converted to ethernet format, but now that we've
got a single place to enqueue to the sdata->skb_queue
this isn't hard. Just differentiate based on protocol
and adjust the code to queue the SKBs appropriately.

Link: https://lore.kernel.org/r/20210517230754.17034990abef.I5342f2183c0d246b18d36c511eb3b6be298a6572@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2021-06-23 11:00:17 +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: use sdata->skb_queue for TDLS 2021-06-23 11:00:17 +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
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.