The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Igor Russkikh 880b3ca504 net: aquantia: vlan offloads logic in datapath
Update datapath by adding logic related to hardware assisted
vlan strip/insert behaviour.

Tested-by: Nikita Danilov <ndanilov@aquantia.com>
Signed-off-by: Igor Russkikh <igor.russkikh@aquantia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-06-27 10:58:32 -07:00
Documentation net: aquantia: add documentation for the atlantic driver 2019-06-27 10:58:32 -07:00
LICENSES
arch
block
certs
crypto
drivers net: aquantia: vlan offloads logic in datapath 2019-06-27 10:58:32 -07:00
fs
include Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 2019-06-27 10:49:06 -07:00
init
ipc
kernel
lib
mm
net net/smc: common release code for non-accepted sockets 2019-06-27 09:58:49 -07:00
samples
scripts
security
sound
tools selftests: rtnetlink: add small test case with 'promote_secondaries' enabled 2019-06-27 09:54:35 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS maintainers: declare aquantia atlantic driver maintenance 2019-06-27 10:58:32 -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.