Linux kernel source tree
Find a file
Alan Brady 8fdb69dd38 i40e: fix link reporting
When querying the NVM for supported phy_types, on some firmware
versions, we were failing to actually fill out the phy_types which means
ethtool wouldn't report any link types.

Testing-hints:
Check 'ethtool <iface>' if you have the right (wrong?) firmware.
Without this patch, no link modes will be reported.

Signed-off-by: Alan Brady <alan.brady@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2017-10-13 14:25:38 -07:00
arch
block
certs
crypto
Documentation
drivers i40e: fix link reporting 2017-10-13 14:25:38 -07:00
firmware
fs
include mqprio: Introduce new hardware offload mode and shaper in mqprio 2017-10-13 13:23:35 -07:00
init
ipc
kernel bpf: remove redundant variable old_flags 2017-10-11 20:22:34 -07:00
lib
mm
net mqprio: Introduce new hardware offload mode and shaper in mqprio 2017-10-13 13:23:35 -07:00
samples
scripts
security
sound
tools selftests: rtnetlink: add a small macsec test case 2017-10-12 23:05:55 -07:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

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.