No description
Find a file
Jeremy Kerr 60fc639816 mctp: Add sockaddr_mctp to uapi
This change introduces the user-visible MCTP header, containing the
protocol-specific addressing definitions.

Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-07-29 15:06:50 +01:00
arch arm64: dts: imx8qxp: add "fsl,imx8qm-fec" compatible string for FEC 2021-07-28 13:38:53 +01:00
block
certs
crypto
Documentation Documentation: networking: add ioam6-sysctl into index 2021-07-28 21:28:40 +01:00
drivers nfc: mrvl: constify static nfcmrvl_if_ops 2021-07-29 12:28:03 +01:00
fs
include mctp: Add sockaddr_mctp to uapi 2021-07-29 15:06:50 +01:00
init
ipc
kernel
lib
LICENSES
mm
net mctp: Add base socket/protocol definitions 2021-07-29 15:06:49 +01:00
samples
scripts
security mctp: Add MCTP base 2021-07-29 15:06:49 +01:00
sound
tools tc-testing: Add control-plane selftest for skbmod SKBMOD_F_ECN option 2021-07-28 13:19:32 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS mctp: Add base packet definitions 2021-07-29 15:06:49 +01: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.

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.