aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-29net: phy: realtek: fix rtl8211e rx/tx delay configWilly Liu1-15/+16
2020-09-27mdio: fix mdio-thunder.c dependency & build errorRandy Dunlap1-0/+1
2020-09-17net: phy: Do not warn in phy_stop() on PHY_DOWNFlorian Fainelli1-1/+1
2020-09-17net: phy: Avoid NPD upon phy_detach() when driver is unboundFlorian Fainelli1-1/+2
2020-09-10net: phy: call phy_disable_interrupts() in phy_attach_direct() insteadYoshihiro Shimoda1-4/+4
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-8/+8
2020-09-02net: dp83867: Fix WoL SecureOn passwordDan Murphy1-2/+2
2020-08-26net: dp83869: Fix RGMII internal delay configurationDaniel Gorsulowski1-6/+6
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva8-21/+21
2020-08-20net: phy: mscc: Fix a couple of spelling mistakes "spcified" -> "specified"Kaige Li1-2/+2
2020-08-11net: phy: marvell10g: fix null pointer dereferenceMarek BehĂșn1-11/+7
2020-08-08net: phy: fix memory leak in device-create error pathJohan Hovold1-4/+4
2020-08-03net: phy: mdio-mvusb: select MDIO_DEVRES in KconfigBartosz Golaszewski1-0/+1
2020-08-03net: mdio device: use flexible sleeping in reset functionBruno Thomsen1-1/+1
2020-08-03net: mdiobus: add reset-post-delay-us handlingBruno Thomsen1-0/+2
2020-08-03net: mdiobus: use flexible sleeping for reset-delay-usBruno Thomsen1-1/+1
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+4
2020-07-22net: phy: fix check in get_phy_c45_idsVladimir Oltean1-2/+2
2020-07-21net: phylink: add interface to configure clause 22 PCS PHYRussell King1-0/+37
2020-07-21net: phylink: add struct phylink_pcsRussell King1-8/+26
2020-07-21net: phylink: re-implement interface configuration with PCSRussell King1-23/+52
2020-07-21net: phylink: in-band pause mode advertisement update for PCSRussell King1-4/+51
2020-07-21net: phylink: simplify fixed-link case for ksettings_set methodRussell King1-11/+20
2020-07-21net: phylink: use config.an_enabled in ksettings_set methodRussell King1-2/+1
2020-07-21net: phylink: simplify phy case for ksettings_set methodRussell King1-57/+47
2020-07-21net: phylink: simplify ksettings_set() implementationRussell King1-13/+12
2020-07-21net: phylink: avoid mac_config callsRussell King1-2/+4
2020-07-21net: phylink: update PCS when changing interface during resolutionRussell King1-1/+8
2020-07-21net: phylink: ensure link is down when changing interfaceRussell King1-1/+11
2020-07-21net: phylink: rearrange resolve mac_config() callRussell King1-13/+8
2020-07-21net: phylink: rejig link state trackingRussell King1-7/+7
2020-07-21net: phylink: update ethtool reporting for fixed-link modesRussell King1-0/+2
2020-07-21net: mdio-mux-gpio: use devm_gpiod_get_array()Jisheng Zhang1-8/+3
2020-07-19net: phy: at803x: add mdix configuration support for AR9331 and AR8035Oleksij Rempel1-0/+78
2020-07-17net: phy: sfp: Cotsworks SFF module EEPROM fixupChris Healy1-0/+44
2020-07-17net: phy: continue searching for C45 MMDs even if first returned ffff:ffffVladimir Oltean1-1/+2
2020-07-16net: dp83640: fix SIOCSHWTSTAMP to update the struct with actual configurationSergey Organov1-0/+4
2020-07-14net: phy: realtek: add support for RTL8125B-internal PHYHeiner Kallweit1-0/+12
2020-07-13net: phy: fix mdio-mscc-miim buildBartosz Golaszewski1-0/+1
2020-07-09net: phy: mscc: fix ptr_ret.cocci warningskernel test robot1-4/+1
2020-07-08ethtool: Add support for 100Gbps per lane link modesMeir Lichtinger1-1/+16
2020-07-08net: phy: Uninline PHY ethtool statistics operationsFlorian Fainelli1-0/+48
2020-07-08net: phy: Define PHY statistics ethtool_phy_opsFlorian Fainelli1-0/+3
2020-07-07net: sfp: add error checking with sfp_irq_nameChris Healy1-0/+3
2020-07-07net: phy: Register ethtool PHY operationsFlorian Fainelli1-0/+7
2020-07-07net: phy: add a Kconfig option for mdio_devresBartosz Golaszewski2-2/+5
2020-07-07net: phy: mdio-octeon: Cleanup module loading dependenciesAndrew Lunn1-6/+0
2020-07-07net: phy: cavium: Improve __iomem messAndrew Lunn3-11/+10
2020-07-07net: phy: dp83640: Fixup cast to restricted __be16 warningAndrew Lunn1-2/+3
2020-07-07net: phy: Make phy_10gbit_fec_features_array staticAndrew Lunn1-2/+1