aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c
AgeCommit message (Expand)Author
2022-05-18net: phy: Fix race condition on link status changeFrancesco Dolcini
2021-11-02phy: phy_start_aneg: Add an unlocked versionAndrew Lunn
2021-11-02phy: phy_ethtool_ksettings_get: Lock the phy for consistencyAndrew Lunn
2021-03-17net: phy: fix save wrong speed and duplex problem if autoneg is onGuangbin Huang
2020-09-26net: phy: Do not warn in phy_stop() on PHY_DOWNFlorian Fainelli
2020-05-20net: phy: fix aneg restart in phy_ethtool_set_eeeHeiner Kallweit
2020-03-18net: phy: avoid clearing PHY interrupts twice in irq handlerHeiner Kallweit
2019-10-16net: phy: Fix "link partner" information disappear issueYonglong Liu
2019-10-04net: phy: fix write to mii-ctrl1000 registerRussell King
2019-09-06net: phy: Do not check Link status when loopback is enabledJose Abreu
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-28net: phy: force phy suspend when calling phy_stopJian Shen
2019-08-27Add genphy_c45_config_aneg() function to phy-c45.cMarco Hartmann
2019-08-13net: phy: let phy_speed_down/up support speeds >1GbpsHeiner Kallweit
2019-07-08net: phy: Make use of linkmode_mod_bit helperFuqian Huang
2019-06-05net: phy: remove state PHY_FORCINGHeiner Kallweit
2019-05-31net: phy: allow Clause 45 access via mii ioctlRussell King
2019-05-30net: phy: export phy_queue_state_machineHeiner Kallweit
2019-05-30net: phy: add callback for custom interrupt handler to struct phy_driverHeiner Kallweit
2019-05-30net: phy: enable interrupts when PHY is attached alreadyHeiner Kallweit
2019-05-07net: phy: improve pause mode reporting in phy_print_statusHeiner Kallweit
2019-05-04net: phy: improve resuming from hibernationHeiner Kallweit
2019-04-18net: phy: remove dead code from phy_sanitize_settingsHeiner Kallweit
2019-03-20net: phy: improve handling link_change_notify callbackHeiner Kallweit
2019-03-03net: phy: use genphy_c45_aneg_done in genphy_aneg_doneHeiner Kallweit
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-14net: phy: fix potential race in the phylib state machineHeiner Kallweit
2019-02-14net: phy: don't use locking in phy_is_startedHeiner Kallweit
2019-02-13net: phy: fix interrupt handling in non-started statesHeiner Kallweit
2019-02-06net: phy: make use of new MMD accessorsHeiner Kallweit
2019-01-24net: phy: change phy_start_interrupts to phy_request_interruptHeiner Kallweit
2019-01-24net: phy: start interrupts in phy_startHeiner Kallweit
2019-01-24net: phy: warn if phy_start is called from invalid stateHeiner Kallweit
2019-01-24net: phy: start state machine in phy_start onlyHeiner Kallweit
2019-01-22net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-18net: phy: remove phy_stop_interruptsHeiner Kallweit
2019-01-18net: phy: ensure phylib state machine is stopped after calling phy_stopHeiner Kallweit
2019-01-18net: phy: remove state PHY_CHANGELINKHeiner Kallweit
2019-01-16net: phy: don't include asm/irq.h directlyHeiner Kallweit
2019-01-16net: phy: improve logging in phylibHeiner Kallweit
2019-01-15net: phy: fix too strict check in phy_start_anegHeiner Kallweit
2018-12-18net: phy: print stack trace in phy_errorHeiner Kallweit
2018-12-18net: phy: improve phy state checkingHeiner Kallweit
2018-12-05net: phy: Fix ioctl handler when modifing MII_ADVERTISEAndrew Lunn
2018-12-03net: phy: improve generic EEE ethtool functionsHeiner Kallweit
2018-11-12net: phy: check if advertising is zero using linkmode_emptyColin Ian King
2018-11-11net: phy: Convert u32 phydev->lp_advertising to linkmodeAndrew Lunn
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn
2018-11-11net: phy: remove states PHY_STARTING and PHY_PENDINGHeiner Kallweit