Linux kernel source tree
Go to file
Magnus Damm db46a0e1be net: update undefined ->ndo_change_mtu() comment
Update ->ndo_change_mtu() callback comment to remove text
about returning error in case of undefined callback. This
change makes the comment match the existing code behavior.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-06-14 15:14:51 -04:00
Documentation net: fix up hash documentation 2017-06-07 13:00:41 -04:00
arch bpf, arm64: use separate register for state in stxr 2017-06-07 15:27:20 -04:00
block
certs
crypto
drivers qed: fix dump of context data 2017-06-13 13:32:58 -04:00
firmware
fs fs/ufs: Set UFS default maximum bytes per file 2017-06-04 16:33:54 -07:00
include net: update undefined ->ndo_change_mtu() comment 2017-06-14 15:14:51 -04:00
init
ipc
kernel Merge branch 'for-4.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup 2017-06-05 15:37:03 -07:00
lib
mm
net net_sched: move tcf_lock down after gen_replace_estimator() 2017-06-14 14:39:19 -04:00
samples
scripts
security
sound
tools bpf, tests: fix endianness selection 2017-06-08 16:17:29 -04:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2017-06-06 14:30:17 -07:00
Makefile Linux 4.12-rc4 2017-06-04 16:47:43 -07:00
README

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.