summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2020-09-28net: phy: dp83869: Add speed optimization featureDan Murphy1-0/+116
2020-09-28net: phy: dp83869: support Wake on LANDan Murphy1-0/+176
2020-09-24net: phy: Document core PHY structuresAndrew Lunn2-2/+99
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-6/+7
2020-09-22net: phy: bcm7xxx: Add an entry for BCM72113Florian Fainelli1-0/+2
2020-09-22net: phy: realtek: enable ALDPS to save power for RTL8211FJisheng Zhang1-0/+9
2020-09-20net: phy: dp83822: Update the fiber advertisement for speedDan Murphy1-3/+10
2020-09-20net: dp83869: Add ability to advertise Fiber connectionDan Murphy1-0/+73
2020-09-20ethtool: Add 100base-FX link mode entriesDan Murphy1-1/+3
2020-09-19net: phy: bcm7xxx: request and manage GPHY clockFlorian Fainelli1-1/+29
2020-09-18net: phy: Do not warn in phy_stop() on PHY_DOWNFlorian Fainelli1-1/+1
2020-09-18net: phy: Avoid NPD upon phy_detach() when driver is unboundFlorian Fainelli1-1/+2
2020-09-12net: phy: mchp: Add support for LAN8814 QUAD PHYDivya Koppera1-0/+14
2020-09-10net: phy: call phy_disable_interrupts() in phy_attach_direct() insteadYoshihiro Shimoda1-4/+4
2020-09-10net: phy: smsc: LAN8710/20: remove PHY_RST_AFTER_CLK_EN flagMarco Felsch1-1/+0
2020-09-10net: phy: smsc: LAN8710/20: add phy refclk in supportMarco Felsch1-0/+25
2020-09-10net: phy: smsc: simplify config_init callbackMarco Felsch1-8/+10
2020-09-10net: phy: smsc: skip ENERGYON interrupt if disabledMarco Felsch1-4/+11
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-29/+29
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-8/+8
2020-09-04net: phy: dp83867: Fix various styling and space issuesDan Murphy1-24/+21
2020-09-03net: dp83867: Fix WoL SecureOn passwordDan Murphy1-2/+2
2020-08-31net: phylink: consider QSGMII interface mode in phylink_mii_c22_pcs_get_stateIoana Ciornei1-0/+1
2020-08-31net: phylink: add helper function to decode USXGMII wordIoana Ciornei1-0/+43
2020-08-31net: phylink: avoid oops during initialisationRussell King1-1/+3
2020-08-28net: phy: DP83822: Add ability to advertise Fiber connectionDan Murphy1-7/+218
2020-08-28smsc95xx: add phylib supportAndre Edich1-0/+67
2020-08-27net: phy: Sort Kconfig and MakefileAndrew Lunn2-87/+87
2020-08-27net: mdio: Move MDIO drivers into a new subdirectoryAndrew Lunn26-5081/+1
2020-08-27net: xgene: Move shared header file into include/linuxAndrew Lunn2-131/+1
2020-08-27net/phy/mdio-i2c: Move header file to include/linux/mdioAndrew Lunn3-19/+2
2020-08-27net: pcs: Move XPCS into new PCS subdirectoryAndrew Lunn3-723/+0
2020-08-27net: phy: mscc: macsec: constify vsc8584_macsec_opsRikard Falkeborn1-1/+1
2020-08-27net: phy: at803x: constify static regulator_opsRikard Falkeborn1-2/+2
2020-08-26net: dp83869: Fix RGMII internal delay configurationDaniel Gorsulowski1-6/+6
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva8-21/+21
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-08-20net: phy: mscc: Fix a couple of spelling mistakes "spcified" -> "specified"Kaige Li1-2/+2
2020-08-20net: phy: dp83640: Use generic helper functionKurt Kanzenbach1-54/+16
2020-08-12net: phy: marvell10g: fix null pointer dereferenceMarek BehĂșn1-11/+7
2020-08-09net: phy: fix memory leak in device-create error pathJohan Hovold1-4/+4
2020-08-04net: phy: mdio-mvusb: select MDIO_DEVRES in KconfigBartosz Golaszewski1-0/+1
2020-08-04net: mdio device: use flexible sleeping in reset functionBruno Thomsen1-1/+1
2020-08-04net: mdiobus: add reset-post-delay-us handlingBruno Thomsen1-0/+2
2020-08-04net: mdiobus: use flexible sleeping for reset-delay-usBruno Thomsen1-1/+1
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+4
2020-07-23net: phy: fix check in get_phy_c45_idsVladimir Oltean1-2/+2
2020-07-22net: phylink: add interface to configure clause 22 PCS PHYRussell King1-0/+37
2020-07-22net: phylink: add struct phylink_pcsRussell King1-8/+26
2020-07-22net: phylink: re-implement interface configuration with PCSRussell King1-23/+52