No description
Find a file
Igor Russkikh fdb4a0830e net: aquantia: Improve link state and statistics check interval callback
Reduce timeout from 2 secs to 1 sec. If link is down,
reduce it to 500msec. This speeds up link detection.

Signed-off-by: Igor Russkikh <igor.russkikh@aquantia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-12-15 12:46:42 -05:00
arch Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 2017-12-13 17:30:04 -05:00
block
certs
crypto
Documentation
drivers net: aquantia: Improve link state and statistics check interval callback 2017-12-15 12:46:42 -05:00
firmware
fs
include ipv4: igmp: guard against silly MTU values 2017-12-13 13:13:58 -05:00
init
ipc
kernel bpf: add schedule points to map alloc/free 2017-12-12 15:27:22 -08:00
lib
mm
net sock: free skb in skb_complete_tx_timestamp on error 2017-12-15 11:30:36 -05:00
samples
scripts
security
sound
tools bpf: fix broken BPF selftest build 2017-12-12 09:51:12 -08:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS dwc-xlgmac: Add co-maintainer 2017-12-13 16:09:20 -05:00
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.