mainlining shenanigans
Go to file
David Howells 521bb3049c rxrpc: Organise connection security to use a union
Organise the security information in the rxrpc_connection struct to use a
union to allow for different data for different security classes.

Signed-off-by: David Howells <dhowells@redhat.com>
2020-11-23 18:09:30 +00:00
arch Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2020-11-19 19:08:46 -08:00
block
certs
crypto
Documentation dt-bindings: can: fsl,flexcan: fix fsl,clk-source property 2020-11-20 12:05:14 +01:00
drivers octeontx2-af: Add support for RSS hashing based on Transport protocol field 2020-11-21 16:05:22 -08:00
fs
include rxrpc: Don't leak the service-side session key to userspace 2020-11-23 18:09:29 +00:00
init
ipc
kernel Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2020-11-19 19:08:46 -08:00
lib Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2020-11-19 19:08:46 -08:00
LICENSES
mm
net rxrpc: Organise connection security to use a union 2020-11-23 18:09:30 +00:00
samples
scripts
security keys: Provide the original description to the key preparser 2020-11-23 18:09:29 +00:00
sound
tools selftests: mptcp: add ADD_ADDR IPv6 test cases 2020-11-20 15:33:25 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2020-11-19 19:08:46 -08:00
Kbuild
Kconfig
MAINTAINERS octeontx2-pf: move lmt flush to include/linux/soc 2020-11-20 11:01:13 -08: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.