summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | net: sfp-bus: constify link_modes to sfp_select_interface()Russell King (Oracle)2024-04-301-1/+1
* | net: sfp: allow use 2500base-X for 2500base-T modulesRussell King (Oracle)2024-04-301-1/+2
* | net: phylink: add debug print for empty posssible_interfacesRussell King (Oracle)2024-04-301-0/+3
* | net: phy: micrel: Add support for PTP_PF_EXTTS for lan8814Horatiu Vultur2024-04-291-1/+181
* | net: sfp: add quirk for ATS SFP-GE-T 1000Base-TX moduleDaniel Golle2024-04-261-0/+3
* | net: sfp: enhance quirk for Fibrestore 2.5G copper SFP moduleMarek Behún2024-04-261-6/+12
* | net: sfp: update comment for FS SFP-10G-T quirkMarek Behún2024-04-261-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-252-18/+28
|\|
| * net: phy: dp83869: Fix MII mode failureMD Danish Anwar2024-04-251-1/+2
| * net: phy: mediatek-ge-soc: follow netdev LED trigger semanticsDaniel Golle2024-04-241-17/+26
* | net: phy: mediatek-ge: do not disable EEE advertisementArınç ÜNAL2024-04-171-3/+0
* | net: sfp: add quirk for another multigig RollBall transceiverMarek Behún2024-04-121-0/+1
* | net: phy: realtek: add rtl822x_c45_get_features() to set supported portEric Woudstra2024-04-121-0/+10
* | net: phy: realtek: Change rtlgen_get_speed() to rtlgen_decode_speed()Eric Woudstra2024-04-121-21/+25
* | net: phy: realtek: Add driver instances for rtl8221b via Clause 45Marek Behún2024-04-121-4/+131
* | net: phy: realtek: add get_rate_matching() for rtl822xb PHYsEric Woudstra2024-04-121-0/+25
* | net: phy: realtek: configure SerDes mode for rtl822xb PHYsAlexander Couzens2024-04-121-4/+110
* | net: phy: dp8382x: keep WOL settings across suspendsCatalin Popescu2024-04-101-13/+24
* | net: phy: micrel: lan8814: Add support for PTP_PF_PEROUTHoratiu Vultur2024-04-091-2/+353
* | net: phy: micrel: lan8814: Enable LTC at probe timeHoratiu Vultur2024-04-091-22/+4
* | net: phy: air_en8811h: fix some error codesDan Carpenter2024-04-091-4/+4
* | net: sfp: Add helper to return the SFP bus nameMaxime Chevallier2024-04-061-0/+11
* | net: phy: add helpers to handle sfp phy connect/disconnectMaxime Chevallier2024-04-066-0/+58
* | net: sfp: pass the phy_device when disconnecting an sfp module's PHYMaxime Chevallier2024-04-062-3/+4
* | net: phy: Introduce ethernet link topology representationMaxime Chevallier2024-04-063-1/+113
* | net: phy: marvell: implement cable test for 88E1111Pawel Dembicki2024-04-061-0/+93
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-051-7/+24
|\|
| * net: phy: micrel: lan8814: Fix when enabling/disabling 1-step timestampingHoratiu Vultur2024-04-041-2/+8
| * net: phy: micrel: Fix potential null pointer dereferenceAleksandr Mishin2024-04-021-5/+16
* | net: phy: marvell: implement cable-test for 88E308X/88E609X familyPawel Dembicki2024-04-041-0/+208
* | net: phy: marvell: add basic support of 88E308X/88E609X familyPawel Dembicki2024-04-041-0/+13
* | net: phy: aquantia: add support for AQR114C PHY IDPaweł Owoc2024-04-031-0/+21
* | net: phy: air_en8811h: Add the Airoha EN8811H PHY driverEric Woudstra2024-03-293-0/+1092
* | net: phy: qcom: at803x: Avoid hibernating if MAC requires RX clockRussell King (Oracle)2024-03-291-1/+2
* | net: phylink: add rxc_always_on flag to phylink_pcsRomain Gantois2024-03-291-0/+15
* | net: phylink: add PHY_F_RXC_ALWAYS_ON to PHY dev flagsRussell King (Oracle)2024-03-291-1/+9
|/
* net: phy: qcom: at803x: fix kernel panic with at8031_probeChristian Marangi2024-03-281-1/+3
* net: phy: fix phy_read_poll_timeout argument type in genphy_loopbackNikita Kiryushin2024-03-191-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-122-18/+21
|\
| * net: phy: dp83822: Fix RGMII TX delay configurationTim Pambor2024-03-091-17/+20
| * net: phy: fix phy_get_internal_delay accessing an empty arrayKévin L'hôpital2024-03-081-1/+1
* | net: phy: simplify a check in phy_check_link_statusHeiner Kallweit2024-03-111-2/+2
* | net: phy: marvell-88x2222: Remove unused of_gpio.hAndy Shevchenko2024-03-111-2/+0
* | net: mdio_bus: Remove unused of_gpio.hAndy Shevchenko2024-03-111-2/+0
* | net: phy: marvell: add comment about m88e1111_config_init_1000basex()Russell King (Oracle)2024-03-081-1/+4
* | net: phy: qca807x: fix compilation when CONFIG_GPIOLIB is not setRobert Marko2024-03-071-16/+16
* | net: phy: Add phy_support_eee() indicating MAC support EEEAndrew Lunn2024-03-061-0/+28
* | net: phy: Immediately call adjust_link if only tx_lpi_enabled changesAndrew Lunn2024-03-062-5/+49
* | net: phy: Keep track of EEE configurationAndrew Lunn2024-03-061-2/+5
* | net: phy: Add phydev->enable_tx_lpi to simplify adjust link callbacksAndrew Lunn2024-03-061-0/+7