The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Brett Creeley c91a4f9feb iavf: add support for UDP Segmentation Offload
Add code to support UDP segmentation offload (USO) for
hardware that supports it.

Suggested-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Brett Creeley <brett.creeley@intel.com>
Tested-by: Konrad Jankowski <konrad0.jankowski@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
2021-04-22 09:26:22 -07:00
Documentation dt-bindings: net: dsa: Document dsa-tag-protocol property 2021-04-20 16:51:20 -07:00
LICENSES
arch net: korina: Add support for device tree 2021-04-19 15:58:14 -07:00
block
certs
crypto
drivers iavf: add support for UDP Segmentation Offload 2021-04-22 09:26:22 -07:00
fs
include ice: Advertise virtchnl UDP segmentation offload capability 2021-04-22 09:26:22 -07:00
init
ipc
kernel
lib
mm
net net: bridge: fix error in br_multicast_add_port when CONFIG_NET_SWITCHDEV=n 2021-04-21 13:13:33 -07:00
samples
scripts
security
sound
tools selftests: mlxsw: sch_red_ets: Test proper counter cleaning in ETS 2021-04-20 16:43:13 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS phy: nxp-c45: add driver for tja1103 2021-04-19 16:19:44 -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.