Find a file
Rao Shoaib 314001f0bf af_unix: Add OOB support
This patch adds OOB support for AF_UNIX sockets.
The semantics is same as TCP.

The last byte of a message with the OOB flag is
treated as the OOB byte. The byte is separated into
a skb and a pointer to the skb is stored in unix_sock.
The pointer is used to enforce OOB semantics.

Signed-off-by: Rao Shoaib <rao.shoaib@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-08-04 09:55:52 +01:00
arch Revert "Merge branch 'qcom-dts-updates'" 2021-08-03 14:25:41 -07:00
block
certs
crypto
Documentation Revert "Merge branch 'qcom-dts-updates'" 2021-08-03 14:25:41 -07:00
drivers dpaa2-switch: export MAC statistics in ethtool 2021-08-04 09:53:34 +01:00
fs
include af_unix: Add OOB support 2021-08-04 09:55:52 +01:00
init xsurf100: drop include of lib8390.c 2021-08-03 13:05:26 +01:00
ipc
kernel
lib
LICENSES
mm
net af_unix: Add OOB support 2021-08-04 09:55:52 +01:00
samples
scripts
security
sound
tools af_unix: Add OOB support 2021-08-04 09:55:52 +01: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.