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