No description
Find a file
Jakub Kicinski ef129d3414 selftests/net: add nettest to .gitignore
nettest is missing from gitignore.

Fixes: acda655fef ("selftests: Add nettest")
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-10-04 18:36:34 -07:00
arch
block
certs
crypto
Documentation docs: networking: Add title caret and missing doc 2019-10-01 09:19:49 -07:00
drivers net: qlogic: Fix memory leak in ql_alloc_large_buffers 2019-10-04 18:33:13 -07:00
fs
include net: phy: extract pause mode 2019-10-04 18:11:08 -07:00
init
ipc
kernel
lib lib: textsearch: fix escapes in example code 2019-10-03 12:12:23 -04:00
LICENSES
mm
net nfc: fix memory leak in llcp_sock_bind() 2019-10-04 18:31:36 -07:00
samples
scripts
security
sound
tools selftests/net: add nettest to .gitignore 2019-10-04 18:36:34 -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.

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.