aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phylink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-09net: phylink: Test if MAC/PCS support AutonegJose Abreu1-0/+3
2020-03-09net: phylink: Add missing Backplane speedsJose Abreu1-0/+2
2020-03-03phylink: Improve error message when validate failedHauke Mehrtens1-1/+7
2020-02-27net: phylink: propagate resolved link config via mac_link_up()Russell King1-2/+7
2020-02-16net: phylink: improve initial mac configurationRussell King1-2/+34
2020-02-16net: phylink: allow ethtool -A to change flow control advertisementRussell King1-0/+18
2020-02-16net: phylink: resolve fixed link flow controlRussell King1-39/+31
2020-02-16net: phylink: use phylib resolved flow control modesRussell King1-8/+9
2020-02-16net: phylink: ensure manual flow control is selected appropriatelyRussell King1-17/+25
2020-02-16net: phylink: remove pause mode ethtool setting for fixed linksRussell King1-12/+5
2020-01-20net: phylink: allow in-band AN for USXGMIIAlex Marginean1-0/+1
2020-01-20net: phylink: Allow 2.5BASE-T, 5GBASE-T and 10GBASE-T for the 10G link modesVladimir Oltean1-0/+4
2020-01-14net: phy: Added IRQ print to phylink_bringup_phy()Florian Fainelli1-2/+5
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2020-01-05net: phylink: add support for polling MAC PCSVladimir Oltean1-1/+2
2020-01-05net: phylink: make QSGMII a valid PHY mode for in-band ANVladimir Oltean1-0/+1
2020-01-05net: switch to using PHY_INTERFACE_MODE_10GBASER rather than 10GKRRussell King1-0/+1
2020-01-05net: phylink: switch to using fwnode_gpiod_get_index()Dmitry Torokhov1-2/+2
2020-01-03net: phylink: fix failure to register on x86 systemsRussell King1-0/+3
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+1
2019-12-17net: phylink: extend clause 45 PHY validation workaroundRussell King1-9/+13
2019-12-17net: phylink: improve clause 45 PHY ksettings_set implementationRussell King1-31/+53
2019-12-14net: phylink: fix interface passed to mac_link_upRussell King1-2/+1
2019-12-14net: phylink: propagate phy_attach_direct() return codeRussell King1-3/+6
2019-12-11net: phylink: make Broadcom BCM84881 based SFPs workRussell King1-2/+16
2019-12-11net: phylink: delay MAC configuration for copper SFP modulesRussell King1-10/+43
2019-12-11net: phylink: split phylink_sfp_module_insert()Russell King1-19/+28
2019-12-11net: phylink: split link_an_mode configured and current settingsRussell King1-28/+31
2019-12-11net: phylink: support Clause 45 PHYs on SFP+ modulesRussell King1-5/+16
2019-12-11net: phylink: re-split __phylink_connect_phy()Russell King1-15/+24
2019-12-11net: sfp: move phy_start()/phy_stop() to phylinkRussell King1-0/+22
2019-12-11net: sfp: derive interface mode from ethtool link modesRussell King1-1/+1
2019-11-23net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King1-9/+6
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+20
2019-11-19net: phylink: fix link mode modification in PHY modeRussell King1-9/+16
2019-11-19net: phylink: update documentation on create and destroyRussell King1-0/+4
2019-11-16net: phylink: update to use phy_support_asym_pause()Russell King1-9/+6
2019-11-09net: sfp: rework upstream interfaceRussell King1-4/+6
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+16
2019-11-01net: phylink: Fix phylink_dbg() macroFlorian Fainelli1-0/+16
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-10-16net: sfp: move fwnode parsing into sfp-bus layerRussell King1-15/+6
2019-10-15net: phylink: use more linkmode_*Russell King1-5/+2
2019-10-09phylink: fix kernel-doc warningsRandy Dunlap1-1/+1
2019-09-07net: phylink: Fix flow control resolutionStefan Chulski1-3/+3
2019-07-27net: phylink: Fix flow control for fixed-linkRené van Dorst1-0/+2
2019-07-24net: phylink: don't start and stop SGMII PHYs in SFP modules twiceArseny Solokha1-4/+4
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+9
2019-06-04net: phylink: avoid reducing support maskRussell King1-4/+9
2019-05-31net: sfp: remove sfp-bus use of netdevsRussell King1-2/+1