aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-16net: phy: check for implementation of both callbacks in phy_drv_supports_irqHeiner Kallweit1-1/+1
2018-11-15net: phy: icplus: add config_intr callbackHeiner Kallweit1-7/+16
2018-11-12net: phy: check if advertising is zero using linkmode_emptyColin Ian King1-1/+1
2018-11-11net: phy: marvell: remove set but not used variable 'pause'YueHaibing1-2/+0
2018-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+16
2018-11-11net: phy: Add support for resolving 5G and 2.5G autonegAndrew Lunn1-0/+8
2018-11-11net: phy: Add more link modes to the settings tableAndrew Lunn1-4/+158
2018-11-11net: phy: Convert u32 phydev->lp_advertising to linkmodeAndrew Lunn8-39/+35
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn12-193/+338
2018-11-11net: phy: remove states PHY_STARTING and PHY_PENDINGHeiner Kallweit1-7/+0
2018-11-11net: phy: realtek: use new PHYID matching macrosHeiner Kallweit1-19/+10
2018-11-11net: phy: improve and inline phy_changeHeiner Kallweit1-32/+15
2018-11-11net: phy: simplify phy_mac_interrupt and related functionsHeiner Kallweit2-14/+1
2018-11-11net: phy: don't set state PHY_CHANGELINK in phy_changeHeiner Kallweit1-8/+0
2018-11-11net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit28-118/+4
2018-11-11net: phy: replace PHY_HAS_INTERRUPT with a check for config_intr and ack_interruptHeiner Kallweit1-2/+6
2018-11-09net: phy: leds: Don't make our own link speed namesKyle Roeschley1-13/+2
2018-11-09net: phy: improve struct phy_device member interrupts handlingHeiner Kallweit1-2/+2
2018-11-08net: phy: use phy_check_link_status in more places in the state machineHeiner Kallweit1-48/+5
2018-11-08net: phy: remove state PHY_ANHeiner Kallweit1-27/+0
2018-11-08net: phy: add phy_check_link_statusHeiner Kallweit1-30/+40
2018-11-08net: phy: remove useless check in state machine case PHY_RESUMINGHeiner Kallweit1-12/+1
2018-11-08net: phy: remove useless check in state machine case PHY_NOLINKHeiner Kallweit1-11/+0
2018-11-07net: phy: realtek: load driver for all PHYs with a Realtek OUIHeiner Kallweit1-9/+2
2018-11-07net: phy: make phy_trigger_machine staticHeiner Kallweit1-21/+12
2018-11-07net: phy: bcm7xxx: Add entry for BCM7255Justin Chen1-0/+2
2018-11-06net: phy: Allow BCM54616S PHY to setup internal TX/RX clock delayTao Ren1-2/+16
2018-11-04net: phy: realtek: fix RTL8201F sysfs nameHolger Hoffstätte1-1/+1
2018-10-25net: phy: genphy_10g_driver: Avoid NULL pointer dereferenceAndrew Lunn1-1/+1
2018-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds20-367/+1997
2018-10-23Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-7/+4
2018-10-22net: phy: phy_support_sym_pause: Clear Asym PauseAndrew Lunn1-0/+1
2018-10-21net: phy: mdio-mux-bcm-iproc: simplify getting .driver_dataWolfram Sang1-4/+2
2018-10-19net: phy: micrel: add Microchip KSZ9131 initial driverYuiko Oshino1-1/+129
2018-10-17net: phy: mscc: fix memory leak in vsc8574_config_pre_initGustavo A. R. Silva1-1/+1
2018-10-17net: phy: mscc: fix signedness bug in vsc85xx_downshift_getGustavo A. R. Silva1-1/+1
2018-10-15net: phy: merge phy_start_aneg and phy_start_aneg_privHeiner Kallweit1-18/+3
2018-10-15net: phy: simplify handling of PHY_RESUMING in state machineHeiner Kallweit1-29/+14
2018-10-15net: phy: improve handling of PHY_RUNNING in state machineHeiner Kallweit1-20/+9
2018-10-15net: phy: trigger state machine immediately in phy_start_machineHeiner Kallweit1-1/+1
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+0
2018-10-11net: phy: sfp: remove sfp_mutex's definitionSebastian Andrzej Siewior1-2/+0
2018-10-08net: phy: mscc: add support for VSC8574 PHYQuentin Schulz1-1/+319
2018-10-08net: phy: mscc: add support for VSC8584 PHYQuentin Schulz1-0/+747
2018-10-08net: phy: mscc: remove unneeded temporary variableQuentin Schulz1-8/+4
2018-10-08net: phy: mscc: shorten `x != 0` condition to `x`Quentin Schulz1-4/+4
2018-10-08net: phy: mscc: remove unneeded parenthesisQuentin Schulz1-1/+1
2018-10-08net: phy: mscc: Add EEE init sequenceRaju Lakkaraju1-0/+65
2018-10-08net: phy: mscc: add ethtool statistics countersRaju Lakkaraju1-0/+119
2018-10-08net: phy: mscc: migrate to phy_select/restore_page functionsQuentin Schulz1-84/+62