source code of Linux source code
Go to file
Julian Wiedmann d7d543f252 s390/qeth: remove RECOVER state
The offline code uses a specific RECOVER state to indicate that the
interface should be brought up when a qeth device is set online again.

Rather than having a specific card-state for this, just put it in an
internal flag bit and set the state to DOWN. When working with the
card's state transitions, this reduces the complexity quite a bit.

Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-02-28 12:55:25 -08:00
Documentation dt-bindings: net: Add bindings for mdio mux consumers 2019-02-27 12:52:20 -08:00
LICENSES
arch
block
certs
crypto
drivers s390/qeth: remove RECOVER state 2019-02-28 12:55:25 -08:00
firmware
fs
include route: Add multipath_hash in flowi_common to make user-define hash 2019-02-27 12:50:17 -08:00
init
ipc
kernel
lib
mm
net net/smc: allow pnetid-less configuration 2019-02-28 12:49:44 -08:00
samples
scripts
security
sound
tools tc-testing: gitignore, ignore local tdc config file 2019-02-26 09:20:42 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

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.