summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: sfp: Add tx-fault workaround for Huawei MA5671A SFP ONTMatthew Hagan2022-05-041-1/+11
* net: phy: marvell10g: fix return value on errorBaruch Siach2022-04-261-1/+1
* net: phy: LAN937x: added PHY_POLL_CABLE_TEST flagArun Ramadoss2022-04-151-0/+1
* net: phy: LAN87xx: remove genphy_softreset in config_anegArun Ramadoss2022-04-111-6/+1
* net: phy: micrel: Remove DT option lan8814,ignore-tsHoratiu Vultur2022-04-041-3/+1
* net: phy: micrel: Remove latency from driverHoratiu Vultur2022-04-041-101/+1
* net: phy: broadcom: Fix brcm_fet_config_init()Florian Fainelli2022-03-261-0/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-172-4/+7
|\
| * net: phy: mscc: Add MODULE_FIRMWARE macrosJuerg Haefliger2022-03-171-0/+3
| * net: phy: marvell: Fix invalid comparison in the resume and suspend functionsKurt Cancemi2022-03-141-4/+4
* | net: phy: Kconfig: micrel_phy: fix dependency issueAnders Roxell2022-03-151-0/+1
* | net: sfp: add 2500base-X quirk for Lantech SFP moduleMichael Walle2022-03-151-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-112-12/+21
|\|
| * net: phy: meson-gxl: improve link-up behaviorHeiner Kallweit2022-03-101-1/+7
| * net: phy: DP83822: clear MISR2 register to disable interruptsClément Léger2022-03-101-1/+1
| * net: phy: meson-gxl: fix interrupt handling in forced modeHeiner Kallweit2022-03-051-10/+13
* | net: phy: lan87xx: use genphy_read_master_slave in read_statusArun Ramadoss2022-03-081-29/+1
* | net: phy: exported the genphy_read_master_slave functionArun Ramadoss2022-03-081-10/+9
* | net: phy: micrel: Move netif_rx() outside of IRQ-off section.Sebastian Andrzej Siewior2022-03-071-2/+2
* | net: phy: micrel: Use netif_rx().Sebastian Andrzej Siewior2022-03-071-2/+2
* | micrel: Use generic ptp_msg_is_sync() functionKurt Kanzenbach2022-03-071-12/+1
* | dp83640: Use generic ptp_msg_is_sync() functionKurt Kanzenbach2022-03-071-12/+1
* | net: phy: Use netif_rx().Sebastian Andrzej Siewior2022-03-063-5/+5
* | net: phy: added ethtool master-slave configuration supportArun Ramadoss2022-03-041-0/+90
* | net: phy: added the LAN937x phy supportArun Ramadoss2022-03-041-1/+54
* | net: phy: updated the initialization routine for LAN87xxArun Ramadoss2022-03-041-42/+175
* | net: phy: removed empty lines in LAN87XXArun Ramadoss2022-03-041-4/+0
* | net: phy: used the PHY_ID_MATCH_MODEL macro for LAN87XXArun Ramadoss2022-03-041-3/+4
* | net: phy: used genphy_soft_reset for phy reset in LAN87xxArun Ramadoss2022-03-041-12/+2
* | net: phy: micrel: 1588 support for LAN8814 phyDivya Koppera2022-03-041-22/+1066
* | net: phy: micrel: Fix concurrent register accessDivya Koppera2022-03-041-14/+16
* | net: sfp: use %pe for printing errorsRussell King (Oracle)2022-03-031-18/+30
* | net: phylink: use %pe for printing errorsRussell King (Oracle)2022-03-031-9/+11
* | Merge tag 'spi-remove-void' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jakub Kicinski2022-02-281-3/+1
|\ \
| * | spi: make remove callback a void functionUwe Kleine-König2022-02-091-3/+1
* | | net: phylink: remove phylink_set_pcs()Russell King (Oracle)2022-02-281-32/+12
* | | net: phy: phylink: fix DSA mac_select_pcs() introductionRussell King (Oracle)2022-02-231-3/+11
* | | net: phylink: remove phylink_config's pcs_pollRussell King (Oracle)2022-02-191-2/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-3/+0
|\ \ \ | | |/ | |/|
| * | net: phy: mediatek: remove PHY mode check on MT7531DENG Qingfang2022-02-151-3/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-111-8/+9
|\| |
| * | net: phy: marvell: Fix RGMII Tx/Rx delays setting in 88e1121-compatible PHYsPavel Parkhomenko2022-02-081-4/+6
| * | net: phy: marvell: Fix MDI-x polarity setting in 88e1118-compatible PHYsPavel Parkhomenko2022-02-061-4/+3
* | | net: phylink: remove phylink_set_10g_modes()Russell King (Oracle)2022-02-051-11/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-041-13/+13
|\| |
| * | net: phy: Fix qca8081 with speeds lower than 2.5Gb/sJonathan McDowell2022-02-011-13/+13
| |/
* | phy: make phy_set_max_speed() *void*Sergey Shtylyov2022-01-312-17/+9
* | net: phy: at803x: Support downstream SFP cageRobert Hancock2022-01-271-0/+56
* | net: phy: at803x: add fiber supportRobert Hancock2022-01-271-9/+67
* | net: phy: at803x: move page selection fix to config_initRobert Hancock2022-01-271-24/+16
|/