No description
Find a file
David S. Miller b9242da6f6 Merge branch 'nf_tables_offload-vlan-matching-support'
Pablo Neira Ayuso says:

====================
nf_tables_offload: vlan matching support

The following patchset contains Netfilter support for vlan matching
offloads:

1) Constify nft_reg_load() as a preparation patch.
2) Restrict rule matching to ingress interface type ARPHRD_ETHER.
3) Add new vlan_tci field to flow_dissector_key_vlan structure,
   to allow to set up vlan_id, vlan_dei and vlan_priority in one go.
4) C-VLAN matching support.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2019-11-20 11:21:35 -08:00
arch
block
certs
crypto
Documentation dt-bindings: net: add ethernet controller and phy sfp property 2019-11-18 16:56:13 -08:00
drivers cxgb4: remove unneeded semicolon for switch block 2019-11-19 16:39:51 -08:00
fs
include netfilter: nft_payload: add VLAN offload support 2019-11-20 11:21:34 -08:00
init
ipc
kernel
lib
LICENSES
mm
net netfilter: nft_payload: add C-VLAN offload support 2019-11-20 11:21:34 -08:00
samples
scripts
security
sound
tools selftests: forwarding: Add speed and auto-negotiation test 2019-11-18 17:11:54 -08: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.