lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 15 Nov 2016 10:06:29 -0800
From:   Florian Fainelli <f.fainelli@...il.com>
To:     netdev@...r.kernel.org
Cc:     davem@...emloft.net, andrew@...n.ch, tremyfr@...il.com,
        Florian Fainelli <f.fainelli@...il.com>
Subject: [PATCH 00/15] net: phy: Centralize auto-negotation restart

Hi all,

This patch series centralizes how ethtool::nway_reset is implemented
by providing a PHYLIB function which calls into genphy_restart_aneg().

All drivers below are converted to use this new helper function. Some
other have specific requirements that make them not quite suitable for
a straight forward conversion.

There is another patch series which implements ethtool::nway_reset
using the helper function introduced that depends on this patch
series.

Florian Fainelli (15):
  net: phy: Add phy_ethtool_nway_reset
  net: nb8800: Utilize phy_ethtool_nway_reset
  net: bcm63xx_enet: Utilize phy_ethtool_nway_reset
  net: mv643xx_eth: Utilize phy_ethtool_nway_reset
  net: smsc911x: Utilize phy_ethtool_nway_reset
  net: ethernet: smsc9420: Utilize phy_ethtool_nway_reset
  net: ethernet: ll_temac: Utilize phy_ethtool_nway_reset
  net: ethernet: ixp4xx_eth: Utilize phy_ethtool_nway_reset
  net: bcmgenet: Utilize phy_ethtool_nway_reset
  net: fs_enet: Utilize phy_ethtool_nway_reset
  net: fec: Utilize phy_ethtool_nway_reset
  net: ethernet: ucc: Utilize phy_ethtool_nway_reset
  net: ethernet: lantiq_etop: Utilize phy_ethtool_nway_reset
  net: usb: ax88172x: Utilize phy_ethtool_nway_reset
  net: usb: lan78xx: Utilize phy_ethtool_nway_reset

 drivers/net/ethernet/aurora/nb8800.c                  | 12 +-----------
 drivers/net/ethernet/broadcom/bcm63xx_enet.c          |  7 ++-----
 drivers/net/ethernet/broadcom/genet/bcmgenet.c        |  9 +--------
 drivers/net/ethernet/freescale/fec_main.c             | 12 +-----------
 drivers/net/ethernet/freescale/fs_enet/fs_enet-main.c |  7 +------
 drivers/net/ethernet/freescale/ucc_geth_ethtool.c     |  9 +--------
 drivers/net/ethernet/lantiq_etop.c                    |  8 +-------
 drivers/net/ethernet/marvell/mv643xx_eth.c            | 10 +---------
 drivers/net/ethernet/smsc/smsc911x.c                  |  7 +------
 drivers/net/ethernet/smsc/smsc9420.c                  | 10 +---------
 drivers/net/ethernet/xilinx/ll_temac_main.c           |  7 +------
 drivers/net/ethernet/xscale/ixp4xx_eth.c              |  7 +------
 drivers/net/phy/phy.c                                 | 11 +++++++++++
 drivers/net/usb/ax88172a.c                            | 10 +---------
 drivers/net/usb/lan78xx.c                             |  7 +------
 include/linux/phy.h                                   |  1 +
 16 files changed, 27 insertions(+), 107 deletions(-)

-- 
2.9.3

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ