aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-30net: libphy: Add phy specific function to access mmd phy registersVince Bridgers1-23/+38
2014-07-15phy: Expand phy speed/duplex settings arrayLendacky, Thomas1-1/+21
2014-06-21net: phylib: add link_change_notify callback to phy deviceDaniel Mack1-0/+3
2014-05-16net: phy: resume phydev when going to RESUMINGZhangfei Gao1-7/+9
2014-05-02net phy: Check for aneg completion before setting state to PHY_RUNNINGBalakumaran Kannan1-0/+11
2014-04-09net phylib: Remove unnecessary condition check in phyBalakumaran Kannan1-5/+1
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+6
2014-03-06phy: fix compiler array bounds warning on settings[]Bjorn Helgaas1-5/+6
2014-02-14net: phy: update port type for MoCA PHYsFlorian Fainelli1-1/+4
2014-02-12net: phy: fix phy_{clear,config}_interrupt comment typosFlorian Fainelli1-2/+2
2014-02-12net: phy: allow driver to implement their own aneg_doneFlorian Fainelli1-3/+6
2014-02-12net: phy: add genphy_aneg_done()Florian Fainelli1-3/+1
2014-02-12net: phy: display human readable PHY speed settingsFlorian Fainelli1-2/+22
2014-02-12net: phy: update phy_print_status to show pause settingsFlorian Fainelli1-2/+4
2014-02-12net: phy: use network device in phy_print_statusFlorian Fainelli1-3/+2
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+2
2014-01-04phylib: remove unused adjust_state() callbackSergei Shtylyov1-14/+3
2014-01-04phy: kill excess empty linesSergei Shtylyov1-14/+0
2014-01-04phy: kill excess codeSergei Shtylyov1-14/+5
2014-01-04phy: kill useless local variablesSergei Shtylyov1-39/+16
2014-01-04phy: coding style fixesSergei Shtylyov1-46/+36
2013-12-29phy: IRQ cannot be sharedSergei Shtylyov1-4/+2
2013-12-18net: phy: fix checkpatch errorsFlorian Fainelli1-132/+132
2013-12-17net: phy: suspend phydev when going to HALTEDSebastian Hesselbarth1-1/+5
2013-12-09net: phy: consolidate PHY reset in phy_init_hw()Florian Fainelli1-2/+3
2013-12-09net: phy: use phy_init_hw instead of open-coding itFlorian Fainelli1-5/+2
2013-12-09net: phy: report link partner features through ethtoolFlorian Fainelli1-0/+1
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-10/+16
2013-07-02Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-4/+5
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-05-27net: phy: fix a bug when verify the EEE supportGiuseppe CAVALLARO1-1/+1
2013-05-27phy: allow drivers to flag a PHY device as internalFlorian Fainelli1-1/+2
2013-05-20phy: add phy_mac_interrupt() to use with PHY_IGNORE_INTERRUPTFlorian Fainelli1-5/+9
2013-05-20phy: 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-22mdio: 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-11phy: Use pr_<level>Joe Perches1-18/+17
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-1/+1
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-4/+6
2011-03-14phylib: 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-24phylib: make local function staticstephen hemminger1-8/+5
2010-08-10phy.c: fix kernel-doc warningsRandy Dunlap1-1/+1
2010-07-18net: support time stamping in phy devices.Richard Cochran1-0/+5
2010-07-18net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran1-1/+2