summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)Author
2020-09-18net: phy: bcm7xxx: request and manage GPHY clockFlorian Fainelli
2020-09-11net: phy: mchp: Add support for LAN8814 QUAD PHYDivya Koppera
2020-09-09net: phy: smsc: LAN8710/20: remove PHY_RST_AFTER_CLK_EN flagMarco Felsch
2020-09-09net: phy: smsc: LAN8710/20: add phy refclk in supportMarco Felsch
2020-09-09net: phy: smsc: simplify config_init callbackMarco Felsch
2020-09-09net: phy: smsc: skip ENERGYON interrupt if disabledMarco Felsch
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-09-03net: phy: dp83867: Fix various styling and space issuesDan Murphy
2020-09-02net: dp83867: Fix WoL SecureOn passwordDan Murphy
2020-08-31net: phylink: consider QSGMII interface mode in phylink_mii_c22_pcs_get_stateIoana Ciornei
2020-08-31net: phylink: add helper function to decode USXGMII wordIoana Ciornei
2020-08-31net: phylink: avoid oops during initialisationRussell King
2020-08-28net: phy: DP83822: Add ability to advertise Fiber connectionDan Murphy
2020-08-28smsc95xx: add phylib supportAndre Edich
2020-08-27net: phy: Sort Kconfig and MakefileAndrew Lunn
2020-08-27net: mdio: Move MDIO drivers into a new subdirectoryAndrew Lunn
2020-08-27net: xgene: Move shared header file into include/linuxAndrew Lunn
2020-08-27net/phy/mdio-i2c: Move header file to include/linux/mdioAndrew Lunn
2020-08-27net: pcs: Move XPCS into new PCS subdirectoryAndrew Lunn
2020-08-26net: phy: mscc: macsec: constify vsc8584_macsec_opsRikard Falkeborn
2020-08-26net: phy: at803x: constify static regulator_opsRikard Falkeborn
2020-08-26net: dp83869: Fix RGMII internal delay configurationDaniel Gorsulowski
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-08-20net: phy: mscc: Fix a couple of spelling mistakes "spcified" -> "specified"Kaige Li
2020-08-19net: phy: dp83640: Use generic helper functionKurt Kanzenbach
2020-08-11net: phy: marvell10g: fix null pointer dereferenceMarek BehĂșn
2020-08-08net: phy: fix memory leak in device-create error pathJohan Hovold
2020-08-03net: phy: mdio-mvusb: select MDIO_DEVRES in KconfigBartosz Golaszewski
2020-08-03net: mdio device: use flexible sleeping in reset functionBruno Thomsen
2020-08-03net: mdiobus: add reset-post-delay-us handlingBruno Thomsen
2020-08-03net: mdiobus: use flexible sleeping for reset-delay-usBruno Thomsen
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-22net: phy: fix check in get_phy_c45_idsVladimir Oltean
2020-07-21net: phylink: add interface to configure clause 22 PCS PHYRussell King
2020-07-21net: phylink: add struct phylink_pcsRussell King
2020-07-21net: phylink: re-implement interface configuration with PCSRussell King
2020-07-21net: phylink: in-band pause mode advertisement update for PCSRussell King
2020-07-21net: phylink: simplify fixed-link case for ksettings_set methodRussell King
2020-07-21net: phylink: use config.an_enabled in ksettings_set methodRussell King
2020-07-21net: phylink: simplify phy case for ksettings_set methodRussell King
2020-07-21net: phylink: simplify ksettings_set() implementationRussell King
2020-07-21net: phylink: avoid mac_config callsRussell King
2020-07-21net: phylink: update PCS when changing interface during resolutionRussell King
2020-07-21net: phylink: ensure link is down when changing interfaceRussell King
2020-07-21net: phylink: rearrange resolve mac_config() callRussell King
2020-07-21net: phylink: rejig link state trackingRussell King
2020-07-21net: phylink: update ethtool reporting for fixed-link modesRussell King
2020-07-21net: mdio-mux-gpio: use devm_gpiod_get_array()Jisheng Zhang