aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy.c
AgeCommit message (Expand)Author
2015-03-18net: phy: Fix verification of EEE support in phy_init_eeeGuenter Roeck
2014-03-06phy: fix compiler array bounds warning on settings[]Bjorn Helgaas
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-04phylib: remove unused adjust_state() callbackSergei Shtylyov
2014-01-04phy: kill excess empty linesSergei Shtylyov
2014-01-04phy: kill excess codeSergei Shtylyov
2014-01-04phy: kill useless local variablesSergei Shtylyov
2014-01-04phy: coding style fixesSergei Shtylyov
2013-12-29phy: IRQ cannot be sharedSergei Shtylyov
2013-12-18net: phy: fix checkpatch errorsFlorian Fainelli
2013-12-17net: phy: suspend phydev when going to HALTEDSebastian Hesselbarth
2013-12-09net: phy: consolidate PHY reset in phy_init_hw()Florian Fainelli
2013-12-09net: phy: use phy_init_hw instead of open-coding itFlorian Fainelli
2013-12-09net: phy: report link partner features through ethtoolFlorian Fainelli
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-07-02Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-05-27net: phy: fix a bug when verify the EEE supportGiuseppe CAVALLARO
2013-05-27phy: 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-05-14PHYLIB: queue work on system_power_efficient_wqViresh Kumar
2013-03-27phy: Elimination the forced speed reduction algorithm.Kirill Kapranov
2013-03-12phy: add set_wol/get_wol functionsMichael Stapelberg
2012-08-22mdio: translation of MMD EEE registers to/from ethtool settingsAllan, Bruce W
2012-07-01phy: add the EEE support and the way to access to the MMD registers.Giuseppe CAVALLARO
2012-06-11phy: Use pr_<level>Joe Perches
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny
2011-03-14phylib: SIOCGMIIREG/SIOCSMIIREG: allow access to all mdio addressesPeter Korsgaard
2010-11-28net: add some KERN_CONT markers to continuation linesUwe Kleine-König
2010-10-24phylib: make local function staticstephen hemminger
2010-08-10phy.c: fix kernel-doc warningsRandy Dunlap
2010-07-18net: support time stamping in phy devices.Richard Cochran
2010-07-18net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-19phylib: Move workqueue initialization to a proper placeAnton Vorontsov
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches
2009-09-03netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings
2009-07-02phylib: fixes for PHY_RESUMING state changesWade Farnsworth
2009-04-16phylib: Fix delay argument of schedule_delayed_workAtsushi Nemoto
2009-04-13phylib: Allow early-out in phy_changeAnatolij Gustschin
2009-04-02workqueue: add to_delayed_work() helper functionJean Delvare
2009-03-13phylib: convert state_queue work to delayed_workMarcin Slusarz
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-10-08phylib: add mdiobus_{read,write}Lennert Buytenhek
2008-10-08phylib: Wake PHY state machine on interruptTrent Piepho
2008-10-08phylib: phy_mii_ioctl() fixesLennert Buytenhek