No description
Find a file
Kirill Tkhai d8d211a2a0 net: Make extern and export get_net_ns()
This function will be used to obtain net of tun device.

Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-02-15 15:34:42 -05:00
arch
block
certs
crypto
Documentation net: phy: dp83867: Add documentation for CLK_OUT pin muxing 2018-02-14 15:33:43 -05:00
drivers Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 2018-02-14 15:44:05 -05:00
firmware
fs net: Convert proc_net_ns_ops 2018-02-13 10:36:05 -05:00
include net: Make extern and export get_net_ns() 2018-02-15 15:34:42 -05:00
init
ipc
kernel net: Convert audit_net_ops 2018-02-13 10:36:06 -05:00
lib net: Convert uevent_net_ops 2018-02-13 10:36:07 -05:00
LICENSES
mm
net net: Make extern and export get_net_ns() 2018-02-15 15:34:42 -05:00
samples
scripts
security net: make getname() functions return length rather than use int* parameter 2018-02-12 14:15:04 -05:00
sound
tools selftests: Add FIB onlink tests 2018-02-13 14:47:33 -05:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 4.16-rc1 2018-02-11 15:04:29 -08:00
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.