aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)Author
2018-04-08dp83640: Ensure against premature access to PHY registers after resetEsben Haabendal
2018-04-06net: phy: marvell: Enable interrupt function on LED2 pinEsben Haabendal
2018-04-04net: phy: marvell10g: add thermal hwmon deviceRussell King
2018-04-01fix typo in command value in drivers/net/phy/mdio-bitbang.Frans Meulenbroeks
2018-03-30sfp/phylink: move module EEPROM ethtool access into netdev core ethtoolRussell King
2018-03-30net: phy: phylink: Provide PHY interface to mac_link_{up, down}Florian Fainelli
2018-03-29sfp: allow cotsworks modulesRussell King
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches
2018-03-23net: phy: intel-xway: add VR9 v1.1 phy idsMathias Kresin
2018-03-23net: phy: intel-xway: add VR9 version numberMathias Kresin
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-22net: phy: micrel: Use the general dummy stubs for MMD register accessKevin Hao
2018-03-22net: phy: realtek: Use the dummy stubs for MMD register access for rtl8211bKevin Hao
2018-03-22net: phy: Add general dummy stubs for MMD register accessKevin Hao
2018-03-19net: phy: relax error checking when creating sysfs link netdev->phydevGrygorii Strashko
2018-03-12net: phy: set link state to down when creating the phy_deviceHeiner Kallweit
2018-03-12net: phy: Tell caller result of phy_change()Brad Mouring
2018-03-07net: phy: mdio-mux: slience probe defer errorJerome Brunet
2018-03-07net: phy: use phy_disable_interrupts in phy_stopHeiner Kallweit
2018-03-07net: phy: remove phy_error from phy_disable_interruptsHeiner Kallweit
2018-03-06net: phy: broadcom: Use strlcpy() for ethtool::get_stringsFlorian Fainelli
2018-03-06net: phy: micrel: Use strlcpy() for ethtool::get_stringsFlorian Fainelli
2018-03-06net: phy: marvell: Use strlcpy() for ethtool::get_stringsFlorian Fainelli
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-04net: phy: Fix spelling mistake: "advertisment"-> "advertisement"Colin Ian King
2018-03-01net: phy: marvell10g: Utilize gen10g_no_soft_reset()Florian Fainelli
2018-03-01net: phy: cortina: Utilize generic functionsFlorian Fainelli
2018-03-01net: phy: teranetics: Utilize generic functionsFlorian Fainelli
2018-03-01net: phy: Export gen10g_* functionsFlorian Fainelli
2018-03-01net: phy: aquantia: Utilize genphy_c45_aneg_done()Florian Fainelli
2018-03-01net: phylink: Remove redundant netdev.phydev assignmentRichard Cochran
2018-02-28sfp: add high power module supportJon Nettleton
2018-02-28phylink,sfp: negotiate interface format with MACRussell King
2018-02-28sfp: support 1G BiDi (eg, FiberStore SFP-GE-BX) modulesRussell King
2018-02-27net: phy: Restore phy_resume() locking assumptionAndrew Lunn
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-14net: phy: dp83867: Add binding for the CLK_OUT pin muxing optionWadim Egorov
2018-02-12net: phy: fix wrong mask to phy_modify()Ingo van Lil
2018-02-08net: phy: fix phy_start to consider PHY_IGNORE_INTERRUPTHeiner Kallweit
2018-02-06net: phy: Handle not having GPIO enabled in the kernelAndrew Lunn
2018-01-23net: phy: sfp: Fix kernel doc warningFlorian Fainelli
2018-01-16phy: realtek: use new helpers for paged register accessHeiner Kallweit
2018-01-16phy: use new helpers phy_set_bits/phy_clear_bits in phylibHeiner Kallweit
2018-01-15net: phy: remove parameter new_link from phy_mac_interrupt()Heiner Kallweit
2018-01-15net: phy: Have __phy_modify return 0 on successAndrew Lunn
2018-01-11net: phy: mdio-bcm-unimac: fix potential NULL dereference in unimac_mdio_probe()Wei Yongjun
2018-01-10net: phy: marvell: mv88e6390 temperature sensor readingAndrew Lunn
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-08mdio-sun4i: Fix a memory leakChristophe JAILLET
2018-01-08phylink: mark expected switch fall-throughs in phylink_mii_ioctlGustavo A. R. Silva