mainlining shenanigans
Go to file
Björn Töpel 0c8493d90b i40e: add XDP support for pass and drop actions
This commit adds basic XDP support for i40e derived NICs. All XDP
actions will end up in XDP_DROP.

Signed-off-by: Björn Töpel <bjorn.topel@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2017-06-20 18:17:09 -07:00
arch s390/diag: add diag26c support 2017-06-20 15:44:15 -04:00
block
certs
crypto
Documentation dt-bindings: syscon: Add DT bindings documentation for Allwinner V3s syscon 2017-06-20 13:23:05 -04:00
drivers i40e: add XDP support for pass and drop actions 2017-06-20 18:17:09 -07:00
firmware
fs
include sctp: handle errors when updating asoc 2017-06-20 15:32:55 -04:00
init
ipc
kernel
lib net: manual clean code which call skb_put_[data:zero] 2017-06-20 13:30:15 -04:00
mm
net sctp: handle errors when updating asoc 2017-06-20 15:32:55 -04:00
samples pktgen: Specify the index of first thread 2017-06-16 12:32:34 -04:00
scripts
security
sound
tools selftests: Introduce tc testsuite 2017-06-20 13:15:10 -04:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS tls: kernel TLS support 2017-06-15 12:12:40 -04:00
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.