summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-042-8/+8
|\
| * net: dp83867: Fix WoL SecureOn passwordDan Murphy2020-09-031-2/+2
| * net: dp83869: Fix RGMII internal delay configurationDaniel Gorsulowski2020-08-261-6/+6
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-248-21/+21
|/
* net: phy: mscc: Fix a couple of spelling mistakes "spcified" -> "specified"Kaige Li2020-08-201-2/+2
* net: phy: marvell10g: fix null pointer dereferenceMarek BehĂșn2020-08-121-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-041-0/+1
* net: mdio device: use flexible sleeping in reset functionBruno Thomsen2020-08-041-1/+1
* net: mdiobus: add reset-post-delay-us handlingBruno Thomsen2020-08-041-0/+2
* net: mdiobus: use flexible sleeping for reset-delay-usBruno Thomsen2020-08-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-261-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-231-2/+2
* | net: phylink: add interface to configure clause 22 PCS PHYRussell King2020-07-221-0/+37
* | net: phylink: add struct phylink_pcsRussell King2020-07-221-8/+26
* | net: phylink: re-implement interface configuration with PCSRussell King2020-07-221-23/+52
* | net: phylink: in-band pause mode advertisement update for PCSRussell King2020-07-221-4/+51
* | net: phylink: simplify fixed-link case for ksettings_set methodRussell King2020-07-221-11/+20
* | net: phylink: use config.an_enabled in ksettings_set methodRussell King2020-07-221-2/+1
* | net: phylink: simplify phy case for ksettings_set methodRussell King2020-07-221-57/+47
* | net: phylink: simplify ksettings_set() implementationRussell King2020-07-221-13/+12
* | net: phylink: avoid mac_config callsRussell King2020-07-221-2/+4
* | net: phylink: update PCS when changing interface during resolutionRussell King2020-07-221-1/+8
* | net: phylink: ensure link is down when changing interfaceRussell King2020-07-221-1/+11
* | net: phylink: rearrange resolve mac_config() callRussell King2020-07-221-13/+8
* | net: phylink: rejig link state trackingRussell King2020-07-221-7/+7
* | net: phylink: update ethtool reporting for fixed-link modesRussell King2020-07-221-0/+2
* | net: mdio-mux-gpio: use devm_gpiod_get_array()Jisheng Zhang2020-07-221-8/+3
* | net: phy: at803x: add mdix configuration support for AR9331 and AR8035Oleksij Rempel2020-07-201-0/+78
* | net: phy: sfp: Cotsworks SFF module EEPROM fixupChris Healy2020-07-171-0/+44
* | net: phy: continue searching for C45 MMDs even if first returned ffff:ffffVladimir Oltean2020-07-171-1/+2
* | net: phy: realtek: add support for RTL8125B-internal PHYHeiner Kallweit2020-07-151-0/+12
* | net: phy: fix mdio-mscc-miim buildBartosz Golaszewski2020-07-141-0/+1
* | net: phy: mscc: fix ptr_ret.cocci warningskernel test robot2020-07-091-4/+1
* | ethtool: Add support for 100Gbps per lane link modesMeir Lichtinger2020-07-091-1/+16
* | net: phy: Uninline PHY ethtool statistics operationsFlorian Fainelli2020-07-081-0/+48
* | net: phy: Define PHY statistics ethtool_phy_opsFlorian Fainelli2020-07-081-0/+3
* | net: sfp: add error checking with sfp_irq_nameChris Healy2020-07-081-0/+3
* | net: phy: Register ethtool PHY operationsFlorian Fainelli2020-07-081-0/+7
* | net: phy: add a Kconfig option for mdio_devresBartosz Golaszewski2020-07-082-2/+5
* | net: phy: mdio-octeon: Cleanup module loading dependenciesAndrew Lunn2020-07-071-6/+0
* | net: phy: cavium: Improve __iomem messAndrew Lunn2020-07-073-11/+10
* | net: phy: dp83640: Fixup cast to restricted __be16 warningAndrew Lunn2020-07-071-2/+3
* | net: phy: Make phy_10gbit_fec_features_array staticAndrew Lunn2020-07-071-2/+1
* | net: phy: Properly define genphy_c45_driverAndrew Lunn2020-07-071-1/+0
* | net: phy: Fixup parameters in kerneldocAndrew Lunn2020-07-073-8/+9
* | net: phy: at803x: Avoid comparison is always false warningAndrew Lunn2020-07-071-4/+3
* | net: sfp: Unique GPIO interrupt namesChris Healy2020-07-071-1/+6
* | of: mdio: provide devm_of_mdiobus_register()Bartosz Golaszewski2020-07-012-1/+40