summaryrefslogtreecommitdiff
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-301-2/+2
|\
| * net: phy: fixed_phy: Fix NULL vs IS_ERR() checking in __fixed_phy_registerMiaoqian Lin2021-12-241-2/+2
* | net: phy: micrel: Add config_init for LAN8814Horatiu Vultur2021-12-241-0/+32
* | net: phy: micrel: Adding interrupt support for Link up/Link down in LAN8814 Q...Divya Koppera2021-12-211-0/+67
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-161-0/+3
|\ \ | |/
| * net: phy: add a note about refcountingRussell King (Oracle)2021-12-131-0/+3
* | net: phylink: add pcs_validate() methodRussell King (Oracle)2021-12-161-0/+31
* | net: phylink: add mac_select_pcs() method to phylink_mac_opsRussell King (Oracle)2021-12-161-9/+59
* | net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-142-6/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-091-0/+1
|\ \ | |/
| * net: phy: Add the missing blank line in the phylink_suspend commentYanteng Si2021-12-071-0/+1
* | net: phy: prefer 1000baseT over 1000baseKXRussell King (Oracle)2021-12-091-1/+1
* | net: phylink: use legacy_pre_march2020Russell King (Oracle)2021-12-091-6/+6
* | net: phylink: tidy up disable bit clearingRussell King2021-12-011-6/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-261-1/+25
|\ \ | |/
| * net: phylink: Force retrigger in case of latched link-fail indicatorRussell King (Oracle)2021-11-241-0/+13
| * net: phylink: Force link down and retrigger resolve on interface changeRussell King (Oracle)2021-11-241-1/+12
* | net: phylink: handle NA interface mode in phylink_fwnode_phy_connect()Russell King (Oracle)2021-11-221-1/+8
* | net: phylink: Add helpers for c22 registers without MDIOSean Anderson2021-11-221-44/+60
* | net: phy: add support for TI DP83561-SP phyHari Nagalla2021-11-191-20/+22
* | net: phylink: add 1000base-KX to phylink_caps_to_linkmodes()Russell King (Oracle)2021-11-191-0/+1
* | net: mdio: Replaced BUG_ON() with WARN()Florian Fainelli2021-11-181-6/+10
* | net: document SMII and correct phylink's new validation mechanismRussell King (Oracle)2021-11-161-1/+1
* | net: phylink: add generic validate implementationRussell King (Oracle)2021-11-151-0/+252
|/
* net: phy: fix duplex out of sync problem while changing settingsHeiner Kallweit2021-11-041-1/+6
* net: phy: microchip_t1: add lan87xx_config_rgmii_delay for lan87xx phyYuiko Oshino2021-11-021-1/+43
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-011-1/+1
|\
| * net: phylink: avoid mvneta warning when setting pause parametersRussell King (Oracle)2021-10-291-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-281-59/+81
|\ \ | |/
| * phy: phy_ethtool_ksettings_set: Lock the PHY while changing settingsAndrew Lunn2021-10-251-1/+3
| * phy: phy_start_aneg: Add an unlocked versionAndrew Lunn2021-10-251-6/+24
| * phy: phy_ethtool_ksettings_set: Move after phy_start_anegAndrew Lunn2021-10-251-53/+53
| * phy: phy_ethtool_ksettings_get: Lock the phy for consistencyAndrew Lunn2021-10-251-0/+2
* | net: phy: microchip_t1: add cable test support for lan87xx phyYuiko Oshino2021-10-281-0/+239
* | net: phy: Fix unsigned comparison with less than zeroJiapeng Chong2021-10-271-1/+1
* | net: phy: fixed warning: Function parameter not describedLuo Jie2021-10-261-0/+1
* | net: phylink: use supported_interfaces for phylink validationRussell King (Oracle)2021-10-261-0/+36
* | net: phy: add qca8081 cdt featureLuo Jie2021-10-251-3/+191
* | net: phy: adjust qca8081 master/slave seed value if link downLuo Jie2021-10-251-0/+16
* | net: phy: add qca8081 soft_reset and enable master/slave seedLuo Jie2021-10-251-0/+48
* | net: phy: add qca8081 config_initLuo Jie2021-10-251-0/+107
* | net: phy: add genphy_c45_fast_retrainLuo Jie2021-10-251-0/+34
* | net: phy: add qca8081 config_anegLuo Jie2021-10-251-1/+25
* | net: phy: add qca8081 get_featuresLuo Jie2021-10-251-0/+10
* | net: phy: add qca8081 read_statusLuo Jie2021-10-251-22/+73
* | net: phy: add qca8081 ethernet phy driverLuo Jie2021-10-251-1/+16
* | net: phy: at803x: use GENMASK() for speed statusLuo Jie2021-10-251-5/+5
* | net: phy: at803x: improve the WOL featureLuo Jie2021-10-251-7/+38
* | net: phy: at803x: use phy_modify()Luo Jie2021-10-251-6/+2
* | net: phy: at803x: replace AT803X_DEVICE_ADDR with MDIO_MMD_PCSLuo Jie2021-10-251-3/+3