Go to file
Vladimir Oltean 1f66b0f0ae net: dsa: tag_8021q: introduce a vid_is_dsa_8021q helper
This function returns a boolean denoting whether the VLAN passed as
argument is part of the 1024-3071 range that the dsa_8021q tagging
scheme uses.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-05-12 13:08:07 -07:00
Documentation dt-bindings: net: Convert UniPhier AVE4 controller to json-schema 2020-05-12 12:29:04 -07:00
LICENSES
arch arm64: dts: ti: k3-am65/j721e-mcu: update cpts node 2020-05-07 17:51:03 -07:00
block
certs
crypto
drivers sfc: siena_check_caps() can be static 2020-05-12 12:47:40 -07:00
fs
include net: dsa: tag_8021q: introduce a vid_is_dsa_8021q helper 2020-05-12 13:08:07 -07:00
init
ipc
kernel
lib
mm
net net: dsa: tag_8021q: introduce a vid_is_dsa_8021q helper 2020-05-12 13:08:07 -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.