Go to file
Petr Machata 9d9e6bde3d selftests: forwarding: lib: Support team devices
Add team_create() and team_destroy() to manage team netdevices.

Signed-off-by: Petr Machata <petrm@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-07-30 09:47:21 -07:00
arch
block
certs
crypto net: simplify sock_poll_wait 2018-07-30 09:10:25 -07:00
Documentation
drivers net: phy: mscc: the extended page access register is 16 bits 2018-07-30 09:42:32 -07:00
firmware
fs sysfs: Fix regression when adding a file to an existing group 2018-07-29 13:11:28 -07:00
include net/tc: introduce TC_ACT_REINSERT. 2018-07-30 09:31:14 -07:00
init
ipc
kernel
lib
LICENSES
mm
net fib_rules: NULL check before kfree is not needed 2018-07-30 09:44:06 -07:00
samples
scripts
security
sound
tools selftests: forwarding: lib: Support team devices 2018-07-30 09:47:21 -07: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.
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.