tcp: add documentation for tcp_ca_state
Soheil Hassas Yeganeh authored

Add documentation to the tcp_ca_state enum, since this enum is
exposed in uapi.
Signed-off-by: default avatarNeal Cardwell <ncardwell@google.com>
Signed-off-by: default avatarYuchung Cheng <ycheng@google.com>
Signed-off-by: default avatarEric Dumazet <edumazet@google.com>
Signed-off-by: default avatarSoheil Hassas Yeganeh <soheil@google.com>
Cc: Sowmini Varadhan <sowmini05@gmail.com>
Acked-by: default avatarSowmini Varadhan <sowmini05@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
576fd2f7
Name Last commit Last update
Documentation ipv4: Allow amount of dirty memory from fib resizing to be controllable
LICENSES LICENSES: Add GCC runtime library exception text
arch Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
block mm: refactor readahead defines in mm.h
certs kexec, KEYS: Make use of platform keyring for signature verify
crypto lib/lzo: separate lzo-rle from lzo
drivers net: phy: Correct Cygnus/Omega PHY driver prompt
fs Merge tag 'fsdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
include tcp: add documentation for tcp_ca_state
init init/main: add checks for the return value of memblock_alloc*()
ipc Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
kernel genetlink: make policy common to family
lib rhashtable: rename rht_for_each*continue as *from.
mm filemap: pass vm_fault to the mmap ra helpers
net tcp: remove conditional branches from tcp_mstamp_refresh()
samples Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
scripts Merge tag 'kconfig-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
security Merge tag 'selinux-pr-20190312' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux
sound Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
tools Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
usr user/Makefile: Fix typo and capitalization in comment section
virt Merge tag 'acpi-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
.clang-format rhashtable: rename rht_for_each*continue as *from.
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Add hch to .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.