No description
Find a file
David S. Miller b8fed591df Merge branch 'netvsc-RSS-related-patches'
Stephen Hemminger says:

====================
netvsc: RSS related patches

Address a couple of issues related to recording RSS hash
value in skb. These were found by reviewing RSS support.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2019-11-05 14:01:35 -08:00
arch
block
certs
crypto
Documentation
drivers hv_netvsc: record hardware hash in skb 2019-11-05 14:01:35 -08:00
fs
include net: of_get_phy_mode: Change API to solve int/unit warnings 2019-11-04 11:21:25 -08:00
init
ipc
kernel
lib
LICENSES
mm
net ipv6: use jhash2() in rt6_exception_hash() 2019-11-04 11:28:49 -08:00
samples
scripts
security
sound
tools bpf: re-fix skip write only files in debugfs 2019-11-04 11:34:34 -08: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.

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.