aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)Author
2023-02-14net: phy: meson-gxl: use MMD access dummy stubs for GXL, internal PHYHeiner Kallweit
2023-02-14net: phylink: move phy_device_free() to correctly release phy deviceClément Léger
2023-02-09net: phy: meson-gxl: Add generic dummy stubs for MMD register accessChris Healy
2023-02-09net: phy: dp83822: Fix null pointer access on DP83825/DP83826 devicesAndre Kalb
2023-02-01net: mdio: validate parameter addr in mdiobus_get_phy()Heiner Kallweit
2023-01-12net: phy: xgmiitorgmii: Fix refcount leak in xgmiitorgmii_probeMiaoqian Lin
2022-12-07net: phy: mxl-gpy: add MDINT workaroundMichael Walle
2022-12-06net: mdio: fix unbalanced fwnode reference count in mdio_device_release()Zeng Heng
2022-11-28net: mdiobus: fix unbalanced node reference countYang Yingliang
2022-11-28net: phylink: fix PHY validation with rate adaptionRussell King (Oracle)
2022-11-27net: phy: fix null-ptr-deref while probe() failedYang Yingliang
2022-11-21net: phy: at803x: fix error return code in at803x_probe()Wei Yongjun
2022-11-15net: phy: marvell: add sleep time after enabling the loopback bitAminuddin Jamaluddin
2022-11-11net: phy: dp83867: Fix SGMII FIFO depth for non OF devicesMichael Sit Wei Hong
2022-11-10net: phy: mscc: macsec: clear encryption keys when freeing a flowAntoine Tenart
2022-11-02net: mdio: fix undefined behavior in bit shift for __mdiobus_registerGaosheng Cui
2022-10-20Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-10-19net: phy: dp83822: disable MDI crossover status change interruptFelix Riemann
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-15net: phylink: add mac_managed_pm in phylink_config structureShenwei Wang
2022-10-15net: phy: dp83867: Extend RX strap quirk for SGMII modeHarini Katakam
2022-10-12net: phy: micrel: Fixes FIELD_GET assertionDivya Koppera
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-10net: sfp: fill also 5gbase-r and 25gbase-r modes in sfp_parse_support()Marek Behún
2022-10-03net: mdiobus: search for PSE nodes by parsing PHY nodes.Oleksij Rempel
2022-10-03net: sfp: add support for multigig RollBall transceiversMarek Behún
2022-10-03net: phy: mdio-i2c: support I2C MDIO protocol for RollBall SFP modulesMarek Behún
2022-10-03net: sfp: create/destroy I2C mdiobus before PHY probe/after PHY releaseMarek Behún
2022-10-03net: sfp: Add and use macros for SFP quirks definitionsMarek Behún
2022-10-03net: phylink: allow attaching phy for SFP modules on 802.3z modeMarek Behún
2022-10-03net: phy: marvell10g: select host interface configurationRussell King
2022-10-03net: phy: marvell10g: Use tabs instead of spaces for indentationMarek Behún
2022-10-03net: phylink: pass supported host PHY interface modes to phylib for SFP's PHYsMarek Behún
2022-10-03net: phylink: rename phylink_sfp_config()Russell King (Oracle)
2022-10-03net: phylink: use phy_interface_t bitmaps for optical modulesRussell King
2022-10-03net: sfp: augment SFP parsing with phy_interface_t bitmapRussell King
2022-10-03net: phylink: add ability to validate a set of interface modesRussell King (Oracle)
2022-09-29net: phy: Convert to use sysfs_emit() APIsWang Yufen
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-27net: phy: Don't WARN for PHY_UP state in mdio_bus_phy_resume()Lukas Wunner
2022-09-26net: phy: micrel: enable interrupt for ksz9477 phyArun Ramadoss
2022-09-23net: phy: mscc: macsec: remove checks on the prepare phaseAntoine Tenart
2022-09-23net: phy: mscc: macsec: make the prepare phase a noopAntoine Tenart
2022-09-23net: phy: aquantia: Add support for rate matchingSean Anderson
2022-09-23net: phy: aquantia: Add some additional phy interfacesSean Anderson
2022-09-23net: phylink: Adjust advertisement based on rate matchingSean Anderson
2022-09-23net: phylink: Adjust link settings based on rate matchingSean Anderson
2022-09-23net: phy: Add support for rate matchingSean Anderson
2022-09-23net: phylink: Generate caps and convert to linkmodes separatelySean Anderson
2022-09-23net: phylink: Export phylink_caps_to_linkmodesSean Anderson