Go to file
Jakub Kicinski 219ad6c1c3 nfp: remove defensive checks around ndo_open()/ndo_close()
Device open and close handlers check if the device is already
in the desired state.  Thanks to our reconfig infrastructure
this should not be necessary, there doesn't seem to be any
code in the driver which depends on it.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-03-22 12:59:09 -07:00
arch sock: introduce SO_MEMINFO getsockopt 2017-03-22 11:18:58 -07:00
block
certs
crypto
Documentation net: stmmac: RX queue routing configuration 2017-03-21 17:24:01 -07:00
drivers nfp: remove defensive checks around ndo_open()/ndo_close() 2017-03-22 12:59:09 -07:00
firmware
fs
include net: phy: remove the indirect MMD read/write methods 2017-03-22 12:43:00 -07:00
init
ipc
kernel bpf: inline htab_map_lookup_elem() 2017-03-16 20:44:11 -07:00
lib
mm
net rtnetlink: Add dump all for netconf 2017-03-22 12:45:17 -07:00
samples samples/bpf: add map_lookup microbenchmark 2017-03-16 20:44:12 -07:00
scripts
security
sound
tools
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Update X-Gene SoC ethernet maintainer 2017-03-15 21:52:52 -07: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.