aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c
Commit message (Expand)AuthorAge
* net: phy: Fix "link partner" information disappear issueYonglong Liu2019-10-16
* net: phy: fix write to mii-ctrl1000 registerRussell King2019-10-04
* net: phy: Do not check Link status when loopback is enabledJose Abreu2019-09-06
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-02
|\
| * Add genphy_c45_config_aneg() function to phy-c45.cMarco Hartmann2019-08-27
* | net: phy: force phy suspend when calling phy_stopJian Shen2019-08-28
* | net: phy: let phy_speed_down/up support speeds >1GbpsHeiner Kallweit2019-08-13
|/
* net: phy: Make use of linkmode_mod_bit helperFuqian Huang2019-07-08
* net: phy: remove state PHY_FORCINGHeiner Kallweit2019-06-05
* net: phy: allow Clause 45 access via mii ioctlRussell King2019-05-31
* net: phy: export phy_queue_state_machineHeiner Kallweit2019-05-30
* net: phy: add callback for custom interrupt handler to struct phy_driverHeiner Kallweit2019-05-30
* net: phy: enable interrupts when PHY is attached alreadyHeiner Kallweit2019-05-30
* net: phy: improve pause mode reporting in phy_print_statusHeiner Kallweit2019-05-07
* net: phy: improve resuming from hibernationHeiner Kallweit2019-05-04
* net: phy: remove dead code from phy_sanitize_settingsHeiner Kallweit2019-04-18
* net: phy: improve handling link_change_notify callbackHeiner Kallweit2019-03-20
* net: phy: use genphy_c45_aneg_done in genphy_aneg_doneHeiner Kallweit2019-03-04
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-15
|\
| * net: phy: fix potential race in the phylib state machineHeiner Kallweit2019-02-14
| * net: phy: don't use locking in phy_is_startedHeiner Kallweit2019-02-14
| * net: phy: fix interrupt handling in non-started statesHeiner Kallweit2019-02-13
* | net: phy: make use of new MMD accessorsHeiner Kallweit2019-02-06
* | net: phy: change phy_start_interrupts to phy_request_interruptHeiner Kallweit2019-01-25
* | net: phy: start interrupts in phy_startHeiner Kallweit2019-01-25
* | net: phy: warn if phy_start is called from invalid stateHeiner Kallweit2019-01-25
* | net: phy: start state machine in phy_start onlyHeiner Kallweit2019-01-25
* | net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn2019-01-22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-21
|\|
| * net: phy: fix too strict check in phy_start_anegHeiner Kallweit2019-01-15
* | net: phy: remove phy_stop_interruptsHeiner Kallweit2019-01-18
* | net: phy: ensure phylib state machine is stopped after calling phy_stopHeiner Kallweit2019-01-18
* | net: phy: remove state PHY_CHANGELINKHeiner Kallweit2019-01-18
* | net: phy: don't include asm/irq.h directlyHeiner Kallweit2019-01-17
* | net: phy: improve logging in phylibHeiner Kallweit2019-01-17
|/
* net: phy: print stack trace in phy_errorHeiner Kallweit2018-12-18
* net: phy: improve phy state checkingHeiner Kallweit2018-12-18
* net: phy: Fix ioctl handler when modifing MII_ADVERTISEAndrew Lunn2018-12-05
* net: phy: improve generic EEE ethtool functionsHeiner Kallweit2018-12-03
* net: phy: check if advertising is zero using linkmode_emptyColin Ian King2018-11-12
* net: phy: Convert u32 phydev->lp_advertising to linkmodeAndrew Lunn2018-11-11
* net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-11
* net: phy: remove states PHY_STARTING and PHY_PENDINGHeiner Kallweit2018-11-11
* net: phy: improve and inline phy_changeHeiner Kallweit2018-11-11
* net: phy: simplify phy_mac_interrupt and related functionsHeiner Kallweit2018-11-11
* net: phy: don't set state PHY_CHANGELINK in phy_changeHeiner Kallweit2018-11-11
* net: phy: improve struct phy_device member interrupts handlingHeiner Kallweit2018-11-09
* net: phy: use phy_check_link_status in more places in the state machineHeiner Kallweit2018-11-08
* net: phy: remove state PHY_ANHeiner Kallweit2018-11-08
* net: phy: add phy_check_link_statusHeiner Kallweit2018-11-08