Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-31net: libphy: Add phy specific function to access mmd phy registersVince Bridgers
2014-06-22net: phylib: add link_change_notify callback to phy deviceDaniel Mack
2014-05-03mdio_bus: implement devm_mdiobus_alloc/devm_mdiobus_freeGrygorii Strashko
2014-04-21net: phy: export genphy_config_init()Daniel Mack
2014-04-16net: phy: add minimal support for QSGMII PHYThomas Petazzoni
2014-02-18net: phy: allow PHY drivers to implement their own software resetFlorian Fainelli
2014-02-18net: phy: move PHY software reset to genphy_soft_resetFlorian Fainelli
2014-02-14net: phy: add MoCA PHY typeFlorian Fainelli
2014-02-13net: phy: add "has_fixups" boolean propertyFlorian Fainelli
2014-02-13net: phy: re-design phy_modes to be self-containedFlorian Fainelli
2014-02-13net: phy: allow driver to implement their own aneg_doneFlorian Fainelli
2014-02-13net: phy: add genphy_aneg_done()Florian Fainelli
2014-01-14phylib: Support attaching to generic 10g driverAndy Fleming
2014-01-14phylib: introduce PHY_INTERFACE_MODE_XGMII for 10G PHYAndy Fleming
2014-01-14phylib: Add Clause 45 read/write functionsAndy Fleming
2014-01-05phylib: make phy_scan_fixups() staticSergei Shtylyov
2014-01-05phylib: remove unused adjust_state() callbackSergei Shtylyov
2014-01-05<linux/phy.h>: coding style fixesSergei Shtylyov
2013-12-17net: phy: provide phy_resume/phy_suspend helpersSebastian Hesselbarth
2013-12-10net: phy: report link partner features through ethtoolFlorian Fainelli
2013-12-06net: phy: breakdown PHY_*_FEATURES definesFlorian Fainelli
2013-11-21net/phy: Add the autocross feature for forced links on VSC82x4Madalin Bucur
2013-06-01phy: add reverse MII PHY connection typeFlorian Fainelli
2013-05-28phy: allow drivers to flag a PHY device as internalFlorian Fainelli
2013-05-21phy: add phy_mac_interrupt() to use with PHY_IGNORE_INTERRUPTFlorian Fainelli
2013-05-21phy: fix the use of PHY_IGNORE_INTERRUPTFlorian Fainelli
2013-03-12phy: add set_wol/get_wol functionsMichael Stapelberg
2013-01-15net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli
2012-07-09phylib: Support registering a bunch of driversChristian Hohnstaedt
2012-07-01phy: add the EEE support and the way to access to the MMD registers.Giuseppe CAVALLARO
2012-06-28netdev/phy/of: Add more methods for binding PHY devices to drivers.David Daney
2012-06-28netdev/phy: Handle IEEE802.3 clause 45 Ethernet PHYsDavid Daney
2012-05-16netdev/phy: Make get_phy_id() static and quit EXPORTing it.David Daney
2012-04-04ethtool: Introduce a method for getting time stamping capabilities.Richard Cochran
2012-03-16device.h: audit and cleanup users in main include dirPaul Gortmaker
2012-01-13phylib: introduce mdiobus_alloc_size()Timur Tabi
2011-10-24net: hold sock reference while processing tx timestampsRichard Cochran
2011-07-27net: ibm_newemac: convert it to use of_get_phy_modeShawn Guo
2011-07-27atomic: use <linux/atomic.h>Arun Sharma
2010-10-25phylib: make local function staticstephen hemminger
2010-09-02net: Improve comments in include/linux/phy.hPeter Meerwald
2010-07-19net: support time stamping in phy devices.Richard Cochran
2010-07-19net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran
2010-04-03phylib: Support phy module autoloadingDavid Woodhouse
2010-03-17NET: Support clause 45 MDIO commands at the MDIO bus levelJason Gunthorpe
2010-02-04libphy: add phy_find_first functionJiri Pirko
2010-01-19phylib: Move workqueue initialization to a proper placeAnton Vorontsov
2009-12-31phylib: Properly reinitialize PHYs after hibernationAnton Vorontsov
2009-05-27phy: Eliminate references to BUS_ID_SIZE.David S. Miller
2009-04-27phylib: add *_direct() variants of phy_connect and phy_attach functionsGrant Likely