Go to file
Vincent Bernat 0307d589c4 bonding: add documentation for peer_notif_delay
Ability to tweak the interval between peer notifications has been
added in 07a4ddec3c ("bonding: add an option to specify a delay
between peer notifications") but the documentation was not updated.

Signed-off-by: Vincent Bernat <vincent@bernat.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-07-13 19:29:21 -07:00
Documentation bonding: add documentation for peer_notif_delay 2019-07-13 19:29:21 -07:00
LICENSES
arch powerpc updates for 5.3 2019-07-13 16:08:36 -07:00
block
certs
crypto
drivers r8169: fix issue with confused RX unit after PHY power-down on RTL8411b 2019-07-13 19:25:53 -07:00
fs for-5.3/io_uring-20190711 2019-07-13 10:36:53 -07:00
include powerpc updates for 5.3 2019-07-13 16:08:36 -07:00
init
ipc
kernel
lib for-5.3/io_uring-20190711 2019-07-13 10:36:53 -07:00
mm
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2019-07-13 15:57:37 -07:00
samples
scripts powerpc updates for 5.3 2019-07-13 16:08:36 -07:00
security
sound
tools powerpc updates for 5.3 2019-07-13 16:08:36 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS This pull-request contains the following changes for MTD: 2019-07-13 15:42:44 -07:00
Makefile
README

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.