summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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-141-0/+12
* | net: phy: fix mdio-mscc-miim buildBartosz Golaszewski2020-07-131-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-081-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-071-0/+3
* | net: phy: Register ethtool PHY operationsFlorian Fainelli2020-07-071-0/+7
* | net: phy: add a Kconfig option for mdio_devresBartosz Golaszewski2020-07-072-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-06-302-1/+40
* | net: phy: don't abuse devres in devm_mdiobus_register()Bartosz Golaszewski2020-06-302-79/+77
* | phy: mdio: add kerneldoc for __devm_mdiobus_register()Bartosz Golaszewski2020-06-301-0/+7
* | phy: un-inline devm_mdiobus_register()Bartosz Golaszewski2020-06-302-1/+19
* | net: phy: marvell10g: support XFI rate matching modeBaruch Siach2020-06-291-0/+22
* | net: phy: mdio: reset MDIO devices even if probe() is not implementedBartosz Golaszewski2020-06-261-7/+6