Age | Commit message (Expand) | Author |
2012-07-09 | phylib: Support registering a bunch of drivers | Christian Hohnstaedt |
2012-06-27 | phy: Fix warning in get_phy_device(). | David S. Miller |
2012-06-27 | netdev/phy: Handle IEEE802.3 clause 45 Ethernet PHYs | David Daney |
2012-06-11 | phy: Use pr_<level> | Joe Perches |
2012-05-16 | netdev/phy: Make get_phy_id() static and quit EXPORTing it. | David Daney |
2012-01-24 | Remove useless get_driver()/put_driver() calls | Alan Stern |
2011-11-21 | net: Change mii to ethtool advertisement function names | Matt Carlson |
2011-11-16 | net: Add ethtool to mii advertisment conversion helpers | Matt Carlson |
2011-09-30 | netdev/phy: Use mdiobus_read() so that proper locks are taken. | David Daney |
2011-04-07 | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 | Linus Torvalds |
2011-03-31 | Fix common misspellings | Lucas De Marchi |
2011-03-30 | phylib: phy_attach_direct: phy_init_hw can fail, add cleanup | Marc Kleine-Budde |
2010-10-24 | phylib: make local function static | stephen hemminger |
2010-08-24 | phylib: Fix race between returning phydev and calling adjust_link | Anton Vorontsov |
2010-07-18 | net: support time stamping in phy devices. | Richard Cochran |
2010-04-02 | phylib: Support phy module autoloading | David Woodhouse |
2010-02-04 | libphy: add phy_find_first function | Jiri Pirko |
2010-01-19 | phylib: Move workqueue initialization to a proper place | Anton Vorontsov |
2009-12-30 | phylib: Properly reinitialize PHYs after hibernation | Anton Vorontsov |
2009-07-14 | NET: phy_device, fix lock imbalance | Jiri Slaby |
2009-06-17 | phy_device: fix parameter name in kernel-doc | Randy Dunlap |
2009-04-27 | phylib: add *_direct() variants of phy_connect and phy_attach functions | Grant Likely |
2009-04-27 | phylib: rework to prepare for OF registration of PHYs | Grant Likely |
2009-01-14 | phylib: Fix Freescale TBI PHY detection | Anton Vorontsov |
2008-12-25 | net: PHYLIB mdio fixes #2 | Krzysztof Halasa |
2008-12-16 | phylib: Remove unnecessary "reset" fixups in genphy_setup_forced | Andy Fleming |
2008-11-28 | phy: power management support | Giuseppe Cavallaro |
2008-11-26 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2008-11-20 | phy: fix phy_id detection also for broken hardware. | Giuseppe Cavallaro |
2008-11-20 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2008-11-19 | phylib: Fix auto-negotiation restart avoidance | Trent Piepho |
2008-11-18 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2008-11-16 | phy: fix phy address bug | Giulio Benetti |
2008-11-10 | net: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers |
2008-10-16 | NET: convert the phy_device file to use bus_find_device_by_name | Greg Kroah-Hartman |
2008-10-13 | net: export genphy_restart_aneg | Adrian Bunk |
2008-10-08 | PHY: Avoid unnecessary aneg restarts | Trent Piepho |
2008-05-22 | phylib: do EXPORT_SYMBOL on get_phy_id | Paul Gortmaker |
2008-04-29 | drivers/net/phy: fix kernel-doc notation | Randy Dunlap |
2008-04-25 | phylib: Add support for board-level PHY fixups | Andy Fleming |
2008-04-17 | phylib: factor out get_phy_id from within get_phy_device | Paul Gortmaker |
2008-02-03 | PHYLIB: Locking fixes for PHY I/O potentially sleeping | Nate Case |
2007-12-04 | PHY: Add the phy_device_release device method. | Anton Vorontsov |
2007-11-05 | phylib: Silence driver registration | Olof Johansson |
2007-10-10 | PHYLIB: Spinlock fixes for softirqs | Maciej W. Rozycki |
2007-09-13 | Fix a lock problem in generic phy code | Hans-Jürgen Koch |
2007-08-25 | phy layer: fix genphy_setup_forced (don't reset) | Domen Puncer |
2007-04-28 | phy layer: add kernel-doc + DocBook | Randy Dunlap |
2007-04-27 | PHY: remove rwsem use from phy core | Greg Kroah-Hartman |
2007-02-17 | Merge branch 'master' into upstream | Jeff Garzik |