summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net: phy: smsc: LAN8710/20: remove PHY_RST_AFTER_CLK_EN flagMarco Felsch2020-09-091-1/+0
* net: phy: smsc: LAN8710/20: add phy refclk in supportMarco Felsch2020-09-091-0/+25
* net: phy: smsc: simplify config_init callbackMarco Felsch2020-09-091-8/+10
* net: phy: smsc: skip ENERGYON interrupt if disabledMarco Felsch2020-09-091-4/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-0410-29/+29
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-032-8/+8
| |\
| | * net: dp83867: Fix WoL SecureOn passwordDan Murphy2020-09-021-2/+2
| | * net: dp83869: Fix RGMII internal delay configurationDaniel Gorsulowski2020-08-261-6/+6
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-238-21/+21
| |/
* | net: phy: dp83867: Fix various styling and space issuesDan Murphy2020-09-031-24/+21
* | net: phylink: consider QSGMII interface mode in phylink_mii_c22_pcs_get_stateIoana Ciornei2020-08-311-0/+1
* | net: phylink: add helper function to decode USXGMII wordIoana Ciornei2020-08-311-0/+43
* | net: phylink: avoid oops during initialisationRussell King2020-08-311-1/+3
* | net: phy: DP83822: Add ability to advertise Fiber connectionDan Murphy2020-08-281-7/+218
* | smsc95xx: add phylib supportAndre Edich2020-08-281-0/+67
* | net: phy: Sort Kconfig and MakefileAndrew Lunn2020-08-272-87/+87
* | net: mdio: Move MDIO drivers into a new subdirectoryAndrew Lunn2020-08-2726-5081/+1
* | net: xgene: Move shared header file into include/linuxAndrew Lunn2020-08-272-131/+1
* | net/phy/mdio-i2c: Move header file to include/linux/mdioAndrew Lunn2020-08-273-19/+2
* | net: pcs: Move XPCS into new PCS subdirectoryAndrew Lunn2020-08-273-723/+0
* | net: phy: mscc: macsec: constify vsc8584_macsec_opsRikard Falkeborn2020-08-261-1/+1
* | net: phy: at803x: constify static regulator_opsRikard Falkeborn2020-08-261-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-231-2/+2
|\|
| * net: phy: mscc: Fix a couple of spelling mistakes "spcified" -> "specified"Kaige Li2020-08-201-2/+2
* | net: phy: dp83640: Use generic helper functionKurt Kanzenbach2020-08-191-54/+16
|/
* net: phy: marvell10g: fix null pointer dereferenceMarek BehĂșn2020-08-111-11/+7
* net: phy: fix memory leak in device-create error pathJohan Hovold2020-08-081-4/+4
* net: phy: mdio-mvusb: select MDIO_DEVRES in KconfigBartosz Golaszewski2020-08-031-0/+1
* net: mdio device: use flexible sleeping in reset functionBruno Thomsen2020-08-031-1/+1
* net: mdiobus: add reset-post-delay-us handlingBruno Thomsen2020-08-031-0/+2
* net: mdiobus: use flexible sleeping for reset-delay-usBruno Thomsen2020-08-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-0/+4
|\
| * net: dp83640: fix SIOCSHWTSTAMP to update the struct with actual configurationSergey Organov2020-07-161-0/+4
* | net: phy: fix check in get_phy_c45_idsVladimir Oltean2020-07-221-2/+2
* | net: phylink: add interface to configure clause 22 PCS PHYRussell King2020-07-211-0/+37
* | net: phylink: add struct phylink_pcsRussell King2020-07-211-8/+26
* | net: phylink: re-implement interface configuration with PCSRussell King2020-07-211-23/+52
* | net: phylink: in-band pause mode advertisement update for PCSRussell King2020-07-211-4/+51
* | net: phylink: simplify fixed-link case for ksettings_set methodRussell King2020-07-211-11/+20
* | net: phylink: use config.an_enabled in ksettings_set methodRussell King2020-07-211-2/+1
* | net: phylink: simplify phy case for ksettings_set methodRussell King2020-07-211-57/+47
* | net: phylink: simplify ksettings_set() implementationRussell King2020-07-211-13/+12
* | net: phylink: avoid mac_config callsRussell King2020-07-211-2/+4
* | net: phylink: update PCS when changing interface during resolutionRussell King2020-07-211-1/+8
* | net: phylink: ensure link is down when changing interfaceRussell King2020-07-211-1/+11
* | net: phylink: rearrange resolve mac_config() callRussell King2020-07-211-13/+8
* | net: phylink: rejig link state trackingRussell King2020-07-211-7/+7
* | net: phylink: update ethtool reporting for fixed-link modesRussell King2020-07-211-0/+2
* | net: mdio-mux-gpio: use devm_gpiod_get_array()Jisheng Zhang2020-07-211-8/+3
* | net: phy: at803x: add mdix configuration support for AR9331 and AR8035Oleksij Rempel2020-07-191-0/+78