No description
Find a file
Jiawen Wu 049fe53653 net: txgbe: Add operations to interact with firmware
Add firmware interaction to get EEPROM information.

Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-11-02 12:31:23 +00:00
arch Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2022-10-27 16:56:36 -07:00
block
certs
crypto
Documentation dt-bindings: net: snps,dwmac: Document queue config subnodes 2022-10-31 09:08:42 +00:00
drivers net: txgbe: Add operations to interact with firmware 2022-11-02 12:31:23 +00:00
fs execve fixes for v6.1-rc3 2022-10-27 13:16:36 -07:00
include net: wwan: iosm: add rpc interface for xmm modems 2022-11-02 11:51:03 +00:00
init
io_uring
ipc
kernel
lib Including fixes from 802.15.4 (Zigbee et al.). 2022-10-27 13:36:59 -07:00
LICENSES
mm
net nfc: Add KCOV annotations 2022-11-02 11:58:13 +00:00
rust
samples
scripts
security
sound
tools Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2022-10-27 16:56:36 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS net: phy: Add driver for Motorcomm yt8521 gigabit ethernet phy 2022-10-31 10:51:54 +00:00
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.