summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorLines
2020-03-09net: phy: Add Synopsys DesignWare XPCS MDIO moduleJose Abreu-0/+619
2020-03-09net: phylink: Test if MAC/PCS support AutonegJose Abreu-0/+3
2020-03-09net: phylink: Add missing Backplane speedsJose Abreu-0/+2
2020-03-06net: mdio: add ipq8064 mdio driverAnsuel Smith-0/+175
2020-03-04net: phy: marvell10g: place in powersave mode at probeRussell King-4/+26
2020-03-04net: phy: marvell10g: add energy detect power down tunableRussell King-1/+85
2020-03-04net: phy: marvell10g: add mdix controlRussell King-2/+59
2020-03-03phylink: Improve error message when validate failedHauke Mehrtens-1/+7
2020-03-03net: phy: bcm63xx: fix OOPS due to missing driver nameJonas Gorski-0/+1
2020-03-01net: phy: mscc: add constants for used interrupt mask bitsHeiner Kallweit-2/+8
2020-03-01net: phy: avoid clearing PHY interrupts twice in irq handlerHeiner Kallweit-1/+2
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-10/+16
2020-02-27net: phylink: propagate resolved link config via mac_link_up()Russell King-2/+7
2020-02-27net: phy: marvell10g: read copper results from CSSR1Russell King-52/+89
2020-02-27net: phy: marvell: don't interpret PHY status unless resolvedRussell King-0/+5
2020-02-26net: phy: mscc: fix firmware pathsAntoine Tenart-2/+2
2020-02-26net: phy: mscc: add missing shift for media operation mode selectionAntoine Tenart-3/+3
2020-02-26net: phy: corrected the return value for genphy_check_and_restart_aneg and ge...Sudheesh Mavila-6/+6
2020-02-24mdio_bus: Add generic mdio_find_bus()Jeremy Linton-0/+17
2020-02-23net: phy: Avoid multiple suspendsFlorian Fainelli-2/+3
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-2/+22
2020-02-21net: phy: dp83867: Add speed optimization featureDan Murphy-0/+150
2020-02-19net: phy: broadcom: Wire suspend/resume for BCM54810Florian Fainelli-0/+16
2020-02-19net: phy: broadcom: Have bcm54xx_adjust_rxrefclk() check for flagsFlorian Fainelli-4/+1
2020-02-19net: phy: broadcom: Allow BCM54810 to use bcm54xx_adjust_rxrefclk()Florian Fainelli-1/+2
2020-02-19phy: avoid unnecessary link-up delay in polling modePetr Oros-4/+6
2020-02-18ethtool: Add support for low latency RS FECAya Levin-1/+1
2020-02-18net: phy: broadcom: Fix a typo ("firsly")Jonathan Neuschäfer-2/+2
2020-02-17net: phy: allow bcm84881 to be a moduleRussell King-2/+2
2020-02-16net: phylink: improve initial mac configurationRussell King-2/+34
2020-02-16net: phylink: allow ethtool -A to change flow control advertisementRussell King-0/+18
2020-02-16net: phylink: resolve fixed link flow controlRussell King-39/+31
2020-02-16net: phylink: use phylib resolved flow control modesRussell King-8/+9
2020-02-16net: phylink: ensure manual flow control is selected appropriatelyRussell King-17/+25
2020-02-16net: phylink: remove pause mode ethtool setting for fixed linksRussell King-12/+5
2020-02-16net: add linkmode helper for setting flow control advertisementRussell King-16/+52
2020-02-16net: add helpers to resolve negotiated flow controlRussell King-1/+72
2020-02-16net: phy: restore mdio regs in the iproc mdio driverArun Parameswaran-0/+20
2020-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-0/+18
2020-02-03Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-1/+3
2020-01-31net: phy: at803x: disable vddio regulatorMichael Walle-0/+11
2020-01-31net: mii_timestamper: fix static allocation by PHY driverMichael Walle-0/+7
2020-01-28net: phy: add default ARCH_BCM_IPROC for MDIO_BCM_IPROCScott Branden-0/+1
2020-01-23net: phy: DP83822: Add support for additional DP83825 devicesDan Murphy-3/+12
2020-01-23phy: dp83826: Add phy IDs for DP83826N and 826NCDan Murphy-2/+8
2020-01-21net: phy: add new version of phy_do_ioctlHeiner Kallweit-3/+13
2020-01-21net: phy: rename phy_do_ioctl to phy_do_ioctl_runningHeiner Kallweit-3/+3
2020-01-20net: phy: add generic ndo_do_ioctl handler phy_do_ioctlHeiner Kallweit-0/+15
2020-01-20net: phylink: allow in-band AN for USXGMIIAlex Marginean-0/+1
2020-01-20net: phy: don't crash in phy_read/_write_mmd without a PHY driverAlex Marginean-2/+2