No description
Find a file
Ivan Khoronzhuk d0c694fc7b net: ethernet: ti: cpts: break cycle once late ts is matched
The late ts queue can contain a bunch of skbs while hi rate testing,
no need to check all of them if timestamp is already matched.

Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-07-12 00:00:07 -07:00
arch
block
certs
crypto
Documentation Documentation: ip-sysctl.txt: document addr_gen_mode 2018-07-11 22:50:45 -07:00
drivers net: ethernet: ti: cpts: break cycle once late ts is matched 2018-07-12 00:00:07 -07:00
firmware
fs
include net: Add lag.h, net_lag_port_dev_txable() 2018-07-11 23:10:19 -07:00
init
ipc
kernel
lib
LICENSES
mm
net tipc: check session number before accepting link protocol messages 2018-07-11 23:06:14 -07:00
samples
scripts
security
sound
tools selftests: forwarding: mirror_gre_nh: Unset rp_filter on host VRF 2018-07-11 23:59:27 -07:00
usr
virt
.clang-format
.cocciconfig
.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.
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.