summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net: phy: sfp: fix the BR,min computationAntoine Tenart2018-05-041-1/+1
* net: phy: broadcom: add support for BCM89610 PHYBhadram Varka2018-05-041-0/+10
* net: phy: allow scanning busses with missing physAlexandre Belloni2018-04-251-1/+10
* net: phy: marvell: clear wol event before setting itJingju Hou2018-04-241-0/+9
* lan78xx: PHY DSP registers initialization to address EEE link drop issues wit...Raghuram Chary J2018-04-131-1/+177
* dp83640: Ensure against premature access to PHY registers after resetEsben Haabendal2018-04-091-0/+18
* net: phy: marvell: Enable interrupt function on LED2 pinEsben Haabendal2018-04-061-2/+18
* net: phy: marvell10g: add thermal hwmon deviceRussell King2018-04-041-2/+182
* fix typo in command value in drivers/net/phy/mdio-bitbang.Frans Meulenbroeks2018-04-021-1/+1
* sfp/phylink: move module EEPROM ethtool access into netdev core ethtoolRussell King2018-03-302-32/+2Star
* net: phy: phylink: Provide PHY interface to mac_link_{up, down}Florian Fainelli2018-03-301-1/+3
* sfp: allow cotsworks modulesRussell King2018-03-291-10/+31
* drivers/net: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* net: phy: intel-xway: add VR9 v1.1 phy idsMathias Kresin2018-03-231-0/+28
* net: phy: intel-xway: add VR9 version numberMathias Kresin2018-03-231-8/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-236-95/+101
|\
| * net: phy: micrel: Use the general dummy stubs for MMD register accessKevin Hao2018-03-221-21/+2Star
| * net: phy: realtek: Use the dummy stubs for MMD register access for rtl8211bKevin Hao2018-03-221-0/+2
| * net: phy: Add general dummy stubs for MMD register accessKevin Hao2018-03-221-0/+17
| * net: phy: relax error checking when creating sysfs link netdev->phydevGrygorii Strashko2018-03-201-4/+11
| * net: phy: Tell caller result of phy_change()Brad Mouring2018-03-121-73/+72Star
| * net: phy: broadcom: Use strlcpy() for ethtool::get_stringsFlorian Fainelli2018-03-061-2/+2
| * net: phy: micrel: Use strlcpy() for ethtool::get_stringsFlorian Fainelli2018-03-061-2/+2
| * net: phy: marvell: Use strlcpy() for ethtool::get_stringsFlorian Fainelli2018-03-061-2/+2
* | net: phy: set link state to down when creating the phy_deviceHeiner Kallweit2018-03-131-1/+1
* | net: phy: mdio-mux: slience probe defer errorJerome Brunet2018-03-071-2/+3
* | net: phy: use phy_disable_interrupts in phy_stopHeiner Kallweit2018-03-071-7/+2Star
* | net: phy: remove phy_error from phy_disable_interruptsHeiner Kallweit2018-03-071-11/+2Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-062-6/+14
|\|
| * net: phy: Restore phy_resume() locking assumptionAndrew Lunn2018-02-272-6/+14
* | net: phy: Fix spelling mistake: "advertisment"-> "advertisement"Colin Ian King2018-03-056-15/+15
* | net: phy: marvell10g: Utilize gen10g_no_soft_reset()Florian Fainelli2018-03-021-10/+1Star
* | net: phy: cortina: Utilize generic functionsFlorian Fainelli2018-03-021-15/+3Star
* | net: phy: teranetics: Utilize generic functionsFlorian Fainelli2018-03-021-27/+5Star
* | net: phy: Export gen10g_* functionsFlorian Fainelli2018-03-021-7/+13
* | net: phy: aquantia: Utilize genphy_c45_aneg_done()Florian Fainelli2018-03-021-14/+6Star
* | net: phylink: Remove redundant netdev.phydev assignmentRichard Cochran2018-03-011-2/+0Star
* | sfp: add high power module supportJon Nettleton2018-02-281-18/+132
* | phylink,sfp: negotiate interface format with MACRussell King2018-02-282-76/+58Star
* | sfp: support 1G BiDi (eg, FiberStore SFP-GE-BX) modulesRussell King2018-02-281-23/+38
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-201-1/+1
|\|
| * net: phy: fix wrong mask to phy_modify()Ingo van Lil2018-02-121-1/+1
* | net: phy: dp83867: Add binding for the CLK_OUT pin muxing optionWadim Egorov2018-02-141-0/+19
|/
* net: phy: fix phy_start to consider PHY_IGNORE_INTERRUPTHeiner Kallweit2018-02-081-1/+1
* net: phy: Handle not having GPIO enabled in the kernelAndrew Lunn2018-02-061-1/+2
* net: phy: sfp: Fix kernel doc warningFlorian Fainelli2018-01-231-1/+1
* phy: realtek: use new helpers for paged register accessHeiner Kallweit2018-01-161-45/+14Star
* phy: use new helpers phy_set_bits/phy_clear_bits in phylibHeiner Kallweit2018-01-161-2/+2
* net: phy: remove parameter new_link from phy_mac_interrupt()Heiner Kallweit2018-01-151-7/+3Star
* net: phy: Have __phy_modify return 0 on successAndrew Lunn2018-01-151-7/+6Star