| Commit message (Expand) | Author | Age | Files | Lines |
* | net: phy: fix phy_start to consider PHY_IGNORE_INTERRUPT | Heiner Kallweit | 2018-02-08 | 1 | -1/+1 |
* | net: phy: Handle not having GPIO enabled in the kernel | Andrew Lunn | 2018-02-06 | 1 | -1/+2 |
* | net: phy: sfp: Fix kernel doc warning | Florian Fainelli | 2018-01-23 | 1 | -1/+1 |
* | phy: realtek: use new helpers for paged register access | Heiner Kallweit | 2018-01-16 | 1 | -45/+14 |
* | phy: use new helpers phy_set_bits/phy_clear_bits in phylib | Heiner Kallweit | 2018-01-16 | 1 | -2/+2 |
* | net: phy: remove parameter new_link from phy_mac_interrupt() | Heiner Kallweit | 2018-01-15 | 1 | -7/+3 |
* | net: phy: Have __phy_modify return 0 on success | Andrew Lunn | 2018-01-15 | 1 | -7/+6 |
* | net: phy: mdio-bcm-unimac: fix potential NULL dereference in unimac_mdio_probe() | Wei Yongjun | 2018-01-11 | 1 | -0/+2 |
* | net: phy: marvell: mv88e6390 temperature sensor reading | Andrew Lunn | 2018-01-10 | 1 | -1/+150 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-01-09 | 3 | -6/+11 |
|\ |
|
| * | mdio-sun4i: Fix a memory leak | Christophe JAILLET | 2018-01-08 | 1 | -2/+4 |
| * | phylink: mark expected switch fall-throughs in phylink_mii_ioctl | Gustavo A. R. Silva | 2018-01-08 | 1 | -0/+2 |
| * | sfp: fix sfp-bus oops when removing socket/upstream | Russell King | 2018-01-02 | 1 | -2/+4 |
| * | phylink: ensure we report link down when LOS asserted | Russell King | 2018-01-02 | 1 | -2/+1 |
* | | net: phy: fix wrong masks to phy_modify() | Russell King | 2018-01-08 | 4 | -15/+14 |
* | | net: mdio: Only perform gpio reset for PHYs | Andrew Lunn | 2018-01-03 | 1 | -4/+17 |
* | | net: phy: convert read-modify-write to phy_modify() | Russell King | 2018-01-03 | 3 | -112/+46 |
* | | net: phy: add phy_modify() accessor | Russell King | 2018-01-03 | 1 | -0/+23 |
* | | net: phy: marvell: fix paged access races | Russell King | 2018-01-03 | 1 | -217/+137 |
* | | net: phy: add paged phy register accessors | Russell King | 2018-01-03 | 1 | -0/+157 |
* | | net: phy: add unlocked accessors | Russell King | 2018-01-03 | 1 | -0/+25 |
* | | net: phy: use unlocked accessors for indirect MMD accesses | Russell King | 2018-01-03 | 1 | -5/+6 |
* | | net: mdiobus: add unlocked accessors | Russell King | 2018-01-03 | 1 | -12/+53 |
* | | net: phy: fixed-phy: remove fixed_phy_update_state() | Russell King | 2018-01-03 | 1 | -31/+0 |
* | | phylink: remove 'mode' variable from phylink_sfp_module_insert() | Russell King | 2018-01-02 | 1 | -7/+8 |
* | | sfp: improve support for direct-attach copper cables | Russell King | 2018-01-02 | 1 | -7/+44 |
* | | sfp: add support for 1000Base-PX and 1000Base-BX10 | Russell King | 2018-01-02 | 1 | -0/+21 |
* | | sfp: don't guess support from connector type | Russell King | 2018-01-02 | 1 | -29/+0 |
* | | sfp: use precision to print non-null terminated strings | Russell King | 2018-01-02 | 1 | -18/+6 |
* | | net: phy: marvell10g: add support for half duplex 100M and 10M | Russell King | 2018-01-02 | 1 | -25/+12 |
* | | net: phy: add helper to convert negotiation result to phy settings | Russell King | 2018-01-02 | 1 | -0/+43 |
* | | net: phy: marvell10g: clean up interface mode switching | Russell King | 2018-01-02 | 1 | -16/+20 |
* | | net: phy: marvell10g: add MDI swap reporting | Russell King | 2018-01-02 | 2 | -0/+64 |
* | | net: phy: marvell10g: update header comments | Russell King | 2018-01-02 | 1 | -1/+7 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-12-29 | 2 | -0/+3 |
|\ \
| |/ |
|
| * | net: phy: micrel: ksz9031: reconfigure autoneg after phy autoneg workaround | Grygorii Strashko | 2017-12-26 | 1 | -0/+1 |
| * | phylink: ensure AN is enabled | Russell King | 2017-12-25 | 1 | -0/+1 |
| * | phylink: ensure the PHY interface mode is appropriately set | Russell King | 2017-12-25 | 1 | -0/+1 |
* | | phylib: rename reset-(post-)delay-us to reset-(de)assert-us | Richard Leitner | 2017-12-27 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-12-22 | 2 | -7/+29 |
|\ \
| |/ |
|
| * | net: phy: xgene: disable clk on error paths | Alexey Khoroshilov | 2017-12-18 | 1 | -6/+15 |
| * | net: phy: marvell: avoid pause mode on SGMII-to-Copper for 88e151x | Russell King | 2017-12-18 | 1 | -0/+12 |
| * | net: phy: marvell: Limit 88m1101 autoneg errata to 88E1145 as well. | Zhao Qiang | 2017-12-18 | 1 | -1/+1 |
* | | phylink: avoid attaching more than one PHY | Russell King | 2017-12-21 | 1 | -0/+3 |
* | | phylink: fix locking asserts | Russell King | 2017-12-18 | 1 | -17/+17 |
* | | sfp: fix EEPROM reading in the case of non-SFF8472 SFPs | Russell King | 2017-12-18 | 1 | -4/+3 |
* | | sfp: fix non-detection of PHY | Russell King | 2017-12-18 | 1 | -4/+4 |
* | | net: phy: meson-gxl: join the authors | Jerome Brunet | 2017-12-18 | 1 | -0/+1 |
* | | net: phy: meson-gxl: add interrupt support | Jerome Brunet | 2017-12-18 | 1 | -1/+36 |
* | | net: phy: meson-gxl: leave CONFIG_A6 untouched | Jerome Brunet | 2017-12-18 | 1 | -9/+0 |