[PATCH net-next v2 0/2] net: add remote fault support

Oleksij Rempel posted 2 patches 3 years, 10 months ago
Documentation/networking/ethtool-netlink.rst |  2 +
drivers/net/phy/phy-c45.c                    | 78 ++++++++++-------
drivers/net/phy/phy.c                        |  4 +
include/linux/phy.h                          |  5 ++
include/uapi/linux/ethtool.h                 | 46 +++++++++-
include/uapi/linux/ethtool_netlink.h         |  2 +
net/ethtool/ioctl.c                          |  6 ++
net/ethtool/linkmodes.c                      | 88 +++++++++++++++++++-
net/ethtool/netlink.h                        |  2 +-
9 files changed, 199 insertions(+), 34 deletions(-)
[PATCH net-next v2 0/2] net: add remote fault support
Posted by Oleksij Rempel 3 years, 10 months ago
changes v2:
- add missing genphy_c45_aneg_done_lp_clean() patch

Oleksij Rempel (2):
  net: phy: move common code to separate genphy_c45_aneg_done_lp_clean()
    function
  net: phy: add remote fault support

 Documentation/networking/ethtool-netlink.rst |  2 +
 drivers/net/phy/phy-c45.c                    | 78 ++++++++++-------
 drivers/net/phy/phy.c                        |  4 +
 include/linux/phy.h                          |  5 ++
 include/uapi/linux/ethtool.h                 | 46 +++++++++-
 include/uapi/linux/ethtool_netlink.h         |  2 +
 net/ethtool/ioctl.c                          |  6 ++
 net/ethtool/linkmodes.c                      | 88 +++++++++++++++++++-
 net/ethtool/netlink.h                        |  2 +-
 9 files changed, 199 insertions(+), 34 deletions(-)

-- 
2.30.2
Re: [PATCH net-next v2 0/2] net: add remote fault support
Posted by Andrew Lunn 3 years, 10 months ago
On Wed, Jun 08, 2022 at 02:23:20PM +0200, Oleksij Rempel wrote:
> changes v2:
> - add missing genphy_c45_aneg_done_lp_clean() patch

FYI:

It will be the weekend before i get to reviewing patches.

   Andrew