No description
Find a file
David S. Miller e9638c504e Merge branch 'nfp-add-basic-ethtool-callbacks-to-representors'
Jakub Kicinski says:

====================
nfp: add basic ethtool callbacks to representors

This set extends the basic ethtool functionality to representor
netdevs.  I start with providing link state via ethtool and then
move on to functions such as driver information, statistics and
FW log dump.  The series contains a number of clean ups to the
ethtool stats code too, some of the logic is simplified by making
better use of the nfp_port abstraction.  The stats we expose on
representors are only the PCIe and MAC port statistics firmware
maintains for us.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2017-08-18 22:39:34 -07:00
arch
block
certs
crypto
Documentation
drivers nfp: don't reuse pointers in ring dumping 2017-08-18 22:39:28 -07:00
firmware
fs
include net: drop unused attribute argument from sysfs queue funcs 2017-08-18 22:38:31 -07:00
init
ipc
kernel bpf: Fix map-in-map checking in the verifier 2017-08-18 16:25:00 -07:00
lib
mm
net net: style cleanups 2017-08-18 22:38:47 -07:00
samples
scripts
security
sound
tools
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.