summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* 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
* | net: phy: mscc: improve vsc8514/8584_config_init consistencyAntoine Tenart2020-06-251-4/+8
* | net: phy: mscc: remove useless page configuration in the config initAntoine Tenart2020-06-251-7/+0
* | net: phy: mscc: restore the base page in vsc8514/8584_config_initAntoine Tenart2020-06-251-0/+9
* | net: phy: mscc: do not access the MDIO bus lock directlyAntoine Tenart2020-06-252-18/+18
* | net: phy: mscc: ptp: fix a typo in a commentAntoine Tenart2020-06-251-1/+1
* | net: phy: mscc: ptp: fix a smatch errorAntoine Tenart2020-06-251-0/+1
* | net: phy: mscc: fix a possible double unlockAntoine Tenart2020-06-251-1/+1
* | net: phy: mscc: macsec: fix sparse warningsAntoine Tenart2020-06-251-5/+7
* | net: phy: DP83822: Add setting the fixed internal delayDan Murphy2020-06-251-10/+69
* | net: dp83869: Add RGMII internal delay configurationDan Murphy2020-06-251-3/+50
* | net: phy: Add a helper to return the index for of the internal delayDan Murphy2020-06-251-0/+99
* | net: phylink: only restart AN if the link mode is using in-band ANRussell King2020-06-251-1/+2
* | net: phylink: add phylink_speed_(up|down) interfaceRussell King2020-06-251-0/+48
* | net: phy: mscc: timestamping and PHC supportAntoine Tenart2020-06-243-4/+630
* | net: phy: mscc: 1588 block initializationQuentin Schulz2020-06-245-2/+1552
* | net: phy: mscc: take into account the 1588 block in MACsec initAntoine Tenart2020-06-241-1/+3
* | net: phy: mscc: remove the TR CLK disable magic valueQuentin Schulz2020-06-242-5/+6
* | net: phy: mscc: fix copyright and author information in MACsecAntoine Tenart2020-06-244-6/+6
* | net: phy: Allow mdio buses to auto-probe c45 devicesJeremy Linton2020-06-231-2/+16
* | net: phy: marvell: Add Marvell 88E1548P supportMaxim Kochetkov2020-06-221-0/+23
* | net: phy: marvell: Add Marvell 88E1340S supportMaxim Kochetkov2020-06-221-0/+23
* | net: phy: marvell: use a single style for referencing functionsMaxim Kochetkov2020-06-221-111/+111
* | net: phy: read MMD ID from all present MMDsRussell King2020-06-191-0/+13
* | net: phy: split devices_in_packageRussell King2020-06-193-9/+9
* | net: phy: set devices_in_package only after validationRussell King2020-06-191-7/+9
* | net: phy: add support for probing MMDs >= 8 for devices-in-packageRussell King2020-06-191-2/+38
* | net: phy: reword get_phy_device() kerneldocRussell King2020-06-191-2/+11
* | net: phy: clean up get_phy_c22_id() invalid ID handlingRussell King2020-06-191-6/+8
* | net: phy: clean up get_phy_c45_ids() failure handlingRussell King2020-06-191-12/+10
* | net: phy: clean up PHY ID readingRussell King2020-06-191-16/+9
* | net: phy: clean up cortina workaroundRussell King2020-06-191-15/+13
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-39/+39
* net: dp83869: Reset return variable if PHY strap is readDan Murphy2020-06-061-0/+3
* net: phy: mscc: fix Serdes configuration in vsc8584_config_initAntoine Tenart2020-06-051-2/+2
* net: mscc: Fix OF_MDIO config checkDan Murphy2020-06-052-3/+3
* net: marvell: Fix OF_MDIO config checkDan Murphy2020-06-051-1/+1