summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2022-06-14net: phy: dp83867: retrigger SGMII AN when link changeTan Tee Min1-0/+29
2022-06-14net: mdio: unexport __init-annotated mdio_bus_init()Masahiro Yamada1-1/+0
2022-06-09net: phy: micrel: Allow probing without .driver_dataFabio Estevam1-5/+6
2022-05-18net: phy: micrel: Fix incorrect variable type in micrelWan Jiabing1-1/+1
2022-05-18net: phy: micrel: Pass .probe for KS8737Fabio Estevam1-0/+1
2022-05-18net: phy: micrel: Do not use kszphy_suspend/resume for KSZ8061Fabio Estevam1-2/+2
2022-05-18net: phy: Fix race condition on link status changeFrancesco Dolcini1-1/+6
2022-05-18net: sfp: Add tx-fault workaround for Huawei MA5671A SFP ONTMatthew Hagan1-1/+11
2022-05-09net: phy: marvell10g: fix return value on errorBaruch Siach1-1/+1
2022-04-13net: sfp: add 2500base-X quirk for Lantech SFP moduleMichael Walle1-0/+6
2022-04-08net: phy: broadcom: Fix brcm_fet_config_init()Florian Fainelli1-0/+21
2022-04-08net: phy: micrel: Fix concurrent register accessDivya Koppera1-14/+16
2022-04-08net: phy: at803x: move page selection fix to config_initRobert Hancock1-24/+16
2022-03-17net: phy: mscc: Add MODULE_FIRMWARE macrosJuerg Haefliger1-0/+3
2022-03-15net: phy: marvell: Fix invalid comparison in the resume and suspend functionsKurt Cancemi1-4/+4
2022-03-11net: phy: meson-gxl: improve link-up behaviorHeiner Kallweit1-1/+7
2022-03-10net: phy: DP83822: clear MISR2 register to disable interruptsClément Léger1-1/+1
2022-03-05net: phy: meson-gxl: fix interrupt handling in forced modeHeiner Kallweit1-10/+13
2022-02-15net: phy: mediatek: remove PHY mode check on MT7531DENG Qingfang1-3/+0
2022-02-08net: phy: marvell: Fix RGMII Tx/Rx delays setting in 88e1121-compatible PHYsPavel Parkhomenko1-4/+6
2022-02-06net: phy: marvell: Fix MDI-x polarity setting in 88e1118-compatible PHYsPavel Parkhomenko1-4/+3
2022-02-01net: phy: Fix qca8081 with speeds lower than 2.5Gb/sJonathan McDowell1-13/+13
2022-01-24net: sfp: ignore disabled SFP nodeMarek Behún1-0/+5
2022-01-21phylib: fix potential use-after-freeMarek Behún1-3/+3
2022-01-20net: phy: broadcom: hook up soft_reset for BCM54616SRobert Hancock1-0/+1
2022-01-19net: phy: micrel: use kszphy_suspend()/kszphy_resume for irq aware devicesClaudiu Beznea1-18/+18
2022-01-17net: sfp: fix high power modules without diagnostic monitoringRussell King (Oracle)1-4/+21
2022-01-16net: phy: marvell: add Marvell specific PHY loopbackMohammad Athari Bin Ismail1-1/+55
2022-01-12net: phy: at803x: make array offsets staticColin Ian King1-1/+1
2022-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-01-05net: phy: marvell: configure RGMII delays for 88E1118Russell King (Oracle)1-0/+6
2022-01-05net: phy: marvell: use phy_write_paged() to set MSCRRussell King (Oracle)1-14/+8
2022-01-04phy: nxp-c45-tja11xx: add extts and perout supportRadu Pirea (NXP OSS)1-0/+220
2022-01-04net: mdio: Demote probed message to debug printFlorian Fainelli1-1/+1
2022-01-04Revert "net: phy: fixed_phy: Fix NULL vs IS_ERR() checking in __fixed_phy_reg...Florian Fainelli1-2/+2
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-12-25net: phy: fixed_phy: Fix NULL vs IS_ERR() checking in __fixed_phy_registerMiaoqian Lin1-2/+2
2021-12-24net: phy: micrel: Add config_init for LAN8814Horatiu Vultur1-0/+32
2021-12-22net: phy: micrel: Adding interrupt support for Link up/Link down in LAN8814 Q...Divya Koppera1-0/+67
2021-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2021-12-16net: phylink: add pcs_validate() methodRussell King (Oracle)1-0/+31
2021-12-16net: phylink: add mac_select_pcs() method to phylink_mac_opsRussell King (Oracle)1-9/+59
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2-6/+0
2021-12-13net: phy: add a note about refcountingRussell King (Oracle)1-0/+3
2021-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-12-09net: phy: prefer 1000baseT over 1000baseKXRussell King (Oracle)1-1/+1
2021-12-09net: phylink: use legacy_pre_march2020Russell King (Oracle)1-6/+6
2021-12-08net: phy: Add the missing blank line in the phylink_suspend commentYanteng Si1-0/+1
2021-12-02net: phylink: tidy up disable bit clearingRussell King1-6/+9
2021-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+25