aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-04net: phy: marvell10g: place in powersave mode at probeRussell King1-4/+26
2020-03-04net: phy: marvell10g: add energy detect power down tunableRussell King1-1/+85
2020-03-04net: phy: marvell10g: add mdix controlRussell King1-2/+59
2020-03-01net: phy: mscc: add constants for used interrupt mask bitsHeiner Kallweit1-2/+8
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-10/+16
2020-02-27net: phylink: propagate resolved link config via mac_link_up()Russell King1-2/+7
2020-02-27net: phy: marvell10g: read copper results from CSSR1Russell King1-52/+89
2020-02-27net: phy: marvell: don't interpret PHY status unless resolvedRussell King1-0/+5
2020-02-26net: phy: mscc: fix firmware pathsAntoine Tenart1-2/+2
2020-02-26net: phy: mscc: add missing shift for media operation mode selectionAntoine Tenart1-3/+3
2020-02-26net: phy: corrected the return value for genphy_check_and_restart_aneg and genphy_c45_check_and_restart_anegSudheesh Mavila2-6/+6
2020-02-24mdio_bus: Add generic mdio_find_bus()Jeremy Linton1-0/+17
2020-02-23net: phy: Avoid multiple suspendsFlorian Fainelli1-2/+3
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+22
2020-02-21net: phy: dp83867: Add speed optimization featureDan Murphy1-0/+150
2020-02-19net: phy: broadcom: Wire suspend/resume for BCM54810Florian Fainelli1-0/+16
2020-02-19net: phy: broadcom: Have bcm54xx_adjust_rxrefclk() check for flagsFlorian Fainelli1-4/+1
2020-02-19net: phy: broadcom: Allow BCM54810 to use bcm54xx_adjust_rxrefclk()Florian Fainelli1-1/+2
2020-02-19phy: avoid unnecessary link-up delay in polling modePetr Oros2-4/+6
2020-02-18ethtool: Add support for low latency RS FECAya Levin1-1/+1
2020-02-18net: phy: broadcom: Fix a typo ("firsly")Jonathan Neuschäfer1-2/+2
2020-02-17net: phy: allow bcm84881 to be a moduleRussell King1-2/+2
2020-02-16net: phylink: improve initial mac configurationRussell King1-2/+34
2020-02-16net: phylink: allow ethtool -A to change flow control advertisementRussell King1-0/+18
2020-02-16net: phylink: resolve fixed link flow controlRussell King1-39/+31
2020-02-16net: phylink: use phylib resolved flow control modesRussell King1-8/+9
2020-02-16net: phylink: ensure manual flow control is selected appropriatelyRussell King1-17/+25
2020-02-16net: phylink: remove pause mode ethtool setting for fixed linksRussell King1-12/+5
2020-02-16net: add linkmode helper for setting flow control advertisementRussell King2-16/+52
2020-02-16net: add helpers to resolve negotiated flow controlRussell King3-1/+72
2020-02-16net: phy: restore mdio regs in the iproc mdio driverArun Parameswaran1-0/+20
2020-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-0/+18
2020-02-03Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-1/+3
2020-01-31net: phy: at803x: disable vddio regulatorMichael Walle1-0/+11
2020-01-31net: mii_timestamper: fix static allocation by PHY driverMichael Walle1-0/+7
2020-01-28net: phy: add default ARCH_BCM_IPROC for MDIO_BCM_IPROCScott Branden1-0/+1
2020-01-23net: phy: DP83822: Add support for additional DP83825 devicesDan Murphy2-3/+12
2020-01-23phy: dp83826: Add phy IDs for DP83826N and 826NCDan Murphy2-2/+8
2020-01-21net: phy: add new version of phy_do_ioctlHeiner Kallweit1-3/+13
2020-01-21net: phy: rename phy_do_ioctl to phy_do_ioctl_runningHeiner Kallweit1-3/+3
2020-01-20net: phy: add generic ndo_do_ioctl handler phy_do_ioctlHeiner Kallweit1-0/+15
2020-01-20net: phylink: allow in-band AN for USXGMIIAlex Marginean1-0/+1
2020-01-20net: phy: don't crash in phy_read/_write_mmd without a PHY driverAlex Marginean1-2/+2
2020-01-20net: phylink: Allow 2.5BASE-T, 5GBASE-T and 10GBASE-T for the 10G link modesVladimir Oltean1-0/+4
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-5/+11
2020-01-19net: phy: adin: fix a warning about msleepDejin Zheng1-1/+1
2020-01-17net: phy: adin: const-ify static dataAlexandru Ardelean1-5/+5
2020-01-17net: phy: dp83867: Set FORCE_LINK_GOOD to default after resetMichael Grzeschik1-1/+7
2020-01-17net: phy: Maintain MDIO device and bus statisticsFlorian Fainelli1-2/+249
2020-01-14net: phy: mscc: PN rollover supportAntoine Tenart2-1/+61