Age | Commit message (Expand) | Author | Files | Lines |
2018-01-03 | phylink: remove 'mode' variable from phylink_sfp_module_insert() | Russell King | 1 | -7/+8 |
2017-12-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+2 |
2017-12-26 | phylink: ensure AN is enabled | Russell King | 1 | -0/+1 |
2017-12-26 | phylink: ensure the PHY interface mode is appropriately set | Russell King | 1 | -0/+1 |
2017-12-21 | phylink: avoid attaching more than one PHY | Russell King | 1 | -0/+3 |
2017-12-18 | phylink: fix locking asserts | Russell King | 1 | -17/+17 |
2017-12-15 | net: phy: phylink: Handle NULL fwnode_handle | Florian Fainelli | 1 | -0/+3 |
2017-12-13 | net: phy: phylink: Report MoCA as PORT_BNC | Florian Fainelli | 1 | -1/+4 |
2017-12-13 | net: phy: phylink: Allow setting a custom link state callback | Florian Fainelli | 1 | -2/+32 |
2017-12-13 | net: phy: phylink: Remove error message | Florian Fainelli | 1 | -3/+1 |
2017-12-13 | net: phy: phylink: Use PHY device interface if N/A | Florian Fainelli | 1 | -0/+6 |
2017-12-13 | net: phy: phylink: Allow specifying PHY device flags | Florian Fainelli | 1 | -2/+5 |
2017-12-05 | phylink: convert to fwnode | Russell King | 1 | -38/+53 |
2017-12-05 | sfp: convert to fwnode | Russell King | 1 | -1/+2 |
2017-12-05 | phylink: add documentation for kernel APIs | Russell King | 1 | -0/+182 |
2017-12-05 | phylink: restart 802.3z negotiation when starting net device | Russell King | 1 | -0/+6 |
2017-12-05 | phylink: remove phylink_init_eee() | Russell King | 1 | -13/+0 |
2017-12-05 | phylink: add support for 2500baseX and 10GbaseKR | Russell King | 1 | -0/+2 |
2017-12-05 | phylink: get rid of separate Cisco SGMII and 802.3z modes | Russell King | 1 | -25/+14 |
2017-12-05 | phylink: merge SGMII and 802.3z handling | Russell King | 1 | -7/+9 |
2017-12-05 | phy: add phy_interface_mode_is_8023z() helper | Russell King | 1 | -2/+1 |
2017-12-01 | phylink: ensure we take the link down when phylink_stop() is called | Russell King | 1 | -0/+1 |
2017-11-04 | phylink: make local function phylink_phy_change() static | Wei Yongjun | 1 | -1/+2 |
2017-11-01 | net: phy: Cosmetic fixes to phylink/sfp/sfp-bus.c | Florian Fainelli | 1 | -7/+6 |
2017-08-11 | phylink: Fix an uninitialized variable bug | Dan Carpenter | 1 | -1/+1 |
2017-08-07 | phylink: add in-band autonegotiation support for 10GBase-KR mode. | Russell King | 1 | -0/+17 |
2017-08-07 | phylink: add support for MII ioctl access to Clause 45 PHYs | Russell King | 1 | -33/+124 |
2017-08-07 | phylink: add module EEPROM support | Russell King | 1 | -0/+28 |
2017-08-07 | sfp: add sfp-bus to bridge between network devices and sfp cages | Russell King | 1 | -0/+157 |
2017-08-07 | phylink: add phylink infrastructure | Russell King | 1 | -0/+1169 |