summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | net: phy: reset the PHY even if probe() is not implementedBartosz Golaszewski2020-06-261-11/+12
* | net: phy: arrange headers in phy_device.c alphabeticallyBartosz Golaszewski2020-06-261-15/+15
* | net: phy: arrange headers in mdio_device.c alphabeticallyBartosz Golaszewski2020-06-261-1/+1
* | net: phy: arrange headers in mdio_bus.c alphabeticallyBartosz Golaszewski2020-06-261-16/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-256-53/+58
|\|
| * net: phy: mscc: avoid skcipher API for single block AES encryptionArd Biesheuvel2020-06-252-33/+10
| * net: phy: call phy_disable_interrupts() in phy_init_hw()Jisheng Zhang2020-06-241-0/+4
| * net: phy: make phy_disable_interrupts() non-staticJisheng Zhang2020-06-241-1/+1
| * net: phylink: ensure manual pause mode configuration takes effectRussell King2020-06-231-5/+22
| * net: phylink: fix ethtool -A with attached PHYsRussell King2020-06-231-9/+11
| * net: phy: smsc: fix printing too many logsDejin Zheng2020-06-221-4/+7
| * net: phy: Check harder for errors in get_phy_id()Florian Fainelli2020-06-191-2/+4