net: phy: add PHY_EEE_CAP2_FEATURES
Heiner Kallweit authored

As a prerequisite for adding EEE CAP2 register support, complement
PHY_EEE_CAP1_FEATURES with PHY_EEE_CAP2_FEATURES.
For now only 2500baseT and 5000baseT modes are supported.
Signed-off-by: default avatarHeiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
ef6ee3a3
Name Last commit Last update
Documentation Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
LICENSES LICENSES: Add the copyleft-next-0.3.1 license
arch Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
block blk-iocost: Fix an UBSAN shift-out-of-bounds warning
certs Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
crypto crypto: algif_hash - Remove bogus SGL free on zero-length error path
drivers net: phy: add PHY_EEE_CAP2_FEATURES
fs Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
include net: phy: add PHY_EEE_CAP2_FEATURES
init update workarounds for gcc "asm goto" issue
io_uring io_uring/net: fix sr->len for IORING_OP_RECV with MSG_WAITALL and buffers
ipc shm: Slim down dependencies
kernel configs/debug: add NET debug config
lib Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
mm mm/memory: Use exception ip to search exception tables
net tcp: Spelling s/curcuit/circuit/
rust rust: phy: use VTABLE_DEFAULT_ERROR
samples work around gcc bugs with 'asm goto' with outputs
scripts Merge tag 'kbuild-fixes-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
security Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
sound Merge tag 'asoc-fix-v6.8-rc2-2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
tools selftests: bonding: make sure new active is not null
usr Merge tag 'kbuild-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
virt Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
.clang-format clang-format: Update with v6.7-rc4's `for_each` macro list
.cocciconfig
.editorconfig
.get_maintainer.ignore
.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.