aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-10net: phy: mscc: macsec: clear encryption keys when freeing a flowAntoine Tenart1-0/+1
2022-11-02net: mdio: fix undefined behavior in bit shift for __mdiobus_registerGaosheng Cui1-1/+1
2022-10-20Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-2/+12
2022-10-19net: phy: dp83822: disable MDI crossover status change interruptFelix Riemann1-2/+1
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/randomLinus Torvalds1-1/+1
2022-10-15net: phylink: add mac_managed_pm in phylink_config structureShenwei Wang1-0/+3
2022-10-15net: phy: dp83867: Extend RX strap quirk for SGMII modeHarini Katakam1-0/+8
2022-10-12net: phy: micrel: Fixes FIELD_GET assertionDivya Koppera1-4/+5
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-10-10net: sfp: fill also 5gbase-r and 25gbase-r modes in sfp_parse_support()Marek Behún1-0/+3
2022-10-03net: mdiobus: search for PSE nodes by parsing PHY nodes.Oleksij Rempel1-0/+2
2022-10-03net: sfp: add support for multigig RollBall transceiversMarek Behún1-10/+39
2022-10-03net: phy: mdio-i2c: support I2C MDIO protocol for RollBall SFP modulesMarek Behún1-1/+5
2022-10-03net: sfp: create/destroy I2C mdiobus before PHY probe/after PHY releaseMarek Behún1-13/+51
2022-10-03net: sfp: Add and use macros for SFP quirks definitionsMarek Behún1-35/+26
2022-10-03net: phylink: allow attaching phy for SFP modules on 802.3z modeMarek Behún1-4/+1
2022-10-03net: phy: marvell10g: select host interface configurationRussell King1-0/+112
2022-10-03net: phy: marvell10g: Use tabs instead of spaces for indentationMarek Behún1-9/+9
2022-10-03net: phylink: pass supported host PHY interface modes to phylib for SFP's PHYsMarek Behún1-0/+17
2022-10-03net: phylink: rename phylink_sfp_config()Russell King (Oracle)1-6/+5
2022-10-03net: phylink: use phy_interface_t bitmaps for optical modulesRussell King1-30/+134
2022-10-03net: sfp: augment SFP parsing with phy_interface_t bitmapRussell King8-26/+75
2022-10-03net: phylink: add ability to validate a set of interface modesRussell King (Oracle)1-7/+10
2022-09-29net: phy: Convert to use sysfs_emit() APIsWang Yufen2-7/+7
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+6
2022-09-27net: phy: Don't WARN for PHY_UP state in mdio_bus_phy_resume()Lukas Wunner1-4/+6
2022-09-26net: phy: micrel: enable interrupt for ksz9477 phyArun Ramadoss1-0/+2
2022-09-23net: phy: mscc: macsec: remove checks on the prepare phaseAntoine Tenart1-41/+0
2022-09-23net: phy: mscc: macsec: make the prepare phase a noopAntoine Tenart1-49/+55
2022-09-23net: phy: aquantia: Add support for rate matchingSean Anderson1-4/+47
2022-09-23net: phy: aquantia: Add some additional phy interfacesSean Anderson1-1/+16
2022-09-23net: phylink: Adjust advertisement based on rate matchingSean Anderson1-3/+103
2022-09-23net: phylink: Adjust link settings based on rate matchingSean Anderson1-12/+123
2022-09-23net: phy: Add support for rate matchingSean Anderson2-0/+49
2022-09-23net: phylink: Generate caps and convert to linkmodes separatelySean Anderson1-10/+11
2022-09-23net: phylink: Export phylink_caps_to_linkmodesSean Anderson1-2/+10
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-10/+61
2022-09-22net: phy: micrel: Fix double spaces inside lan8814_config_intrHoratiu Vultur1-2/+2
2022-09-22net: phy: micrel: fix shared interrupt on LAN8814Michael Walle1-6/+12
2022-09-20net: phy: micrel: Add interrupts support for LAN8804 PHYHoratiu Vultur1-0/+62
2022-09-20net: sfp: add support for HALNy GPON SFPRussell King (Oracle)2-4/+19
2022-09-20net: sfp: move Huawei MA5671A fixupRussell King (Oracle)1-5/+7
2022-09-20net: sfp: move Alcatel Lucent 3FE46541AA fixupRussell King (Oracle)2-5/+10
2022-09-20net: sfp: move quirk handling into sfp.cRussell King (Oracle)3-97/+104
2022-09-20net: sfp: re-implement soft state polling setupRussell King (Oracle)1-12/+26
2022-09-20net: phy: adin1100: add PHY IDs of adin1110/adin2111Alexandru Tachici1-1/+6
2022-09-19net: phy: micrel: Cable Diag feature for lan8814 phyDivya Koppera1-18/+107
2022-09-15net: phy: spi_ks8895: switch to using gpiod APIDmitry Torokhov1-55/+14
2022-09-13net: phy: aquantia: wait for the suspend/resume operations to finishIoana Ciornei1-4/+49
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-11/+55