Performance oriented customized Linux kernel based on the mainline kernel.
Find a file
Hao Lan 0448825b89 net: hns3: Disable SerDes serial loopback for HiLink H60
When the hilink version is H60, the serdes serial loopback test is not
supported. This patch add hilink version detection. When the version
is H60, the serdes serial loopback test will be disable.

Signed-off-by: Hao Lan <lanhao@huawei.com>
Signed-off-by: Jijie Shao <shaojijie@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2024-03-08 12:01:32 +00:00
arch
block
certs
crypto
Documentation net: dqs: add NIC stall detector based on BQL 2024-03-08 10:23:26 +00:00
drivers net: hns3: Disable SerDes serial loopback for HiLink H60 2024-03-08 12:01:32 +00:00
fs
include net: nexthop: Expose nexthop group HW stats to user space 2024-03-08 10:35:47 +00:00
init
io_uring
ipc
kernel net: move skbuff_cache(s) to net_hotdata 2024-03-07 21:12:42 -08:00
lib net: dqs: add NIC stall detector based on BQL 2024-03-08 10:23:26 +00:00
LICENSES
mm
net ipv6: remove RTNL protection from inet6_dump_addr() 2024-03-08 11:15:36 +00:00
rust
samples
scripts
security
sound
tools netdev: add queue stat for alloc failures 2024-03-07 21:13:26 -08:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore Add Jeff Kirsher to .get_maintainer.ignore 2024-03-08 11:36:54 +00:00
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.