No description
Find a file
Jakub Kicinski e52a646b34 r8152: reject unsupported coalescing params
Set ethtool_ops->supported_coalesce_params to let
the core reject unsupported coalescing parameters.

This driver did not previously reject unsupported parameters.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Acked-by: Hayes Wang <hayeswang@realtek.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-03-06 22:45:55 -08:00
arch um: reject unsupported coalescing params 2020-03-06 22:45:54 -08:00
block
certs
crypto
Documentation dt-bindings: net: Add ipq806x mdio bindings 2020-03-06 22:07:05 -08:00
drivers r8152: reject unsupported coalescing params 2020-03-06 22:45:55 -08:00
fs
include PCI: Introduce pci_get_dsn 2020-03-05 17:36:24 -08:00
init
ipc
kernel
lib
LICENSES
mm
net net: sched: Make FIFO Qdisc offloadable 2020-03-05 14:03:31 -08:00
samples
scripts
security
sound
tools tc-testing: updated tdc tests for basic filter with canid extended match rules 2020-03-05 17:41:45 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS ptp: add VMware virtual PTP clock driver 2020-03-05 17:25:07 -08: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.