Go to file
Michal Kalderon 24e04879ab qed: Add qed devlink parameters table
The table currently contains a single parameter for
configuring whether iWARP should be enabled on a 100g
device. Enabling iWARP on a 100g device impacts L2
performance and is therefore not enabled by default.

Signed-off-by: Ariel Elior <ariel.elior@marvell.com>
Signed-off-by: Michal Kalderon <michal.kalderon@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-05-26 13:04:12 -07:00
arch arm64: dts: fsl: ls1028a: add ENETC 1588 timer node 2019-05-24 13:16:32 -07:00
block
certs
crypto
Documentation dt-bindings: net: document new usxgmii phy mode 2019-05-24 13:39:34 -07:00
drivers qed: Add qed devlink parameters table 2019-05-26 13:04:12 -07:00
fs
include qed*: Change hwfn used for sb initialization 2019-05-26 13:04:11 -07:00
init
ipc
kernel
lib
LICENSES
mm
net flow_offload: use struct_size() in kzalloc() 2019-05-25 10:57:58 -07:00
samples
scripts
security
sound
tools selftests/net: SO_TXTIME with ETF and FQ 2019-05-24 13:34:40 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
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.