summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2022-05-03net: sfp: Add tx-fault workaround for Huawei MA5671A SFP ONTMatthew Hagan1-1/+11
2022-04-26net: phy: marvell10g: fix return value on errorBaruch Siach1-1/+1
2022-04-15net: phy: LAN937x: added PHY_POLL_CABLE_TEST flagArun Ramadoss1-0/+1
2022-04-11net: phy: LAN87xx: remove genphy_softreset in config_anegArun Ramadoss1-6/+1
2022-04-04net: phy: micrel: Remove DT option lan8814,ignore-tsHoratiu Vultur1-3/+1
2022-04-04net: phy: micrel: Remove latency from driverHoratiu Vultur1-101/+1
2022-03-25net: phy: broadcom: Fix brcm_fet_config_init()Florian Fainelli1-0/+21
2022-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+7
2022-03-17net: phy: mscc: Add MODULE_FIRMWARE macrosJuerg Haefliger1-0/+3
2022-03-15net: phy: Kconfig: micrel_phy: fix dependency issueAnders Roxell1-0/+1
2022-03-15net: sfp: add 2500base-X quirk for Lantech SFP moduleMichael Walle1-0/+6
2022-03-14net: phy: marvell: Fix invalid comparison in the resume and suspend functionsKurt Cancemi1-4/+4
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-12/+21
2022-03-10net: phy: meson-gxl: improve link-up behaviorHeiner Kallweit1-1/+7
2022-03-10net: phy: DP83822: clear MISR2 register to disable interruptsClément Léger1-1/+1
2022-03-08net: phy: lan87xx: use genphy_read_master_slave in read_statusArun Ramadoss1-29/+1
2022-03-08net: phy: exported the genphy_read_master_slave functionArun Ramadoss1-10/+9
2022-03-07net: phy: micrel: Move netif_rx() outside of IRQ-off section.Sebastian Andrzej Siewior1-2/+2
2022-03-07net: phy: micrel: Use netif_rx().Sebastian Andrzej Siewior1-2/+2
2022-03-07micrel: Use generic ptp_msg_is_sync() functionKurt Kanzenbach1-12/+1
2022-03-07dp83640: Use generic ptp_msg_is_sync() functionKurt Kanzenbach1-12/+1
2022-03-06net: phy: Use netif_rx().Sebastian Andrzej Siewior3-5/+5
2022-03-04net: phy: meson-gxl: fix interrupt handling in forced modeHeiner Kallweit1-10/+13
2022-03-04net: phy: added ethtool master-slave configuration supportArun Ramadoss1-0/+90
2022-03-04net: phy: added the LAN937x phy supportArun Ramadoss1-1/+54
2022-03-04net: phy: updated the initialization routine for LAN87xxArun Ramadoss1-42/+175
2022-03-04net: phy: removed empty lines in LAN87XXArun Ramadoss1-4/+0
2022-03-04net: phy: used the PHY_ID_MATCH_MODEL macro for LAN87XXArun Ramadoss1-3/+4
2022-03-04net: phy: used genphy_soft_reset for phy reset in LAN87xxArun Ramadoss1-12/+2
2022-03-04net: phy: micrel: 1588 support for LAN8814 phyDivya Koppera1-22/+1066
2022-03-04net: phy: micrel: Fix concurrent register accessDivya Koppera1-14/+16
2022-03-02net: sfp: use %pe for printing errorsRussell King (Oracle)1-18/+30
2022-03-02net: phylink: use %pe for printing errorsRussell King (Oracle)1-9/+11
2022-02-28Merge tag 'spi-remove-void' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jakub Kicinski1-3/+1
2022-02-28net: phylink: remove phylink_set_pcs()Russell King (Oracle)1-32/+12
2022-02-22net: phy: phylink: fix DSA mac_select_pcs() introductionRussell King (Oracle)1-3/+11
2022-02-19net: phylink: remove phylink_config's pcs_pollRussell King (Oracle)1-2/+1
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+0
2022-02-15net: phy: mediatek: remove PHY mode check on MT7531DENG Qingfang1-3/+0
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+9
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-3/+1
2022-02-07net: phy: marvell: Fix RGMII Tx/Rx delays setting in 88e1121-compatible PHYsPavel Parkhomenko1-4/+6
2022-02-06net: phy: marvell: Fix MDI-x polarity setting in 88e1118-compatible PHYsPavel Parkhomenko1-4/+3
2022-02-05net: phylink: remove phylink_set_10g_modes()Russell King (Oracle)1-11/+0
2022-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-13/+13
2022-02-01net: phy: Fix qca8081 with speeds lower than 2.5Gb/sJonathan McDowell1-13/+13
2022-01-31phy: make phy_set_max_speed() *void*Sergey Shtylyov2-17/+9
2022-01-27net: phy: at803x: Support downstream SFP cageRobert Hancock1-0/+56
2022-01-27net: phy: at803x: add fiber supportRobert Hancock1-9/+67
2022-01-27net: phy: at803x: move page selection fix to config_initRobert Hancock1-24/+16