aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy_device.c
Commit message (Expand)AuthorAge
* net: Change mii to ethtool advertisement function namesMatt Carlson2011-11-21
* net: Add ethtool to mii advertisment conversion helpersMatt Carlson2011-11-16
* netdev/phy: Use mdiobus_read() so that proper locks are taken.David Daney2011-09-30
* Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-07
|\
| * Fix common misspellingsLucas De Marchi2011-03-31
* | phylib: phy_attach_direct: phy_init_hw can fail, add cleanupMarc Kleine-Budde2011-03-30
|/
* phylib: make local function staticstephen hemminger2010-10-24
* phylib: Fix race between returning phydev and calling adjust_linkAnton Vorontsov2010-08-24
* net: support time stamping in phy devices.Richard Cochran2010-07-18
* phylib: Support phy module autoloadingDavid Woodhouse2010-04-02
* libphy: add phy_find_first functionJiri Pirko2010-02-04
* phylib: Move workqueue initialization to a proper placeAnton Vorontsov2010-01-19
* phylib: Properly reinitialize PHYs after hibernationAnton Vorontsov2009-12-31
* NET: phy_device, fix lock imbalanceJiri Slaby2009-07-14
* phy_device: fix parameter name in kernel-docRandy Dunlap2009-06-17
* phylib: add *_direct() variants of phy_connect and phy_attach functionsGrant Likely2009-04-27
* phylib: rework to prepare for OF registration of PHYsGrant Likely2009-04-27
* phylib: Fix Freescale TBI PHY detectionAnton Vorontsov2009-01-14
* net: PHYLIB mdio fixes #2Krzysztof Halasa2008-12-25
* phylib: Remove unnecessary "reset" fixups in genphy_setup_forcedAndy Fleming2008-12-16
* phy: power management supportGiuseppe Cavallaro2008-11-28
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-27
|\
| * phy: fix phy_id detection also for broken hardware.Giuseppe Cavallaro2008-11-20
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-20
|\|
| * phylib: Fix auto-negotiation restart avoidanceTrent Piepho2008-11-19
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-19
|\|
| * phy: fix phy address bugGiulio Benetti2008-11-16
* | net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-10
|/
* NET: convert the phy_device file to use bus_find_device_by_nameGreg Kroah-Hartman2008-10-16
* net: export genphy_restart_anegAdrian Bunk2008-10-13
* PHY: Avoid unnecessary aneg restartsTrent Piepho2008-10-08
* phylib: do EXPORT_SYMBOL on get_phy_idPaul Gortmaker2008-05-22
* drivers/net/phy: fix kernel-doc notationRandy Dunlap2008-04-29
* phylib: Add support for board-level PHY fixupsAndy Fleming2008-04-25
* phylib: factor out get_phy_id from within get_phy_devicePaul Gortmaker2008-04-17
* PHYLIB: Locking fixes for PHY I/O potentially sleepingNate Case2008-02-03
* PHY: Add the phy_device_release device method.Anton Vorontsov2007-12-04
* phylib: Silence driver registrationOlof Johansson2007-11-05
* PHYLIB: Spinlock fixes for softirqsMaciej W. Rozycki2007-10-10
* Fix a lock problem in generic phy codeHans-Jürgen Koch2007-09-13
* phy layer: fix genphy_setup_forced (don't reset)Domen Puncer2007-08-25
* phy layer: add kernel-doc + DocBookRandy Dunlap2007-04-28
* PHY: remove rwsem use from phy coreGreg Kroah-Hartman2007-04-27
* Merge branch 'master' into upstreamJeff Garzik2007-02-17
|\
| * [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-14
* | phy devices: use same arg typesRandy Dunlap2007-02-09
|/
* [PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day2006-12-13
* [PATCH] PHY: Add support for configuring the PHY connection interfaceAndy Fleming2006-12-02
* [PATCH] Fixed a number of bugs in the PHY LayerAndy Fleming2006-12-02
* [netdrvr] phy: Fix bugs in error handlingJeff Garzik2006-10-01