No description
Find a file
David S. Miller 75014826d0 Merge branch 'mtk_eth_soc-SGMII-fixes'
Daniel Golle says:

====================
net: ethernet: mtk_eth_soc: minor SGMII fixes

This small series brings two minor fixes for the SGMII unit found in
MediaTek's router SoCs.

The first patch resets the PCS internal state machine on major
configuration changes, just like it is also done in MediaTek's SDK.

The second patch makes sure we only write values and restart AN if
actually needed, thus preventing unnesseray loss of an existing link
in some cases.

Both patches have previously been submitted as part of the series
"net: ethernet: mtk_eth_soc: various enhancements" which grew a bit
too big and it has correctly been criticized that some of the patches
should rather go as fixes to net-next.

This new series tries to address this.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2023-03-15 08:58:13 +00:00
arch
block
certs
crypto
Documentation xdp: add xdp_set_features_flag utility routine 2023-03-10 21:33:47 -08:00
drivers net: ethernet: mtk_eth_soc: only write values if needed 2023-03-15 08:58:13 +00:00
fs
include net: tunnels: annotate lockless accesses to dev->needed_headroom 2023-03-15 00:04:04 -07:00
init
io_uring
ipc
kernel
lib
LICENSES
mm
net net/smc: Fix device de-init sequence 2023-03-15 08:15:19 +00:00
rust
samples
scripts
security
sound
tools selftest: Add test for bind() conflicts. 2023-03-15 00:24:10 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap MAINTAINERS: make my email address consistent 2023-03-10 18:11:48 -08:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: make my email address consistent 2023-03-10 18:11:48 -08:00
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.