summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phylink.c
AgeCommit message (Expand)Author
2020-04-16net: phylink: rearrange resolve's mac_config callRussell King
2020-04-16net: phylink: rejig resolve retriggeringRussell King
2020-04-16net: phylink: rejig link state trackingRussell King
2020-04-16net: phylink, dsa: eliminate phylink_fixed_state_cb()Russell King
2020-04-16net: phylink: use phy interface mode bitmapsRussell King
2020-04-16net: sfp: add interface bitmapRussell King
2020-04-02net: phylink: add separate pcs operations structureRussell King
2020-04-02net: phylink: rename 'ops' to 'mac_ops'Russell King
2020-04-02net: phylink: change phylink_mii_c22_pcs_set_advertisement() prototypeRussell King
2020-04-02net: phylink: pcs: add 802.3 clause 45 helpersRussell King
2020-04-02net: phylink: pcs: add 802.3 clause 22 helpersRussell King
2020-04-02net: phylink: Add XLGMII supportJose Abreu
2020-03-30net: phylink: propagate resolved link config via mac_link_up()Russell King
2020-03-30net: phylink: improve initial mac configurationRussell King
2020-03-30net: phylink: allow ethtool -A to change flow control advertisementRussell King
2020-03-30net: phylink: resolve fixed link flow controlRussell King
2020-03-30net: phylink: use phylib resolved flow control modesRussell King
2020-03-30net: phylink: ensure manual flow control is selected appropriatelyRussell King
2020-03-30net: phylink: remove pause mode ethtool setting for fixed linksRussell King
2020-03-03phylink: Improve error message when validate failedHauke Mehrtens
2020-01-20net: phylink: allow in-band AN for USXGMIIAlex Marginean
2020-01-20net: phylink: Allow 2.5BASE-T, 5GBASE-T and 10GBASE-T for the 10G link modesVladimir Oltean
2020-01-14net: phy: Added IRQ print to phylink_bringup_phy()Florian Fainelli
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-05net: phylink: add support for polling MAC PCSVladimir Oltean
2020-01-05net: phylink: make QSGMII a valid PHY mode for in-band ANVladimir Oltean
2020-01-05net: switch to using PHY_INTERFACE_MODE_10GBASER rather than 10GKRRussell King
2020-01-05net: phylink: switch to using fwnode_gpiod_get_index()Dmitry Torokhov
2020-01-03net: phylink: fix failure to register on x86 systemsRussell King
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-17net: phylink: extend clause 45 PHY validation workaroundRussell King
2019-12-17net: phylink: improve clause 45 PHY ksettings_set implementationRussell King
2019-12-14net: phylink: fix interface passed to mac_link_upRussell King
2019-12-14net: phylink: propagate phy_attach_direct() return codeRussell King
2019-12-11net: phylink: make Broadcom BCM84881 based SFPs workRussell King
2019-12-11net: phylink: delay MAC configuration for copper SFP modulesRussell King
2019-12-11net: phylink: split phylink_sfp_module_insert()Russell King
2019-12-11net: phylink: split link_an_mode configured and current settingsRussell King
2019-12-11net: phylink: support Clause 45 PHYs on SFP+ modulesRussell King
2019-12-11net: phylink: re-split __phylink_connect_phy()Russell King
2019-12-11net: sfp: move phy_start()/phy_stop() to phylinkRussell King
2019-12-11net: sfp: derive interface mode from ethtool link modesRussell King
2019-11-23net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2019-11-19net: phylink: fix link mode modification in PHY modeRussell King
2019-11-19net: phylink: update documentation on create and destroyRussell King
2019-11-16net: phylink: update to use phy_support_asym_pause()Russell King
2019-11-09net: sfp: rework upstream interfaceRussell King
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-01net: phylink: Fix phylink_dbg() macroFlorian Fainelli