summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2023-04-03net: sfp: add quirk enabling 2500Base-x for HG MXPD-483IIDaniel Golle1-0/+4
2023-03-31net: phylink: add phylink_expects_phy() methodMichael Sit Wei Hong1-0/+19
2023-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-8/+7
2023-03-27net: phy: bcm7xxx: use devm_clk_get_optional_enabled to simplify the codeHeiner Kallweit1-18/+4
2023-03-27net: phy: micrel: correct KSZ9131RNX EEE capabilities and advertisementOleksij Rempel1-0/+1
2023-03-27net: phy: constify fwnode_get_phy_node() fwnode argumentRussell King (Oracle)1-1/+1
2023-03-27net: sfp: constify sfp-bus internal fwnode usesRussell King (Oracle)1-2/+2
2023-03-27net: sfp: make sfp_bus_find_fwnode() take a const fwnodeRussell King (Oracle)1-1/+1
2023-03-25net: phy: dp83869: fix default value for tx-/rx-internal-delayJosua Mayer1-4/+2
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-12/+27
2023-03-24net: phy: Improved PHY error reporting in state machineFlorian Fainelli1-9/+24
2023-03-24net: phy: micrel: Add support for PTP_PF_EXTTS for lan8841Horatiu Vultur1-0/+162
2023-03-23net: sfp: add quirk for 2.5G copper SFPRussell King (Oracle)1-0/+18
2023-03-23net: sfp-bus: allow SFP quirks to override Autoneg and pause bitsRussell King (Oracle)1-4/+4
2023-03-23net: phylink: remove an_enabledRussell King (Oracle)1-20/+17
2023-03-20net: phy: meson-gxl: reuse functionality of the SMSC PHY driverHeiner Kallweit2-69/+9
2023-03-20net: phy: smsc: export functions for use by meson-gxl PHY driverHeiner Kallweit1-7/+13
2023-03-19net: sfp: fix state loss when updating state_hw_maskRussell King (Oracle)1-0/+5
2023-03-19net: mdio: fix owner field for mdio buses registered using device-treeMaxime Bizon1-5/+6
2023-03-19net: phy: Ensure state transitions are processed from phy_stop()Florian Fainelli1-7/+16
2023-03-19net: phy: at803x: Replace of_gpio.h with what indeed is usedAndy Shevchenko1-2/+1
2023-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-18/+13
2023-03-16net: phy: mxl-gpy: enhance delay time required by loopback disable functionXu Liang1-6/+29
2023-03-16net: phy: micrel: Fix spelling mistake "minimim" -> "minimum"Colin Ian King1-1/+1
2023-03-16net: phy: mscc: fix deadlock in phy_ethtool_{get,set}_wol()Vladimir Oltean1-16/+8
2023-03-16net: phy: micrel: drop superfluous use of temp variableWolfram Sang1-4/+2
2023-03-16net: phy: update obsolete comment about PHY_STARTINGWolfram Sang1-3/+1
2023-03-15net: phy: ks8995: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-15net: phy: smsc: bail out in lan87xx_read_status if genphy_read_status failsHeiner Kallweit1-1/+4
2023-03-14net: phy: smsc: use device_property_present in smsc_phy_probeHeiner Kallweit1-2/+1
2023-03-14net: phy: dp83867: Disable IRQs on suspendAlexander Stein1-2/+26
2023-03-14net: phy: micrel: Add support for PTP_PF_PEROUT for lan8841Horatiu Vultur1-2/+389
2023-03-11net: phy: nxp-c45-tja11xx: fix MII_BASIC_CONFIG_REV bitRadu Pirea (OSS)1-1/+1
2023-03-11net: sfp: only use soft polling if we have A2h accessRussell King (Oracle)1-1/+5
2023-03-11net: sfp: add A2h presence flagRussell King (Oracle)1-18/+24
2023-03-10net: phy: smsc: use phy_set_bits in smsc_phy_config_initHeiner Kallweit1-10/+3
2023-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-19/+37
2023-03-08net: phy: smsc: simplify lan95xx_config_aneg_extHeiner Kallweit1-10/+7
2023-03-07net: phy: smsc: fix link up detection in forced irq modeHeiner Kallweit1-11/+3
2023-03-06net: phylib: get rid of unnecessary lockingRussell King (Oracle)1-7/+1
2023-03-03net: lan78xx: fix accessing the LAN7800's internal phy specific registers fro...Yuiko Oshino1-0/+32
2023-02-28net: phy: unlock on error in phy_probe()Dan Carpenter1-1/+1
2023-02-28Merge tag 'net-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-14/+63
2023-02-27net: phy: c45: fix network interface initialization failures on xtensa, arm:c...Oleksij Rempel1-1/+1
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-02-23net: phy: c45: genphy_c45_ethtool_set_eee: validate EEE link modesOleksij Rempel1-2/+13
2023-02-23net: phy: do not force EEE supportOleksij Rempel2-7/+36
2023-02-23net: phy: c45: add genphy_c45_an_config_eee_aneg() functionOleksij Rempel2-2/+11
2023-02-23net: phy: c45: use "supported_eee" instead of supported for access validationOleksij Rempel1-3/+3
2023-02-20net: phy: Read EEE abilities when using .featuresAndrew Lunn1-1/+3