summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorLines
2025-03-20net: phy: Support speed selection for PHY loopbackGerhard Engleder-35/+87
2025-03-20net: phy: Allow loopback speed selection for PHY driversGerhard Engleder-14/+39
2025-03-19phy: fix xa_alloc_cyclic() error handlingMichal Swiatkowski-1/+1
2025-03-18net: phylink: Use phy_caps to get an interface's capabilities and modesMaxime Chevallier-76/+110
2025-03-18net: phylink: Convert capabilities to linkmodes using phy_capsMaxime Chevallier-134/+36
2025-03-18net: phylink: Add a mapping between MAC_CAPS and LINK_CAPSMaxime Chevallier-24/+25
2025-03-18net: phy: drop phy_settings and the associated lookup helpersMaxime Chevallier-184/+0
2025-03-18net: phylink: Use phy_caps_lookup for fixed-link configurationMaxime Chevallier-13/+31
2025-03-18net: phy: phy_device: Use link_capabilities lookup for PHY aneg configMaxime Chevallier-5/+6
2025-03-18net: phy: phy_caps: Allow looking-up link caps based on speed and duplexMaxime Chevallier-33/+67
2025-03-18net: phy: phy_caps: Implement link_capabilities lookup by linkmodeMaxime Chevallier-21/+65
2025-03-18net: phy: phy_caps: Introduce phy_caps_validMaxime Chevallier-1/+21
2025-03-18net: phy: phy_caps: Move __set_linkmode_max_speed to phy_capsMaxime Chevallier-15/+24
2025-03-18net: phy: phy_caps: Move phy_speeds to phy_capsMaxime Chevallier-16/+38
2025-03-18net: phy: Use an internal, searchable storage for the linkmodesMaxime Chevallier-1/+139
2025-03-17net: phy: remove unused functions phy_package_[read|write]_mmdHeiner Kallweit-75/+0
2025-03-17net: phy: move PHY package MMD access function declarations from phy.h to phy...Heiner Kallweit-0/+6
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-0/+68
2025-03-10rust: module: introduce `authors` keyGuilherme Giacomo Simoes-2/+2
2025-03-07net: phy: nxp-c45-tja11xx: add TJA112XB SGMII PCS restart errataAndrei Botila-2/+18
2025-03-07net: phy: nxp-c45-tja11xx: add TJA112X PHY configuration errataAndrei Botila-0/+52
2025-03-07net: phy: tja11xx: enable PHY in sleep mode for TJA1102SDimitri Fedrau-0/+12
2025-03-07net: phy: tja11xx: add support for TJA1102SDimitri Fedrau-0/+26
2025-03-07net: phylink: Remove unused phylink_init_eeeDr. David Alan Gilbert-18/+0
2025-03-05net: phy: remove remaining PHY package related definitions from phy.hHeiner Kallweit-0/+38
2025-03-05net: phy: move PHY package related code from phy.h to phy_package.cHeiner Kallweit-0/+73
2025-03-05net: phy: mscc: use new phy_package_shared gettersHeiner Kallweit-6/+8
2025-03-05net: phy: mediatek: use new phy_package_shared gettersHeiner Kallweit-3/+4
2025-03-05net: phy: micrel: use new phy_package_shared gettersHeiner Kallweit-4/+5
2025-03-05net: phy: qca807x: use new phy_package_shared gettersHeiner Kallweit-9/+7
2025-03-05net: phy: add getters for public members in struct phy_package_sharedHeiner Kallweit-0/+29
2025-03-05net: phy: move PHY package code from phy_device.c to own source fileHeiner Kallweit-238/+246
2025-03-05net: phylink: use pl->link_interface in phylink_expects_phy()Choong Yong Liang-1/+1
2025-03-04net: phy: nxp-c45-tja11xx: add support for TJA1121Andrei Botila-2/+40
2025-03-04net: phy: nxp-c45-tja11xx: add match_phy_device to TJA1103/TJA1104Andrei Botila-2/+52
2025-03-03net: sfp: add quirk for FS SFP-10GM-T copper SFP+ moduleMartin Schiller-5/+6
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2025-02-24net: phy: add phylib-internal.hHeiner Kallweit-1/+34
2025-02-21net: sfp: add quirk for 2.5G OEM BX SFPBirger Koblitz-0/+2
2025-02-20net: phy: qt2025: Fix hardware revision check commentCharalampos Mitrodimas-1/+1
2025-02-20net: phy: qcom: qca807x fix condition for DAC_DSP_BIAS_CURRENTGeorge Moussalem-1/+1
2025-02-18net: phy: c45: remove local advertisement parameter from genphy_c45_eee_is_ac...Heiner Kallweit-24/+11
2025-02-18net: phy: c45: use cached EEE advertisement in genphy_c45_ethtool_get_eeeHeiner Kallweit-2/+2
2025-02-18net: phy: c45: Don't silently remove disabled EEE modes any longer when writi...Heiner Kallweit-5/+2
2025-02-18net: phy: remove disabled EEE modes from advertising_eee in phy_probeHeiner Kallweit-11/+10
2025-02-18net: phy: realtek: add defines for shadowed c45 standard registersHeiner Kallweit-11/+22
2025-02-18net: phy: realtek: add helper RTL822X_VND2_C22_REGHeiner Kallweit-5/+4
2025-02-18net: phy: marvell-88q2xxx: Init PHY private structure for mv88q211xNiklas Söderlund-2/+14
2025-02-18net: phy: marvell-88q2xxx: enable temperature sensor in mv88q2xxx_config_initDimitri Fedrau-12/+9
2025-02-18net: phy: marvell-88q2xxx: order includes alphabeticallyDimitri Fedrau-1/+1