Go to file
David S. Miller 8fb0d2ced9 Merge branch 'nfp-ipv6-tunnel'
John Hurley says:

====================
Add ipv6 tunnel support to NFP

The following patches add support for IPv6 tunnel offload to the NFP
driver.

Patches 1-2 do some code tidy up and prepare existing code for reuse in
IPv6 tunnels.
Patches 3-4 handle IPv6 tunnel decap (match) rules.
Patches 5-8 handle encap (action) rules.
Patch 9 adds IPv6 support to the merge and pre-tunnel rule functions.

v1->v2:
- fix compiler warning when building without CONFIG_IPV6 set -
  Jakub Kicinski (patch 7)
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2019-12-19 17:37:13 -08:00
arch netdev: pass the stuck queue to the timeout handler 2019-12-12 21:38:57 -08:00
block
certs
crypto
Documentation net-next: dt-binding: dwmac-mediatek: add more description for RMII 2019-12-17 13:48:30 -08:00
drivers nfp: flower: update flow merge code to support IPv6 tunnels 2019-12-19 17:37:13 -08:00
fs
include net: phy: provide and use genphy_read_status_fixed() 2019-12-19 12:52:34 -08:00
init
ipc
kernel
lib
LICENSES
mm
net net: sch_ets: Make the ETS qdisc offloadable 2019-12-18 13:32:29 -08:00
samples
scripts
security
sound
tools selftests: qdiscs: Add test coverage for ETS Qdisc 2019-12-18 13:32:30 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS vsock: add vsock_loopback transport 2019-12-11 15:01:23 -08: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 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.