aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c
AgeCommit message (Expand)Author
2018-03-31net: phy: Tell caller result of phy_change()Brad Mouring
2018-03-08net: phy: Restore phy_resume() locking assumptionAndrew Lunn
2018-03-08net: phy: fix phy_start to consider PHY_IGNORE_INTERRUPTHeiner Kallweit
2017-12-13net: phy: fix resume handlingRussell King
2017-09-21net: phy: Keep reporting transceiver typeFlorian Fainelli
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-30Revert "net: phy: Correctly process PHY_HALTED in phy_stop_machine()"Florian Fainelli
2017-08-06net: phy: export phy_start_machine() for phylinkRussell King
2017-08-06net: phy: provide a hook for link up/link down eventsRussell King
2017-08-06net: phy: move phy_lookup_setting() and guts of phy_supported_speeds() to phy...Russell King
2017-08-06net: phy: split out PHY speed and duplex string generationRussell King
2017-08-06net: phy: allow settings table to support more than 32 link modesRussell King
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-31net: phy: Correctly process PHY_HALTED in phy_stop_machine()Florian Fainelli
2017-07-31net: phy: Log only PHY state transitionsMarc Gonzalez
2017-07-27net: phy: Remove stale comments referencing timerFlorian Fainelli
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com
2017-06-09net: phy: add missing SPEED_14000Joe Perches
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-06net: phy: hook up clause 45 autonegotiation restartRussell King
2017-06-06net: phy: avoid genphy_aneg_done() for PHYs without clause 22 supportRussell King
2017-06-06net: phy: Delete unused function phy_ethtool_gsetyuval.shaia@oracle.com
2017-06-05net: phy: fix kernel-doc warningsRandy Dunlap
2017-05-16net: fix some identation issues at kernel-doc markupsMauro Carvalho Chehab
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-26net: phy: fix auto-negotiation stall due to unavailable interruptAlexander Kochetkov
2017-04-17net: phy: simplify phy_supported_speeds()Russell King
2017-04-17net: phy: improve phylib correctness for non-autoneg settingsRussell King
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-05phy/ethtool: Add missing SPEED_<foo> stringsJoe Perches
2017-04-01net: phy: allow EEE with any interface modeRussell King
2017-04-01net: phy: restart phy autonegotiation after EEE advertisment changeRussell King
2017-04-01net: phy: avoid setting unsupported EEE advertismentsRussell King
2017-03-24net: phy: handle state correctly in phy_stop_machineNathan Sullivan
2017-03-22net: phy: switch remaining users to phy_(read|write)_mmd()Russell King
2017-03-22net: phy: move phy MMD accessors to phy-core.cRussell King
2017-02-24net: phy: Add missing driver check in phy_aneg_done()Florian Fainelli
2017-02-20net: phy: Check phydev->drvFlorian Fainelli
2017-01-25net: phy: leds: Break dependency of phy.h on phy_led_triggers.hGeert Uytterhoeven
2017-01-23net: phy: Avoid deadlock during phy_error()Florian Fainelli
2017-01-09phy state machine: failsafe leave invalid RUNNING stateZefir Kurtisi
2016-12-01net: phy: update the mdix_ctrl with correct value.Raju Lakkaraju
2016-11-29net: phy: add an option to disable EEE advertisementjbrunet
2016-11-15net: phy: Add phy_ethtool_nway_resetFlorian Fainelli
2016-11-13net: phy: expose phy_aneg_done API for use by driversLendacky, Thomas
2016-10-18net: phy: leds: add support for led triggers on phy link state changeZach Brown
2016-10-18net: phy: Create phy_supported_speeds function which lists speeds currently s...Zach Brown