No description
Find a file
William Tu 77a5196a80 gre: add sequence number for collect md mode.
Currently GRE sequence number can only be used in native
tunnel mode.  This patch adds sequence number support for
gre collect metadata mode.  RFC2890 defines GRE sequence
number to be specific to the traffic flow identified by the
key.  However, this patch does not implement per-key seqno.
The sequence number is shared in the same tunnel device.
That is, different tunnel keys using the same collect_md
tunnel share single sequence number.

Signed-off-by: William Tu <u9012063@gmail.com>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-03-04 18:35:02 -05:00
arch Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next 2018-03-02 21:53:11 -05:00
block
certs
crypto
Documentation net/ipv6: Add support for path selection using hash of 5-tuple 2018-03-04 13:04:23 -05:00
drivers enic: set IG desc cache flag in open 2018-03-04 18:19:26 -05:00
firmware
fs
include gre: add sequence number for collect md mode. 2018-03-04 18:35:02 -05:00
init
ipc
kernel
lib
LICENSES
mm
net gre: add sequence number for collect md mode. 2018-03-04 18:35:02 -05:00
samples samples/bpf: detach prog from cgroup 2018-03-02 00:16:36 +01:00
scripts
security
sound
tools tools: tc-testing: Add notap option 2018-03-04 13:31:15 -05:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

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.