======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 [[http://wireless.kernel.org/en/users/Drivers/|wireless subsystem]]. =====Ethernet drivers===== Here is the list of our wiki-documented Ethernet drivers. alx - Qualcomm Atheros (QCA) Ethernet driver. * [[:networking:alx|alx]] - Qualcomm Atheros (QCA) Ethernet driver - submission coming soon   =====Ethernet hardware specifications===== We have section dedicated to [[:networking:ethernet-hardware-specifications|Ethernet hardware specifications]] =====In-kernel Ethernet documentation===== Some Ethernet drivers are documented under the [[http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=tree;f=Documentation/networking;b=HEAD|Documentation/networking/]]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 [[:networking:network-adapters|network-adapters page]]. We gotta figure out [[http://qwikfix.co.uk/|how to]] stuff that, if we want to, into this page.