Go to file
David S. Miller 44715423dd Merge branch 'bnxt_en-Updates-for-net-next'
Michael Chan says:

====================
bnxt_en: Updates for net-next.

This patch series adds TC Flower tunnel decap and rewrite actions in
the first 4 patches.  The next 3 patches integrates the recently
added error recovery with the RDMA driver by calling the proper
hooks to stop and start.

v2: Fix pointer alignment issue in patch #1.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2019-10-31 14:48:31 -07:00
arch
block
certs
crypto
Documentation net: documentation: add docs for MAC/PHY support in DPAA2 2019-10-31 14:19:45 -07:00
drivers bnxt_en: Call bnxt_ulp_stop()/bnxt_ulp_start() during suspend/resume. 2019-10-31 14:48:21 -07:00
fs
include net: dsa: remove the dst->ds array 2019-10-31 14:26:38 -07:00
init
ipc
kernel
lib
LICENSES
mm
net net: dsa: tag_8021q: clarify index limitation 2019-10-31 14:26:38 -07:00
samples
scripts
security
sound
tools tc-testing: implement tests for new fast_init action flag 2019-10-30 18:07:51 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig docs: kbuild: convert docs to ReST and rename to *.rst 2019-06-14 14:21:21 -06:00
MAINTAINERS net: documentation: add docs for MAC/PHY support in DPAA2 2019-10-31 14:19:45 -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.