Main-line Linux kernel tree http://www.kernel.org
Go to file
Karsten Graul 8799e310fb net/smc: add v2 support to the work request layer
In the work request layer define one large v2 buffer for each link group
that is used to transmit and receive large LLC control messages.
Add the completion queue handling for this buffer.

Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-10-16 14:58:13 +01:00
arch
block
certs
crypto
Documentation
drivers ethernet: ixgb: use eth_hw_addr_set() 2021-10-16 08:53:46 +01:00
fs
include net/mlx5: Use native_port_num as 1st option of device index 2021-10-15 17:37:47 -07:00
init
ipc
kernel
lib
LICENSES
mm
net net/smc: add v2 support to the work request layer 2021-10-16 14:58:13 +01:00
samples
scripts
security
sound
tools mptcp: increase default max additional subflows to 2 2021-10-16 08:46:08 +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.