No description
Find a file
Peng Li c136b88425 net: hns3: Add get_media_type ops support for VF
This patch adds the ops of get_media_type support for VF.

Signed-off-by: Fuyun Liang <liangfuyun1@huawei.com>
Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Salil Mehta <salil.mehta@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-09-21 19:29:32 -07:00
arch
block
certs
crypto
Documentation dt-bindings: net: ravb: Add support for r8a7744 SoC 2018-09-21 19:28:10 -07:00
drivers net: hns3: Add get_media_type ops support for VF 2018-09-21 19:29:32 -07:00
firmware
fs
include net: if_arp: use define instead of hard-coded value 2018-09-21 19:22:32 -07:00
init
ipc
kernel
lib
LICENSES
mm
net net/tls: Add support for async encryption of records for performance 2018-09-21 19:17:34 -07:00
samples
scripts
security
sound
tools selftests: mlxsw: Add a test for UC behavior under MC flood 2018-09-20 07:46:02 -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.
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.