aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/phy.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-12net: phy: fix MDIO bus PM PHY resumingHeiner Kallweit1-0/+2
2020-03-01net: phy: avoid clearing PHY interrupts twice in irq handlerHeiner Kallweit1-0/+1
2020-01-21net: phy: add new version of phy_do_ioctlHeiner Kallweit1-0/+1
2020-01-21net: phy: rename phy_do_ioctl to phy_do_ioctl_runningHeiner Kallweit1-1/+1
2020-01-20net: phy: add generic ndo_do_ioctl handler phy_do_ioctlHeiner Kallweit1-0/+1
2020-01-17net: phy: Maintain MDIO device and bus statisticsFlorian Fainelli1-0/+11
2020-01-14net: phy: add MACsec ops in phy_deviceAntoine Tenart1-0/+7
2020-01-14net: macsec: introduce the macsec_context structureAntoine Tenart1-0/+2
2020-01-14net: phy: Added IRQ print to phylink_bringup_phy()Florian Fainelli1-0/+2
2020-01-05net: phy: add PHY_INTERFACE_MODE_10GBASERRussell King1-4/+8
2019-12-25net: Introduce a new MII time stamping interface.Richard Cochran1-31/+10
2019-12-25net: phy: Introduce helper functions for time stamping support.Richard Cochran1-0/+60
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-12-20net: phy: ensure that phy IDs are correctly typedRussell King1-1/+1
2019-12-19net: phy: provide and use genphy_read_status_fixed()Russell King1-0/+1
2019-12-19net: phy: add genphy_check_and_restart_aneg()Russell King1-0/+1
2019-11-25net: phy: add helpers phy_(un)lock_mdio_busHeiner Kallweit1-0/+10
2019-11-23net: phy: remove phy_ethtool_sset()Russell King1-1/+0
2019-11-18net: phy: add core phylib sfp supportRussell King1-0/+11
2019-10-23net: phy: add support for clause 37 auto-negotiationHeiner Kallweit1-0/+4
2019-10-04net: phy: extract pause modeRussell King1-0/+1
2019-10-04net: phy: extract link partner advertisement readingRussell King1-0/+1
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2019-08-27Add genphy_c45_config_aneg() function to phy-c45.cMarco Hartmann1-0/+1
2019-08-17net: phy: remove genphy_config_initHeiner Kallweit1-1/+0
2019-08-13net: phy: let phy_speed_down/up support speeds >1GbpsHeiner Kallweit1-0/+2
2019-08-13net: phy: add phy_speed_down_core and phy_resolve_min_speedHeiner Kallweit1-0/+1
2019-08-11net: phy: add phy_modify_paged_changedHeiner Kallweit1-0/+2
2019-08-11net: phy: prepare phylib to deal with PHY's extending Clause 22Heiner Kallweit1-1/+7
2019-07-12net: phy: make exported variables non-staticDenis Efremov1-0/+3
2019-07-08net: stmmac: enable clause 45 mdio supportKweh Hock Leong1-0/+2
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+1
2019-06-05net: phy: remove state PHY_FORCINGHeiner Kallweit1-11/+0
2019-05-30net: phy: export phy_queue_state_machineHeiner Kallweit1-1/+1
2019-05-30net: phy: add callback for custom interrupt handler to struct phy_driverHeiner Kallweit1-0/+3
2019-05-30net: phy: enable interrupts when PHY is attached alreadyHeiner Kallweit1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-24net: phy: add interface mode PHY_INTERFACE_MODE_USXGMIIHeiner Kallweit1-0/+3
2019-05-04net: phy: improve resuming from hibernationHeiner Kallweit1-8/+1
2019-05-04net: phy: improve pause handlingHeiner Kallweit1-0/+1
2019-04-08net: phy: improve link partner capability detectionHeiner Kallweit1-0/+2
2019-04-03net: phy: fix autoneg mismatch case in genphy_read_statusHeiner Kallweit1-0/+1
2019-04-02net: phy: add genphy_read_abilitiesHeiner Kallweit1-0/+1
2019-03-03net: phy: remove gen10g_no_soft_resetHeiner Kallweit1-1/+0
2019-03-03net: phy: don't export gen10g_read_statusHeiner Kallweit1-1/+0
2019-03-03net: phy: remove gen10g_config_initHeiner Kallweit1-1/+0
2019-03-03net: phy: remove gen10g_suspend and gen10g_resumeHeiner Kallweit1-2/+0
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+8
2019-02-23net: phy: realtek: Dummy IRQ calls for RTL8366RBLinus Walleij1-0/+8
2019-02-23net: phy: add genphy_c45_read_statusHeiner Kallweit1-0/+1