Go to file
zhong jiang 68c385079c net: neterion: remove redundant continue
The continue will not truely skip any code. hence it is safe to
remove it.

Signed-off-by: zhong jiang <zhongjiang@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-09-21 09:00:55 -07:00
arch
block
certs
crypto
Documentation Documentation/bindings: net: marvell-pp2: update the IRQs description 2018-09-19 21:09:53 -07:00
drivers net: neterion: remove redundant continue 2018-09-21 09:00:55 -07:00
firmware
fs
include net/ipv4: Move device validation to helper 2018-09-20 20:01:52 -07:00
init
ipc
kernel
lib netlink: add ethernet address policy types 2018-09-18 19:51:29 -07:00
LICENSES
mm
net net_sched: change tcf_del_walker() to take idrinfo->lock 2018-09-21 08:55:05 -07:00
samples
scripts
security
sound
tools selftests: mlxsw: Add a test for UC behavior under MC flood 2018-09-20 07:46:02 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 2018-09-18 19:27:40 -07:00
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.