The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Vladimir Oltean fb9f2e9286 net: dsa: tag_sja1105: appease sparse checks for ethertype accessors
A comparison between a value from the packet and an integer constant
value needs to be done by converting the value from the packet from
net->host, or the constant from host->net. Not the other way around.
Even though it makes no practical difference, correct that.

Fixes: 38b5beeae7 ("net: dsa: sja1105: prepare tagger for handling DSA tags and VLAN simultaneously")
Signed-off-by: Vladimir Oltean <olteanv@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-05-12 18:02:42 -07:00
Documentation docs: net: dsa: sja1105: document the best_effort_vlan_filtering option 2020-05-12 13:08:08 -07:00
LICENSES
arch
block
certs
crypto
drivers net: dsa: sja1105: implement VLAN retagging for dsa_8021q sub-VLANs 2020-05-12 13:08:08 -07:00
fs
include net: dsa: tag_sja1105: implement sub-VLAN decoding 2020-05-12 13:08:08 -07:00
init
ipc
kernel
lib
mm
net net: dsa: tag_sja1105: appease sparse checks for ethertype accessors 2020-05-12 18:02:42 -07:00
samples
scripts checkpatch: warn about uses of ENOTSUPP 2020-05-11 17:00:30 -07:00
security
sound
tools selftests: mlxsw: tc_restrictions: add couple of test for the correct matchall-flower ordering 2020-05-09 16:02:43 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS dt-bindings: net: Convert UniPhier AVE4 controller to json-schema 2020-05-12 12:29:04 -07:00
Makefile
README

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.