The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Stefano Garzarella cc97141afd vsock: rename vsock_has_data()
vsock_has_data() is used only by STREAM and SEQPACKET sockets,
so let's rename it to vsock_connectible_has_data(), using the same
nomenclature (connectible) used in other functions after the
introduction of SEQPACKET.

Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-06-18 12:59:53 -07:00
Documentation dt-bindings: dwmac: Add bindings for new Loongson SoC and bridge chip 2021-06-18 11:51:16 -07:00
LICENSES
arch MIPS: Loongson64: DTS: Add GMAC support for LS7A PCH 2021-06-18 11:48:34 -07:00
block
certs
crypto
drivers NFC: nxp-nci: remove unnecessary label 2021-06-18 12:57:30 -07:00
fs
include mptcp: dump csum fields in mptcp_dump_mpext 2021-06-18 11:40:11 -07:00
init
ipc
kernel Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next 2021-06-17 11:54:56 -07:00
lib
mm
net vsock: rename vsock_has_data() 2021-06-18 12:59:53 -07:00
samples Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next 2021-06-17 11:54:56 -07:00
scripts
security
sound
tools selftests: mptcp: enable checksum in mptcp_join.sh 2021-06-18 11:40:11 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS net: iosm: infrastructure 2021-06-13 13:49:39 -07:00
Makefile
README

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.