No description
Find a file
Kai-Heng Feng a54cdeeb04 r8152: Set macpassthru in reset_resume callback
r8152 may fail to establish network connection after resume from system
suspend.

If the USB port connects to r8152 lost its power during system suspend,
the MAC address was written before is lost. The reason is that The MAC
address doesn't get written again in its reset_resume callback.

So let's set MAC address again in reset_resume callback. Also remove
unnecessary lock as no other locking attempt will happen during
reset_resume.

Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-10-04 17:26:03 -07:00
arch
block
certs
crypto
Documentation docs: networking: Add title caret and missing doc 2019-10-01 09:19:49 -07:00
drivers r8152: Set macpassthru in reset_resume callback 2019-10-04 17:26:03 -07:00
fs
include rxrpc: Fix rxrpc_recvmsg tracepoint 2019-10-04 13:57:14 -07:00
init
ipc
kernel
lib lib: textsearch: fix escapes in example code 2019-10-03 12:12:23 -04:00
LICENSES
mm
net Revert "ipv6: Handle race in addrconf_dad_work" 2019-10-04 14:31:10 -07:00
samples
scripts
security
sound
tools udp: only do GSO if # of segs > 1 2019-10-03 11:47:10 -04: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.