No description
Find a file
Jakub Kicinski d5e3c87d30 net: fec: 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: Fugang Duan <fugang.duan@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-03-12 11:32:35 -07:00
arch
block
certs
crypto
Documentation dt-bindings: soc: qcom: fix IPA binding 2020-03-12 00:05:45 -07:00
drivers net: fec: reject unsupported coalescing params 2020-03-12 11:32:35 -07:00
fs
include net: be2net: reject unsupported coalescing params 2020-03-12 11:32:35 -07:00
init
ipc
kernel
lib
LICENSES
mm
net Revert "net: sched: make newly activated qdiscs visible" 2020-03-12 11:19:24 -07:00
samples
scripts
security
sound
tools mptcp: selftests: add rcvbuf set option 2020-03-09 19:30:08 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS net: phy: Add Synopsys DesignWare XPCS MDIO module 2020-03-09 20:13:16 -07: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.