No description
Find a file
Guillaume Nault 56f200c78c netns: Constify exported functions
Mark function parameters as 'const' where possible.

Signed-off-by: Guillaume Nault <gnault@redhat.com>
Acked-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-01-17 13:25:24 +01:00
arch ARM/net: ixp4xx: Pass ethernet physical base as resource 2020-01-12 12:59:53 -08:00
block
certs
crypto
Documentation Documentation: Fix typo in devlink documentation 2020-01-17 13:09:55 +01:00
drivers net: dsa: felix: Don't error out on disabled ports with no phy-mode 2020-01-17 13:21:35 +01:00
fs
include netns: Constify exported functions 2020-01-17 13:25:24 +01:00
init
ipc
kernel
lib
LICENSES
mm
net netns: Constify exported functions 2020-01-17 13:25:24 +01:00
samples
scripts
security net: bridge: vlan: add rtm definitions and dump support 2020-01-15 13:48:17 +01:00
sound
tools selftests: mlxsw: Add test for FIB offload API 2020-01-14 18:53:35 -08: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.

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.