Linux kernel source tree
Go to file
Jakub Kicinski b866e72ca0 Merge branch 'hv_netvsc-prevent-packet-loss-during-vf-add-remove'
Long Li says:

====================
hv_netvsc: Prevent packet loss during VF add/remove

This patch set fixes issues with packet loss on VF add/remove.
====================

Link: https://lore.kernel.org/r/1610153623-17500-1-git-send-email-longli@linuxonhyperv.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2021-01-12 19:58:38 -08:00
Documentation dt-bindings: net: dsa: sf2: add BCM4908 switch binding 2021-01-09 19:18:10 -08:00
LICENSES
arch
block
certs
crypto
drivers hv_netvsc: Process NETDEV_GOING_DOWN on VF hot remove 2021-01-12 19:58:36 -08:00
fs
include Fix whitespace in uapi/linux/tcp.h. 2021-01-11 17:23:26 -08:00
init
ipc
kernel
lib
mm
net net: dsa: remove obsolete comments about switchdev transactions 2021-01-11 16:00:57 -08:00
samples
scripts
security
sound
tools selftests: mptcp: add the MP_PRIO testcases 2021-01-09 18:18:44 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: add bgmac section entry 2021-01-08 19:17:28 -08:00
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.