The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Jakub Kicinski 256cbafb0a Merge branch 'net-hns3-fix-some-bug-for-hns3'
Hao Lan says:

====================
net: hns3: fix some bug for hns3

There are some bugfixes for the HNS3 ethernet driver. patch#1 fix miss
checking for rx packet. patch#2 fixes VF promisc mode not update
when mac table full bug, and patch#3 fixes a nterrupts not
initialization in VF FLR bug.
====================

Link: https://lore.kernel.org/r/20221222064343.61537-1-lanhao@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2022-12-23 12:00:10 -08:00
Documentation Including fixes from bpf, netfilter and can. 2022-12-21 08:41:32 -08:00
LICENSES
arch powerpc: dts: t208x: Disable 10G on MAC1 and MAC2 2022-12-22 17:56:29 -08:00
block
certs
crypto
drivers net: hns3: fix VF promisc mode not update when mac table full 2022-12-23 12:00:08 -08:00
fs Including fixes from bpf, netfilter and can. 2022-12-21 08:41:32 -08:00
include atm: uapi: fix spelling typos in comments 2022-12-22 18:18:37 -08:00
init Kbuild updates for v6.2 2022-12-19 12:33:32 -06:00
io_uring
ipc
kernel Including fixes from bpf, netfilter and can. 2022-12-21 08:41:32 -08:00
lib SPDX/License additions for 6.2-rc1 2022-12-20 08:53:16 -06:00
mm - A few late-breaking minor fixups 2022-12-19 06:58:57 -06:00
net mptcp: fix lockdep false positive 2022-12-21 18:05:47 -08:00
rust
samples
scripts Kbuild updates for v6.2 2022-12-19 12:33:32 -06:00
security fs.vfsuid.ima.v6.2-rc1 2022-12-21 08:13:01 -08:00
sound soundwire updates for 6.2 2022-12-19 08:47:33 -06:00
tools Including fixes from bpf, netfilter and can. 2022-12-21 08:41:32 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS ARM: SoC fixes for 6.2 2022-12-19 16:07:59 -06:00
Makefile Kbuild updates for v6.2 2022-12-19 12:33:32 -06:00
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.