mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 13:33:30 -04:00
dfc0882a4088001a9bcd620bc32938d13d0f18b9
Fan Gong says: ==================== net: hinic3: Add a driver for Huawei 3rd gen NIC - sw and hw initialization This is [3/3] part of hinic3 Ethernet driver initial submission. With this patch hinic3 becomes a functional Ethernet driver. The driver parts contained in this patch: Memory allocation and initialization of the driver structures. Management interfaces initialization. HW capabilities probing, initialization and setup using management interfaces. Net device open/stop implementation and data queues initialization. Register VID:DID in PCI id_table. Fix netif_queue_set_napi usage. V01: https://lore.kernel.org/netdev/cover.1756195078.git.zhuyikai1@h-partners.com V02: https://lore.kernel.org/netdev/cover.1756378721.git.zhuyikai1@h-partners.com V03: https://lore.kernel.org/netdev/cover.1756524443.git.zhuyikai1@h-partners.com V04: https://lore.kernel.org/netdev/cover.1757057860.git.zhuyikai1@h-partners.com V05: https://lore.kernel.org/netdev/cover.1757401320.git.zhuyikai1@h-partners.com ==================== Link: https://patch.msgid.link/cover.1757653621.git.zhuyikai1@h-partners.com Signed-off-by: Paolo Abeni <pabeni@redhat.com>
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 reStructuredText 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.
Description
Languages
C
97%
Assembly
1%
Shell
0.6%
Rust
0.5%
Python
0.4%
Other
0.3%