summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: phy: mdio-bcm-unimac: fix potential NULL dereference in unimac_mdio_probe()Wei Yongjun2018-01-111-0/+2
* net: phy: marvell: mv88e6390 temperature sensor readingAndrew Lunn2018-01-101-1/+150
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-093-6/+11
|\
| * mdio-sun4i: Fix a memory leakChristophe JAILLET2018-01-081-2/+4
| * phylink: mark expected switch fall-throughs in phylink_mii_ioctlGustavo A. R. Silva2018-01-081-0/+2
| * sfp: fix sfp-bus oops when removing socket/upstreamRussell King2018-01-021-2/+4
| * phylink: ensure we report link down when LOS assertedRussell King2018-01-021-2/+1Star
* | net: phy: fix wrong masks to phy_modify()Russell King2018-01-084-15/+14Star
* | net: mdio: Only perform gpio reset for PHYsAndrew Lunn2018-01-031-4/+17
* | net: phy: convert read-modify-write to phy_modify()Russell King2018-01-033-112/+46Star
* | net: phy: add phy_modify() accessorRussell King2018-01-031-0/+23
* | net: phy: marvell: fix paged access racesRussell King2018-01-031-217/+137Star
* | net: phy: add paged phy register accessorsRussell King2018-01-031-0/+157
* | net: phy: add unlocked accessorsRussell King2018-01-031-0/+25
* | net: phy: use unlocked accessors for indirect MMD accessesRussell King2018-01-031-5/+6
* | net: mdiobus: add unlocked accessorsRussell King2018-01-031-12/+53
* | net: phy: fixed-phy: remove fixed_phy_update_state()Russell King2018-01-031-31/+0Star
* | phylink: remove 'mode' variable from phylink_sfp_module_insert()Russell King2018-01-031-7/+8
* | sfp: improve support for direct-attach copper cablesRussell King2018-01-031-7/+44
* | sfp: add support for 1000Base-PX and 1000Base-BX10Russell King2018-01-031-0/+21
* | sfp: don't guess support from connector typeRussell King2018-01-031-29/+0Star
* | sfp: use precision to print non-null terminated stringsRussell King2018-01-031-18/+6Star
* | net: phy: marvell10g: add support for half duplex 100M and 10MRussell King2018-01-021-25/+12Star
* | net: phy: add helper to convert negotiation result to phy settingsRussell King2018-01-021-0/+43
* | net: phy: marvell10g: clean up interface mode switchingRussell King2018-01-021-16/+20
* | net: phy: marvell10g: add MDI swap reportingRussell King2018-01-022-0/+64
* | net: phy: marvell10g: update header commentsRussell King2018-01-021-1/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-292-0/+3
|\|
| * net: phy: micrel: ksz9031: reconfigure autoneg after phy autoneg workaroundGrygorii Strashko2017-12-261-0/+1
| * phylink: ensure AN is enabledRussell King2017-12-261-0/+1