summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: phy: add and use phy_check_downshiftHeiner Kallweit2020-03-241-1/+3
* net: phy: improve phy_driver callback handle_interruptHeiner Kallweit2020-03-181-14/+12
* net: phy: avoid clearing PHY interrupts twice in irq handlerHeiner Kallweit2020-03-021-1/+2
* net: phy: add new version of phy_do_ioctlHeiner Kallweit2020-01-211-3/+13
* net: phy: rename phy_do_ioctl to phy_do_ioctl_runningHeiner Kallweit2020-01-211-3/+3
* net: phy: add generic ndo_do_ioctl handler phy_do_ioctlHeiner Kallweit2020-01-201-0/+15
* net: Introduce a new MII time stamping interface.Richard Cochran2019-12-261-2/+2
* net: phy: remove phy_ethtool_sset()Russell King2019-11-231-60/+0
* net: phy: add core phylib sfp supportRussell King2019-11-191-0/+7
* net: phy: Fix "link partner" information disappear issueYonglong Liu2019-10-161-3/+0
* net: phy: fix write to mii-ctrl1000 registerRussell King2019-10-051-0/+5
* net: phy: Do not check Link status when loopback is enabledJose Abreu2019-09-061-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-021-1/+1
|\
| * Add genphy_c45_config_aneg() function to phy-c45.cMarco Hartmann2019-08-281-1/+1
* | net: phy: force phy suspend when calling phy_stopJian Shen2019-08-291-1/+1
* | net: phy: let phy_speed_down/up support speeds >1GbpsHeiner Kallweit2019-08-141-44/+16
|/
* net: phy: Make use of linkmode_mod_bit helperFuqian Huang2019-07-091-12/+4
* net: phy: remove state PHY_FORCINGHeiner Kallweit2019-06-061-24/+2
* net: phy: allow Clause 45 access via mii ioctlRussell King2019-05-311-9/+24
* net: phy: export phy_queue_state_machineHeiner Kallweit2019-05-311-3/+5
* net: phy: add callback for custom interrupt handler to struct phy_driverHeiner Kallweit2019-05-311-2/+7
* net: phy: enable interrupts when PHY is attached alreadyHeiner Kallweit2019-05-311-14/+22
* net: phy: improve pause mode reporting in phy_print_statusHeiner Kallweit2019-05-071-1/+27
* net: phy: improve resuming from hibernationHeiner Kallweit2019-05-041-6/+1
* net: phy: remove dead code from phy_sanitize_settingsHeiner Kallweit2019-04-191-4/+0
* net: phy: improve handling link_change_notify callbackHeiner Kallweit2019-03-201-4/+4
* net: phy: use genphy_c45_aneg_done in genphy_aneg_doneHeiner Kallweit2019-03-041-8/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-151-9/+7
|\
| * net: phy: fix potential race in the phylib state machineHeiner Kallweit2019-02-141-0/+2
| * net: phy: don't use locking in phy_is_startedHeiner Kallweit2019-02-141-6/+5
| * net: phy: fix interrupt handling in non-started statesHeiner Kallweit2019-02-141-3/+0
* | net: phy: make use of new MMD accessorsHeiner Kallweit2019-02-061-8/+3
* | net: phy: change phy_start_interrupts to phy_request_interruptHeiner Kallweit2019-01-251-12/+11
* | net: phy: start interrupts in phy_startHeiner Kallweit2019-01-251-20/+14
* | net: phy: warn if phy_start is called from invalid stateHeiner Kallweit2019-01-251-2/+9
* | net: phy: start state machine in phy_start onlyHeiner Kallweit2019-01-251-1/+1
* | net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn2019-01-231-6/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-211-12/+7
|\|
| * net: phy: fix too strict check in phy_start_anegHeiner Kallweit2019-01-151-12/+7
* | net: phy: remove phy_stop_interruptsHeiner Kallweit2019-01-181-17/+0
* | net: phy: ensure phylib state machine is stopped after calling phy_stopHeiner Kallweit2019-01-181-0/+1
* | net: phy: remove state PHY_CHANGELINKHeiner Kallweit2019-01-181-2/+0
* | net: phy: don't include asm/irq.h directlyHeiner Kallweit2019-01-171-2/+0
* | net: phy: improve logging in phylibHeiner Kallweit2019-01-171-4/+1
|/
* net: phy: print stack trace in phy_errorHeiner Kallweit2018-12-191-0/+2
* net: phy: improve phy state checkingHeiner Kallweit2018-12-191-13/+21
* net: phy: Fix ioctl handler when modifing MII_ADVERTISEAndrew Lunn2018-12-061-2/+2
* net: phy: improve generic EEE ethtool functionsHeiner Kallweit2018-12-041-5/+10
* net: phy: check if advertising is zero using linkmode_emptyColin Ian King2018-11-131-1/+1
* net: phy: Convert u32 phydev->lp_advertising to linkmodeAndrew Lunn2018-11-111-5/+3