summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-10/+16
2013-07-03Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-4/+5
2013-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-05-28net: phy: fix a bug when verify the EEE supportGiuseppe CAVALLARO1-1/+1
2013-05-28phy: allow drivers to flag a PHY device as internalFlorian Fainelli1-1/+2
2013-05-21phy: add phy_mac_interrupt() to use with PHY_IGNORE_INTERRUPTFlorian Fainelli1-5/+9
2013-05-21phy: fix the use of PHY_IGNORE_INTERRUPTFlorian Fainelli1-4/+5
2013-05-14PHYLIB: queue work on system_power_efficient_wqViresh Kumar1-4/+5
2013-03-27phy: Elimination the forced speed reduction algorithm.Kirill Kapranov1-49/+1
2013-03-12phy: add set_wol/get_wol functionsMichael Stapelberg1-0/+16
2012-08-23mdio: translation of MMD EEE registers to/from ethtool settingsAllan, Bruce W1-67/+7
2012-07-01phy: add the EEE support and the way to access to the MMD registers.Giuseppe CAVALLARO1-0/+281
2012-06-12phy: Use pr_<level>Joe Perches1-18/+17
2011-07-27atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-04-30ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-1/+1
2011-04-30ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-4/+6
2011-03-15phylib: SIOCGMIIREG/SIOCSMIIREG: allow access to all mdio addressesPeter Korsgaard1-3/+5
2010-11-28net: add some KERN_CONT markers to continuation linesUwe Kleine-König1-2/+2
2010-10-25phylib: make local function staticstephen hemminger1-8/+5
2010-08-10phy.c: fix kernel-doc warningsRandy Dunlap1-1/+1
2010-07-19net: support time stamping in phy devices.Richard Cochran1-0/+5
2010-07-19net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2010-01-19phylib: Move workqueue initialization to a proper placeAnton Vorontsov1-3/+1
2009-12-04drivers/net: Move && and || to end of previous lineJoe Perches1-9/+9
2009-09-04netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings1-3/+0
2009-07-03phylib: fixes for PHY_RESUMING state changesWade Farnsworth1-3/+22
2009-04-16phylib: Fix delay argument of schedule_delayed_workAtsushi Nemoto1-3/+2
2009-04-14phylib: Allow early-out in phy_changeAnatolij Gustschin1-0/+9
2009-04-03workqueue: add to_delayed_work() helper functionJean Delvare1-2/+1
2009-03-14phylib: convert state_queue work to delayed_workMarcin Slusarz1-30/+11
2008-11-11net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-10-09phylib: add mdiobus_{read,write}Lennert Buytenhek1-49/+0
2008-10-09phylib: Wake PHY state machine on interruptTrent Piepho1-0/+6
2008-10-09phylib: phy_mii_ioctl() fixesLennert Buytenhek1-2/+3
2008-05-06phylib: Fix some sparse warningsAndy Fleming1-1/+1
2008-04-25phylib: Add support for board-level PHY fixupsAndy Fleming1-1/+3
2008-02-03PHYLIB: Locking fixes for PHY I/O potentially sleepingNate Case1-22/+46
2007-12-02Stop phy code from returning success to unknown ioctls.David Woodhouse1-0/+3
2007-10-11PHYLIB: fix an interrupt loop potential when haltingMaciej W. Rozycki1-2/+2
2007-10-11PHYLIB: IRQ event workqueue handling fixesMaciej W. Rozycki1-5/+19
2007-10-11PHYLIB: Spinlock fixes for softirqsMaciej W. Rozycki1-12/+12
2007-10-11drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng1-1/+1
2007-09-20phy: export phy_mii_ioctlDomen Puncer1-0/+1
2007-09-13Fix a lock problem in generic phy codeHans-Jürgen Koch1-2/+2
2007-08-08phy layer: fix phy_mii_ioctl for autonegotiationDomen Puncer1-2/+2
2007-05-09unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov1-2/+2
2007-05-09phy: use flush_work_keventd()Andrew Morton1-3/+3
2007-04-28network: add the missing phy_device speed information to phy_mii_ioctlShan Lu1-0/+6
2007-04-28phy layer: add kernel-doc + DocBookRandy Dunlap1-54/+134