summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorLines
2023-04-09net: phy: mxl: constify pointers to hwmon_channel_infoKrzysztof Kozlowski-1/+1
2023-04-09net: phy: marvell: constify pointers to hwmon_channel_infoKrzysztof Kozlowski-2/+2
2023-04-09net: phy: bcm54140: constify pointers to hwmon_channel_infoKrzysztof Kozlowski-1/+1
2023-04-09net: phy: aquantia: constify pointers to hwmon_channel_infoKrzysztof Kozlowski-1/+1
2023-04-09net: sfp: avoid EEPROM read of absent SFP moduleIvan Bornyakov-0/+6
2023-04-09net: sfp: initialize sfp->i2c_block_size at sfp allocationIvan Bornyakov-5/+8
2023-04-07net: phy: nxp-c45-tja11xx: fix unsigned long multiplication overflowRadu Pirea (OSS)-1/+1
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+23
2023-04-04net: phy: meson-gxl: enable edpd tunable support for G12A internal PHYHeiner Kallweit-0/+4
2023-04-03net: phy: smsc: enable edpd tunable supportHeiner Kallweit-0/+12
2023-04-03net: phy: smsc: add support for edpd tunableHeiner Kallweit-0/+75
2023-04-03net: phy: smsc: prepare for making edpd wait period configurableHeiner Kallweit-3/+11
2023-04-03net: phy: smsc: add flag edpd_mode_set_by_userHeiner Kallweit-1/+3
2023-04-03net: phy: smsc: clear edpd_enable if interrupt mode is usedHeiner Kallweit-3/+5
2023-04-03net: phy: smsc: add helper smsc_phy_config_edpdHeiner Kallweit-3/+13
2023-04-03net: phy: smsc: rename flag energy_enableHeiner Kallweit-5/+5
2023-04-03net: sfp: add quirk enabling 2500Base-x for HG MXPD-483IIDaniel Golle-0/+4
2023-03-31net: phylink: add phylink_expects_phy() methodMichael Sit Wei Hong-0/+19
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-8/+7
2023-03-27net: phy: bcm7xxx: use devm_clk_get_optional_enabled to simplify the codeHeiner Kallweit-18/+4
2023-03-27net: phy: micrel: correct KSZ9131RNX EEE capabilities and advertisementOleksij Rempel-0/+1
2023-03-27net: phy: constify fwnode_get_phy_node() fwnode argumentRussell King (Oracle)-1/+1
2023-03-27net: sfp: constify sfp-bus internal fwnode usesRussell King (Oracle)-2/+2
2023-03-27net: sfp: make sfp_bus_find_fwnode() take a const fwnodeRussell King (Oracle)-1/+1
2023-03-24net: phy: dp83869: fix default value for tx-/rx-internal-delayJosua Mayer-4/+2
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-12/+27
2023-03-24net: phy: Improved PHY error reporting in state machineFlorian Fainelli-9/+24
2023-03-24net: phy: micrel: Add support for PTP_PF_EXTTS for lan8841Horatiu Vultur-0/+162
2023-03-22net: sfp: add quirk for 2.5G copper SFPRussell King (Oracle)-0/+18
2023-03-22net: sfp-bus: allow SFP quirks to override Autoneg and pause bitsRussell King (Oracle)-4/+4
2023-03-22net: phylink: remove an_enabledRussell King (Oracle)-20/+17
2023-03-20net: phy: meson-gxl: reuse functionality of the SMSC PHY driverHeiner Kallweit-69/+9
2023-03-20net: phy: smsc: export functions for use by meson-gxl PHY driverHeiner Kallweit-7/+13
2023-03-19net: sfp: fix state loss when updating state_hw_maskRussell King (Oracle)-0/+5
2023-03-19net: mdio: fix owner field for mdio buses registered using device-treeMaxime Bizon-5/+6
2023-03-19net: phy: Ensure state transitions are processed from phy_stop()Florian Fainelli-7/+16
2023-03-19net: phy: at803x: Replace of_gpio.h with what indeed is usedAndy Shevchenko-2/+1
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-18/+13
2023-03-16net: phy: mxl-gpy: enhance delay time required by loopback disable functionXu Liang-6/+29
2023-03-15net: phy: micrel: Fix spelling mistake "minimim" -> "minimum"Colin Ian King-1/+1
2023-03-15net: phy: mscc: fix deadlock in phy_ethtool_{get,set}_wol()Vladimir Oltean-16/+8
2023-03-15net: phy: micrel: drop superfluous use of temp variableWolfram Sang-4/+2
2023-03-15net: phy: update obsolete comment about PHY_STARTINGWolfram Sang-3/+1
2023-03-15net: phy: ks8995: drop of_match_ptr for ID tableKrzysztof Kozlowski-1/+1
2023-03-15net: phy: smsc: bail out in lan87xx_read_status if genphy_read_status failsHeiner Kallweit-1/+4
2023-03-13net: phy: smsc: use device_property_present in smsc_phy_probeHeiner Kallweit-2/+1
2023-03-13net: phy: dp83867: Disable IRQs on suspendAlexander Stein-2/+26
2023-03-13net: phy: micrel: Add support for PTP_PF_PEROUT for lan8841Horatiu Vultur-2/+389
2023-03-10net: phy: nxp-c45-tja11xx: fix MII_BASIC_CONFIG_REV bitRadu Pirea (OSS)-1/+1
2023-03-10net: sfp: only use soft polling if we have A2h accessRussell King (Oracle)-1/+5