summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy.c
AgeCommit message (Expand)Author
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-08net: phy: Uninline PHY ethtool statistics operationsFlorian Fainelli
2020-06-24net: phy: make phy_disable_interrupts() non-staticJisheng Zhang
2020-05-26net: ethtool: Allow PHY cable test TDR data to configuredAndrew Lunn
2020-05-26net: ethtool: Add generic parts of cable test TDRAndrew Lunn
2020-05-26net: mdiobus: add clause 45 mdiobus accessorsRussell King
2020-05-18net: phy: simplify phy_link_change argumentsDoug Berger
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-13net: phy: fix aneg restart in phy_ethtool_set_eeeHeiner Kallweit
2020-05-10net: phy: Put interface into oper testing during cable testAndrew Lunn
2020-05-10net: ethtool: Add infrastructure for reporting cable test resultsAndrew Lunn
2020-05-10net: phy: Add support for polling cable testAndrew Lunn
2020-05-10net: phy: Add cable test support to state machineAndrew Lunn
2020-05-06ethtool: provide UAPI for PHY master/slave configuration.Oleksij Rempel
2020-03-23net: phy: add and use phy_check_downshiftHeiner Kallweit
2020-03-17net: phy: improve phy_driver callback handle_interruptHeiner Kallweit
2020-03-01net: phy: avoid clearing PHY interrupts twice in irq handlerHeiner Kallweit
2020-01-21net: phy: add new version of phy_do_ioctlHeiner Kallweit
2020-01-21net: phy: rename phy_do_ioctl to phy_do_ioctl_runningHeiner Kallweit
2020-01-20net: phy: add generic ndo_do_ioctl handler phy_do_ioctlHeiner Kallweit
2019-12-25net: Introduce a new MII time stamping interface.Richard Cochran
2019-11-23net: phy: remove phy_ethtool_sset()Russell King
2019-11-18net: phy: add core phylib sfp supportRussell King
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