Linux Kernel Ethernet
This page documents Ethernet drivers on the Linux kernel. Typically Ethernet drivers are documented through the Documentation/ section of the kernel. This page is for those drivers that choose to document themselves through a wiki rather than plain text ASCII files. This follows the tradition of documentation followed by the wireless subsystem [5].
Ethernet drivers
Here is the list of our wiki-documented Ethernet drivers. alx - Qualcomm Atheros (QCA) Ethernet driver.
- alx [6] - Qualcomm Atheros (QCA) Ethernet driver - submission coming soon
Ethernet hardware specifications
We have section dedicated to Ethernet hardware specifications [7]
In-kernel Ethernet documentation
Some Ethernet drivers are documented under the Documentation/networking/ [8] directory of the Linux kernel. You can also refer to that for vendor who wish to document their drivers there.
Ancient documentation
There is some ancient documentation on the network-adapters page [9]. We gotta figure out how to stuff that, if we want to, into this page.