Go to file
Kirill Tkhai 6c77e79557 net: Convert ip_vs_ftp_ops
These pernet_operations register and unregister ipvs app.
register_ip_vs_app(), unregister_ip_vs_app() and
register_ip_vs_app_inc() modify per-net structures,
and there are no global structures touched. So,
this looks safe to be marked as async.

Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-03-17 17:07:39 -04:00
arch
block
certs
crypto
Documentation doc: Change the udp/sctp rmem/wmem default value. 2018-03-16 12:03:30 -04:00
drivers liquidio: Simplified napi poll 2018-03-16 15:03:26 -04:00
firmware
fs
include tcp: add snd_ssthresh stat in SCM_TIMESTAMPING_OPT_STATS 2018-03-16 15:07:48 -04:00
init
ipc
kernel
lib
LICENSES
mm
net net: Convert ip_vs_ftp_ops 2018-03-17 17:07:39 -04:00
samples
scripts
security
sound
tools selftests/txtimestamp: Add more configurable parameters 2018-03-16 15:05:57 -04: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.