Age | Commit message (Expand) | Author |
2017-03-05 | net: phy: Do not perform software reset for Generic PHY | Florian Fainelli |
2017-02-20 | net: phy: Check phydev->drv | Florian Fainelli |
2017-02-07 | net: phy: Allow pre-declaration of MDIO devices | Florian Fainelli |
2017-02-07 | net: phy: Add 2000base-x, 2500base-x and rxaui modes | Andrew Lunn |
2017-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-01-25 | net: phy: leds: Break dependency of phy.h on phy_led_triggers.h | Geert Uytterhoeven |
2017-01-19 | phy: increase size of MII_BUS_ID_SIZE and bus_id | Volodymyr Bendiuga |
2016-12-08 | phy: add phy fixup unregister functions | Woojung.Huh@microchip.com |
2016-12-01 | net: phy: add mdix_ctrl to hold the user configuration. | Raju Lakkaraju |
2016-11-29 | net: phy: add an option to disable EEE advertisement | jbrunet |
2016-11-18 | ethtool: Implements ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLE | Raju Lakkaraju |
2016-11-15 | net: phy: Add phy_ethtool_nway_reset | Florian Fainelli |
2016-11-13 | net: phy: expose phy_aneg_done API for use by drivers | Lendacky, Thomas |
2016-10-18 | net: phy: leds: add support for led triggers on phy link state change | Zach Brown |
2016-10-18 | net: phy: Create phy_supported_speeds function which lists speeds currently s... | Zach Brown |
2016-10-17 | net: phy: Threaded interrupts allow some simplification | Andrew Lunn |
2016-09-22 | net: ethernet: mediatek: add extension of phy-mode for TRGMII | Sean Wang |
2016-05-10 | net: phy: add phy_ethtool_{get|set}_link_ksettings | Philippe Reynes |
2016-04-18 | phy: add generic function to support ksetting support | Philippe Reynes |
2016-03-13 | phy: remove documentation of removed members of phy_device structure | LABBE Corentin |
2016-01-07 | mdio: Add support for mdio drivers. | Andrew Lunn |
2016-01-07 | phy: Centralize setting driver module owner | Andrew Lunn |
2016-01-07 | phy: Add API for {un}registering an mdio device to a bus. | Andrew Lunn |
2016-01-07 | phy: Add an mdio_device structure | Andrew Lunn |
2016-01-07 | mdio: Move allocation of interrupts into core | Andrew Lunn |
2016-01-07 | phy: Centralise print about attached phy | Andrew Lunn |
2016-01-07 | phy: phy_{read|write}_mmd_indirect: get addr from phydev | Andrew Lunn |
2016-01-07 | phy: add phydev_name() wrapper | Andrew Lunn |
2016-01-07 | phy: Add phydev_err() and phydev_dbg() macros | Andrew Lunn |
2016-01-07 | mdio: Move mdiobus_read/write operatings into mdio.h | Andrew Lunn |
2016-01-07 | phy: Consistently use addr for address on an MII bus | Andrew Lunn |
2015-12-31 | ethtool: Add phy statistics | Andrew Lunn |
2015-10-23 | net: phy: Add nested variants of mdiobus read/write | Neil Armstrong |
2015-10-03 | phylib: Add phy_set_max_speed helper | Simon Horman |
2015-09-24 | phy: add phy_device_remove() | Russell King |
2015-09-24 | phy: fix mdiobus module safety | Russell King |
2015-08-31 | net: phy: Allow PHY devices to identify themselves as Ethernet switches, etc. | Florian Fainelli |
2015-07-10 | net: phy: Pass mdix ethtool setting through to phy driver | David Thomson |
2015-05-27 | net: phy: Add phy_interface_is_rgmii helper | Florian Fainelli |
2015-05-14 | net: phy: Add phy_ignore_ta_mask to account for broken turn-around | Florian Fainelli |
2015-01-27 | net: phy: keep track of the PHY suspend state | Florian Fainelli |
2015-01-27 | net: phy: document has_fixups field | Florian Fainelli |
2015-01-06 | ethtool: Extend ethtool plugin module eeprom API to phylib | Ed Swierk |
2014-11-21 | net: phy: add static data field to struct phy_driver | Johan Hovold |
2014-11-12 | net: phy: add module_phy_driver macro | Johan Hovold |
2014-08-23 | net: phy: export phy_{read,write}_mmd_indirect | Florian Fainelli |
2014-07-30 | net: libphy: Add phy specific function to access mmd phy registers | Vince Bridgers |
2014-06-21 | net: phylib: add link_change_notify callback to phy device | Daniel Mack |
2014-05-02 | mdio_bus: implement devm_mdiobus_alloc/devm_mdiobus_free | Grygorii Strashko |
2014-04-20 | net: phy: export genphy_config_init() | Daniel Mack |