aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-09
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-05
| |\
| * | phy: allow drivers to flag a PHY device as internalFlorian Fainelli2013-05-28
| * | phy: add phy_mac_interrupt() to use with PHY_IGNORE_INTERRUPTFlorian Fainelli2013-05-20
| * | phy: fix the use of PHY_IGNORE_INTERRUPTFlorian Fainelli2013-05-20
* | | Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2013-07-02
|\ \ \ | |_|/ |/| |
| * | PHYLIB: queue work on system_power_efficient_wqViresh Kumar2013-05-14
| |/
* / net: phy: fix a bug when verify the EEE supportGiuseppe CAVALLARO2013-05-28
|/
* phy: Elimination the forced speed reduction algorithm.Kirill Kapranov2013-03-27
* phy: add set_wol/get_wol functionsMichael Stapelberg2013-03-12
* mdio: translation of MMD EEE registers to/from ethtool settingsAllan, Bruce W2012-08-23
* phy: add the EEE support and the way to access to the MMD registers.Giuseppe CAVALLARO2012-07-01
* phy: Use pr_<level>Joe Perches2012-06-11
* atomic: use <linux/atomic.h>Arun Sharma2011-07-26
* ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2011-04-29
* ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny2011-04-29
* phylib: SIOCGMIIREG/SIOCSMIIREG: allow access to all mdio addressesPeter Korsgaard2011-03-14
* net: add some KERN_CONT markers to continuation linesUwe Kleine-König2010-11-28
* phylib: make local function staticstephen hemminger2010-10-24
* phy.c: fix kernel-doc warningsRandy Dunlap2010-08-10
* net: support time stamping in phy devices.Richard Cochran2010-07-18
* net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran2010-07-18
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* phylib: Move workqueue initialization to a proper placeAnton Vorontsov2010-01-19
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-03
* netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings2009-09-03
* phylib: fixes for PHY_RESUMING state changesWade Farnsworth2009-07-02
* phylib: Fix delay argument of schedule_delayed_workAtsushi Nemoto2009-04-16
* phylib: Allow early-out in phy_changeAnatolij Gustschin2009-04-13
* workqueue: add to_delayed_work() helper functionJean Delvare2009-04-02
* phylib: convert state_queue work to delayed_workMarcin Slusarz2009-03-13
* net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-10
* phylib: add mdiobus_{read,write}Lennert Buytenhek2008-10-08
* phylib: Wake PHY state machine on interruptTrent Piepho2008-10-08
* phylib: phy_mii_ioctl() fixesLennert Buytenhek2008-10-08
* phylib: Fix some sparse warningsAndy Fleming2008-05-06
* phylib: Add support for board-level PHY fixupsAndy Fleming2008-04-25
* PHYLIB: Locking fixes for PHY I/O potentially sleepingNate Case2008-02-03
* Stop phy code from returning success to unknown ioctls.David Woodhouse2007-12-01
* PHYLIB: fix an interrupt loop potential when haltingMaciej W. Rozycki2007-10-10
* PHYLIB: IRQ event workqueue handling fixesMaciej W. Rozycki2007-10-10
* PHYLIB: Spinlock fixes for softirqsMaciej W. Rozycki2007-10-10
* drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng2007-10-10
* phy: export phy_mii_ioctlDomen Puncer2007-09-20
* Fix a lock problem in generic phy codeHans-Jürgen Koch2007-09-13
* phy layer: fix phy_mii_ioctl for autonegotiationDomen Puncer2007-08-07
* unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov2007-05-09
* phy: use flush_work_keventd()Andrew Morton2007-05-09
* network: add the missing phy_device speed information to phy_mii_ioctlShan Lu2007-04-28
* phy layer: add kernel-doc + DocBookRandy Dunlap2007-04-28