No description
Find a file
Jose Abreu 9463c44559 net: stmmac: dwmac1000: Clear unused address entries
In case we don't use a given address entry we need to clear it because
it could contain previous values that are no longer valid.

Found out while running stmmac selftests.

Signed-off-by: Jose Abreu <joabreu@synopsys.com>
Cc: Joao Pinto <jpinto@synopsys.com>
Cc: David S. Miller <davem@davemloft.net>
Cc: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Cc: Alexandre Torgue <alexandre.torgue@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-05-24 13:45:56 -07:00
arch arm64: dts: fsl: ls1028a: add ENETC 1588 timer node 2019-05-24 13:16:32 -07:00
block
certs
crypto
Documentation dt-bindings: net: document new usxgmii phy mode 2019-05-24 13:39:34 -07:00
drivers net: stmmac: dwmac1000: Clear unused address entries 2019-05-24 13:45:56 -07:00
fs
include net: phy: add interface mode PHY_INTERFACE_MODE_USXGMII 2019-05-24 13:39:34 -07:00
init
ipc
kernel
lib
LICENSES
mm
net ipv6: Refactor ip6_route_del for cached routes 2019-05-24 13:26:44 -07:00
samples
scripts
security
sound
tools selftests/net: SO_TXTIME with ETF and FQ 2019-05-24 13:34:40 -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.

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.