summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2023-05-25net: phy: mscc: add support for VSC8501David Epping2-0/+26
2023-05-25net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLEDavid Epping1-0/+1
2023-05-24net: phylink: add function to resolve clause 73 negotiationRussell King (Oracle)1-0/+39
2023-05-24net: phylink: remove duplicated linkmode pause resolutionRussell King (Oracle)1-11/+4
2023-05-24net: phy: avoid kernel warning dump when stopping an errored PHYRussell King (Oracle)1-4/+7
2023-05-24net: sfp: add support for HXSX-ATRI-1 copper SFP+ moduleJosua Mayer1-1/+2
2023-05-23net: phylink: require supported_interfaces to be filledRussell King (Oracle)1-15/+11
2023-05-23net: sfp: add support for a couple of copper multi-rate modulesRussell King (Oracle)1-3/+31
2023-05-22net: phy: add helpers for comparing phy IDsRussell King3-14/+12
2023-05-19net: sfp: add support for rate selectionRussell King (Oracle)1-24/+188
2023-05-19net: sfp: add support for setting signalling rateRussell King (Oracle)4-0/+50
2023-05-19net: sfp: change st_mutex lockingRussell King (Oracle)1-14/+42
2023-05-19net: sfp: move sm_mutex into sfp_check_state()Russell King (Oracle)1-9/+14
2023-05-19net: sfp: swap order of rtnl and st_mutex locksRussell King (Oracle)1-2/+2
2023-05-19net: sfp: move rtnl lock to cover reading stateRussell King (Oracle)1-1/+1
2023-05-19net: sfp: add helper to modify signal statesRussell King (Oracle)1-4/+8
2023-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-5/+25
2023-05-15net: phylink: fix ksettings_set() ethtool callRussell King (Oracle)1-4/+4
2023-05-13net: phylink: constify fwnode argumentsRussell King (Oracle)1-5/+6
2023-05-13net: phy: broadcom: Add support for Wake-on-LANFlorian Fainelli3-3/+340
2023-05-13net: phy: Allow drivers to always call into ->suspend()Florian Fainelli1-2/+3
2023-05-12net: phy: dp83867: add w/a for packet errors seen with short cablesGrygorii Strashko1-1/+21
2023-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+6
2023-05-10net: phy: bcm7xx: Correct read from expansion registerFlorian Fainelli2-1/+6
2023-05-09net: phy: dp83869: support mii mode when rgmii strap cfg is usedGrygorii Strashko1-1/+12
2023-04-26net: phy: hide the PHYLIB_LEDS knobPaolo Abeni1-3/+1
2023-04-25net: phy: marvell-88x2222: remove unnecessary (void*) conversionswuych1-2/+2
2023-04-25net: phy: marvell: Fix inconsistent indenting in led_blink_setChristian Marangi1-4/+4
2023-04-25net: phy: dp83867: Add led_brightness_set supportAlexander Stein1-0/+31
2023-04-25net: phy: Fix reading LED reg propertyAlexander Stein1-1/+5
2023-04-25net: phy: dp83867: Remove unnecessary (void*) conversionswuych1-2/+1
2023-04-23drivers/net/phy: add driver for Microchip LAN867x 10BASE-T1S PHYRamón Nordin Rodriguez3-0/+144
2023-04-22net: phy: add basic driver for NXP CBTX PHYVladimir Oltean3-0/+234
2023-04-21net: phy: fix circular LEDS_CLASS dependenciesArnd Bergmann2-2/+10
2023-04-20net: micrel: Update the list of supported physHoratiu Vultur1-2/+2
2023-04-19net: phy: marvell: Implement led_blink_set()Andrew Lunn1-0/+36
2023-04-19net: phy: phy_device: Call into the PHY driver to set LED blinkingAndrew Lunn1-0/+18
2023-04-19net: phy: marvell: Add software control of the LEDsAndrew Lunn1-5/+40
2023-04-19net: phy: phy_device: Call into the PHY driver to set LED brightnessAndrew Lunn1-3/+12
2023-04-19net: phy: Add a binding for PHY LEDsAndrew Lunn2-0/+77
2023-04-17net: phy: micrel: Fix PTP_PF_PEROUT for lan8841Horatiu Vultur1-1/+1
2023-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+27
2023-04-11net: phy: nxp-c45-tja11xx: add remove callbackRadu Pirea (OSS)1-0/+12
2023-04-10net: phy: sfp: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-10net: phy: nxp-tja11xx: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-10net: phy: mxl: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-10net: phy: marvell: constify pointers to hwmon_channel_infoKrzysztof Kozlowski2-2/+2
2023-04-10net: phy: bcm54140: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-10net: phy: aquantia: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-09net: sfp: avoid EEPROM read of absent SFP moduleIvan Bornyakov1-0/+6