summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy_device.c
AgeCommit message (Expand)Author
2014-04-28net/phy: tune get_phy_c45_ids to support more c45 phyShengzhou Liu
2014-02-26phy: unmask link partner capabilitiesCristian Bercaru
2013-12-14Merge remote-tracking branch 'linus/master' into mergeScott Wood
2013-11-21net/phy: Add the autocross feature for forced links on VSC82x4Madalin Bucur
2013-11-03Merge tag 'v3.10' into sdk-kernel-3.10Scott Wood
2013-05-28phy: allow drivers to flag a PHY device as internalFlorian Fainelli
2013-05-20phy: add phy_mac_interrupt() to use with PHY_IGNORE_INTERRUPTFlorian Fainelli
2013-05-20phy: fix the use of PHY_IGNORE_INTERRUPTFlorian Fainelli
2013-04-18phy/10g: fix a logic errorShaohui Xie
2013-04-03phylib: Support attaching to gen10g_driverAndy Fleming
2013-04-03phylib: Add generic 10G driverAndy Fleming
2013-04-03net/phy: added autocross feature for forced links on VSC82x4Madalin Bucur
2013-02-28phy: Fix phy_device_free memory leakPetr Malat
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli
2012-07-09phylib: Support registering a bunch of driversChristian Hohnstaedt
2012-06-28phy: Fix warning in get_phy_device().David S. Miller
2012-06-28netdev/phy: Handle IEEE802.3 clause 45 Ethernet PHYsDavid Daney
2012-06-11phy: Use pr_<level>Joe Perches
2012-05-16netdev/phy: Make get_phy_id() static and quit EXPORTing it.David Daney
2012-01-25Remove useless get_driver()/put_driver() callsAlan Stern
2011-11-21net: Change mii to ethtool advertisement function namesMatt Carlson
2011-11-16net: Add ethtool to mii advertisment conversion helpersMatt Carlson
2011-09-30netdev/phy: Use mdiobus_read() so that proper locks are taken.David Daney
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-30phylib: phy_attach_direct: phy_init_hw can fail, add cleanupMarc Kleine-Budde
2010-10-24phylib: make local function staticstephen hemminger
2010-08-24phylib: Fix race between returning phydev and calling adjust_linkAnton Vorontsov
2010-07-19net: support time stamping in phy devices.Richard Cochran
2010-04-02phylib: Support phy module autoloadingDavid Woodhouse
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-07-14NET: phy_device, fix lock imbalanceJiri Slaby
2009-06-17phy_device: fix parameter name in kernel-docRandy Dunlap
2009-04-27phylib: add *_direct() variants of phy_connect and phy_attach functionsGrant Likely
2009-04-27phylib: rework to prepare for OF registration of PHYsGrant Likely
2009-01-14phylib: Fix Freescale TBI PHY detectionAnton Vorontsov
2008-12-26net: PHYLIB mdio fixes #2Krzysztof Halasa
2008-12-16phylib: Remove unnecessary "reset" fixups in genphy_setup_forcedAndy Fleming
2008-11-29phy: power management supportGiuseppe Cavallaro
2008-11-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-21phy: fix phy_id detection also for broken hardware.Giuseppe Cavallaro
2008-11-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-19phylib: Fix auto-negotiation restart avoidanceTrent Piepho
2008-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-16phy: fix phy address bugGiulio Benetti
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-10-16NET: convert the phy_device file to use bus_find_device_by_nameGreg Kroah-Hartman
2008-10-14net: export genphy_restart_anegAdrian Bunk