No description
Find a file
Jan Sokolowski bac8486116 iavf: Refactor the watchdog state machine
Refactor the watchdog state machine implementation.
Add the additional state __IAVF_COMM_FAILED to process
the PF communication fails. Prepare the watchdog state machine
to integrate with init state machine.

Signed-off-by: Jan Sokolowski <jan.sokolowski@intel.com>
Signed-off-by: Jakub Pawlak <jakub.pawlak@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2019-06-17 15:39:26 -07:00
arch net: sched: remove NET_CLS_IND config option 2019-06-15 14:06:13 -07:00
block
certs
crypto
Documentation dt-binding: ptp_qoriq: support DPAA2 PTP compatible 2019-06-15 13:43:06 -07:00
drivers iavf: Refactor the watchdog state machine 2019-06-17 15:39:26 -07:00
fs
include net: ipv4: move tcp_fastopen server side code to SipHash library 2019-06-17 13:56:26 -07:00
init
ipc
kernel
lib
LICENSES
mm
net net: sched: cls_matchall: allow to delete filter 2019-06-17 14:05:32 -07:00
samples
scripts
security
sound
tools selftests/net: fix warnings in TFO key rotation selftest 2019-06-16 14:27:14 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: maintain DPAA2 PTP driver in QorIQ PTP entry 2019-06-15 13:43:06 -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.