No description
Find a file
Thomas Falcon b8c80b8413 ibmvnic: Halt TX and report carrier off on H_CLOSED return code
This patch disables transmissions and reports carrier off if xmit
function returns that the hardware TX queue is closed. The driver can
then await a signal from firmware to determine the correct reset method.

Signed-off-by: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-05-26 15:32:45 -04:00
arch
block
certs
crypto
Documentation net: sysfs: Document PHY device sysfs attributes 2017-05-26 14:37:41 -04:00
drivers ibmvnic: Halt TX and report carrier off on H_CLOSED return code 2017-05-26 15:32:45 -04:00
firmware
fs
include bridge: Export multicast enabled state 2017-05-26 15:18:44 -04:00
init
ipc
kernel
lib
mm
net bridge: Export multicast enabled state 2017-05-26 15:18:44 -04:00
samples
scripts
security
sound
tools
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Add the mlxfw module for Mellanox firmware flash process 2017-05-25 17:46:17 -04:00
Makefile
README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

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.