summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)Author
2022-06-21net: phy: make phy_error() report which PHY has failedRussell King
2022-06-21net: phy: marvell10g: allow PHY to probe without firmwareRussell King
2022-06-21net: phy: provide phy driver start/stop hooksRussell King
2022-06-21net: phy: marvell*: add support for hw resolved pause modesRussell King
2022-06-21net: phy: add resolved pause support [*not for mainline*]Russell King
2022-06-21net: phy: marvell10g: add support for configuring LEDsRussell King
2022-06-21net: phy: add helpers for comparing phy IDsRussell King
2022-06-21net: remove calls to phylink_generic_validate()Russell King (Oracle)
2022-06-21net: phylink: add QSGMII support to phylink_mii_c22_pcs_encode_advertisement()Russell King (Oracle)
2022-06-21net: phylink: rename phylink_sfp_config()Russell King (Oracle)
2022-06-21net: phylink: use phy_interface_t bitmaps for optical modulesRussell King
2022-06-21net: sfp: augment SFP parsing with phy_interface_t bitmapRussell King
2022-06-21net: phylink: add ability to validate a set of interface modesRussell King (Oracle)
2022-06-21net: phylink: require supported_interfaces to be filledRussell King (Oracle)
2022-06-21net: phylink: remove legacy mac_an_restart() methodRussell King (Oracle)
2022-06-21net: mdio: add unlocked mdiobus and mdiodev bus accessorsRussell King (Oracle)
2022-06-21net: phylink: add pcs_pre_config()/pcs_post_config() methodsRussell King (Oracle)
2022-06-21net: phylink: add pcs_enable()/pcs_disable() methodsRussell King (Oracle)
2022-06-21net: phylink: disable PCS polling over major configurationRussell King (Oracle)
2022-06-21net: phylink: remove pcs_ops memberRussell King (Oracle)
2022-06-21net: phylink: add phylink_pcs_inband()Russell King (Oracle)
2022-06-21net: phylink: fix SGMII inband autoneg enableRussell King (Oracle)
2022-06-21net: phylink: add phylink_set_fixed_link()Russell King (Oracle)
2022-06-18net: phy: marvell: use mii_bmcr_encode_fixed()Russell King (Oracle)
2022-06-18net: phy: use mii_bmcr_encode_fixed()Russell King (Oracle)
2022-05-23net: phylink: remove phylink_helper_basex_speed()Russell King (Oracle)
2022-05-10net: phy: micrel: Fix incorrect variable type in micrelWan Jiabing
2022-05-09net: phy: Fix race condition on link status changeFrancesco Dolcini
2022-05-05net: phy: micrel: Pass .probe for KS8737Fabio Estevam
2022-05-05net: phy: micrel: Do not use kszphy_suspend/resume for KSZ8061Fabio Estevam
2022-05-03net: sfp: Add tx-fault workaround for Huawei MA5671A SFP ONTMatthew Hagan
2022-04-26net: phy: marvell10g: fix return value on errorBaruch Siach
2022-04-15net: phy: LAN937x: added PHY_POLL_CABLE_TEST flagArun Ramadoss
2022-04-11net: phy: LAN87xx: remove genphy_softreset in config_anegArun Ramadoss
2022-04-04net: phy: micrel: Remove DT option lan8814,ignore-tsHoratiu Vultur
2022-04-04net: phy: micrel: Remove latency from driverHoratiu Vultur
2022-03-25net: phy: broadcom: Fix brcm_fet_config_init()Florian Fainelli
2022-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-17net: phy: mscc: Add MODULE_FIRMWARE macrosJuerg Haefliger
2022-03-15net: phy: Kconfig: micrel_phy: fix dependency issueAnders Roxell
2022-03-15net: sfp: add 2500base-X quirk for Lantech SFP moduleMichael Walle
2022-03-14net: phy: marvell: Fix invalid comparison in the resume and suspend functionsKurt Cancemi
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-10net: phy: meson-gxl: improve link-up behaviorHeiner Kallweit
2022-03-10net: phy: DP83822: clear MISR2 register to disable interruptsClément Léger
2022-03-08net: phy: lan87xx: use genphy_read_master_slave in read_statusArun Ramadoss
2022-03-08net: phy: exported the genphy_read_master_slave functionArun Ramadoss
2022-03-07net: phy: micrel: Move netif_rx() outside of IRQ-off section.Sebastian Andrzej Siewior
2022-03-07net: phy: micrel: Use netif_rx().Sebastian Andrzej Siewior
2022-03-07micrel: Use generic ptp_msg_is_sync() functionKurt Kanzenbach