summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phylink.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: phylink: propagate phy_attach_direct() return codeRussell King2019-12-151-3/+6
* net: phylink: make Broadcom BCM84881 based SFPs workRussell King2019-12-111-2/+16
* net: phylink: delay MAC configuration for copper SFP modulesRussell King2019-12-111-10/+43
* net: phylink: split phylink_sfp_module_insert()Russell King2019-12-111-19/+28
* net: phylink: split link_an_mode configured and current settingsRussell King2019-12-111-28/+31
* net: phylink: support Clause 45 PHYs on SFP+ modulesRussell King2019-12-111-5/+16
* net: phylink: re-split __phylink_connect_phy()Russell King2019-12-111-15/+24
* net: sfp: move phy_start()/phy_stop() to phylinkRussell King2019-12-111-0/+22
* net: sfp: derive interface mode from ethtool link modesRussell King2019-12-111-1/+1
* net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King2019-11-241-9/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-231-9/+20
|\
| * net: phylink: fix link mode modification in PHY modeRussell King2019-11-201-9/+16
| * net: phylink: update documentation on create and destroyRussell King2019-11-201-0/+4
* | net: phylink: update to use phy_support_asym_pause()Russell King2019-11-161-9/+6
* | net: sfp: rework upstream interfaceRussell King2019-11-101-4/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-0/+16
|\|
| * net: phylink: Fix phylink_dbg() macroFlorian Fainelli2019-11-011-0/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-201-1/+1
|\|
| * phylink: fix kernel-doc warningsRandy Dunlap2019-10-101-1/+1
* | net: sfp: move fwnode parsing into sfp-bus layerRussell King2019-10-161-15/+6
* | net: phylink: use more linkmode_*Russell King2019-10-161-5/+2
|/
* net: phylink: Fix flow control resolutionStefan Chulski2019-09-071-3/+3
* net: phylink: Fix flow control for fixed-linkRené van Dorst2019-07-271-0/+2
* net: phylink: don't start and stop SGMII PHYs in SFP modules twiceArseny Solokha2019-07-241-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-4/+9
|\
| * net: phylink: avoid reducing support maskRussell King2019-06-041-4/+9
* | net: sfp: remove sfp-bus use of netdevsRussell King2019-05-311-2/+1
* | net: sfp: add mandatory attach/detach methods for sfp busesRussell King2019-05-311-0/+16
* | net: phylink: support for link gpio interruptRussell King2019-05-311-4/+32
* | net: phylink: remove netdev from phylink mii ioctl emulationRussell King2019-05-311-8/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-311-1/+6
|\|
| * net: phylink: ensure consistent phy interface modeRussell King2019-05-291-3/+7
* | net: phylink: Add phylink_{printk, err, warn, info, dbg} macrosIoana Ciornei2019-05-301-60/+77
* | net: phylink: Add PHYLINK_DEV operation typeIoana Ciornei2019-05-301-5/+20
* | net: phylink: Add struct phylink_config to PHYLINK APIIoana Ciornei2019-05-301-9/+17
* | net: phylink: Add phylink_mac_link_{up, down} wrapper functionsIoana Ciornei2019-05-301-18/+32
|/
* net: phylink: ensure inband AN works correctlyRussell King2019-05-211-22/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-021-0/+4
|\
| * net: phy: phylink: fix uninitialized variable in phylink_get_mac_stateHeiner Kallweit2019-03-011-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-151-6/+13
|\|
| * net: phylink: avoid resolving link state too earlyRussell King2019-02-121-6/+13
* | net: phylink: add phylink_init_eee() helperRussell King2019-02-121-0/+18
* | net: phylink: only call mac_config() during resolve when link is upRussell King2019-02-121-2/+9
* | net: phy: change phy_start_interrupts to phy_request_interruptHeiner Kallweit2019-01-251-2/+2
* | net: phy: start state machine in phy_start onlyHeiner Kallweit2019-01-251-1/+0
* | net: phy: Fixup GPLv2 SPDX tags based on license textAndrew Lunn2019-01-231-5/+2
|/
* net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-111-12/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-061-20/+28
|\
| * net: phy: phylink: fix SFP interface autodetectionBaruch Siach2018-10-051-20/+28
* | net: phy: Move linkmode helpers to somewhere publicAndrew Lunn2018-10-021-27/+0