aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phylink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-15net: phylink: add mac_managed_pm in phylink_config structureShenwei Wang1-0/+3
2022-10-03net: phylink: allow attaching phy for SFP modules on 802.3z modeMarek BehĂșn1-4/+1
2022-10-03net: phylink: pass supported host PHY interface modes to phylib for SFP's PHYsMarek BehĂșn1-0/+17
2022-10-03net: phylink: rename phylink_sfp_config()Russell King (Oracle)1-6/+5
2022-10-03net: phylink: use phy_interface_t bitmaps for optical modulesRussell King1-30/+134
2022-10-03net: sfp: augment SFP parsing with phy_interface_t bitmapRussell King1-1/+3
2022-10-03net: phylink: add ability to validate a set of interface modesRussell King (Oracle)1-7/+10
2022-09-23net: phylink: Adjust advertisement based on rate matchingSean Anderson1-3/+103
2022-09-23net: phylink: Adjust link settings based on rate matchingSean Anderson1-12/+123
2022-09-23net: phylink: Generate caps and convert to linkmodes separatelySean Anderson1-10/+11
2022-09-23net: phylink: Export phylink_caps_to_linkmodesSean Anderson1-2/+10
2022-09-05net: phy: Add 1000BASE-KX interface modeSean Anderson1-0/+1
2022-08-26net: phylink: allow RGMII/RTBI in-band statusQingfang DENG1-0/+5
2022-08-22net: phy: Introduce QUSGMII PHY modeMaxime Chevallier1-0/+3
2022-07-08net: phylink: fix SGMII inband autoneg enableRussell King (Oracle)1-1/+3
2022-06-30net: phylink: fix NULL pl->pcs dereference during phylink_pcs_poll_startVladimir Oltean1-1/+1
2022-06-28net: phylink: disable PCS polling over major configurationRussell King (Oracle)1-10/+20
2022-06-28net: phylink: remove pcs_ops memberRussell King (Oracle)1-20/+19
2022-06-24net: phylink: add QSGMII support to phylink_mii_c22_pcs_encode_advertisement()Russell King (Oracle)1-0/+1
2022-05-02net: phylink: Convert to mdiobus_c45_{read|write}Andrew Lunn1-15/+17
2022-05-01ethtool: Add 10base-T1L link mode entryAlexandru Tachici1-1/+3
2022-04-13net: phylink: remove phylink_helper_basex_speed()Russell King (Oracle)1-28/+0
2022-03-02net: phylink: use %pe for printing errorsRussell King (Oracle)1-9/+11
2022-02-28net: phylink: remove phylink_set_pcs()Russell King (Oracle)1-32/+12
2022-02-22net: phy: phylink: fix DSA mac_select_pcs() introductionRussell King (Oracle)1-3/+11
2022-02-19net: phylink: remove phylink_config's pcs_pollRussell King (Oracle)1-2/+1
2022-02-05net: phylink: remove phylink_set_10g_modes()Russell King (Oracle)1-11/+0
2021-12-16net: phylink: add pcs_validate() methodRussell King (Oracle)1-0/+31
2021-12-16net: phylink: add mac_select_pcs() method to phylink_mac_opsRussell King (Oracle)1-9/+59
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-12-09net: phylink: use legacy_pre_march2020Russell King (Oracle)1-6/+6
2021-12-07net: phy: Add the missing blank line in the phylink_suspend commentYanteng Si1-0/+1
2021-12-01net: phylink: tidy up disable bit clearingRussell King1-6/+9
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+25
2021-11-24net: phylink: Force retrigger in case of latched link-fail indicatorRussell King (Oracle)1-0/+13
2021-11-24net: phylink: Force link down and retrigger resolve on interface changeRussell King (Oracle)1-1/+12
2021-11-22net: phylink: handle NA interface mode in phylink_fwnode_phy_connect()Russell King (Oracle)1-1/+8
2021-11-22net: phylink: Add helpers for c22 registers without MDIOSean Anderson1-44/+60
2021-11-19net: phylink: add 1000base-KX to phylink_caps_to_linkmodes()Russell King (Oracle)1-0/+1
2021-11-16net: document SMII and correct phylink's new validation mechanismRussell King (Oracle)1-1/+1
2021-11-15net: phylink: add generic validate implementationRussell King (Oracle)1-0/+252
2021-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-10-29net: phylink: avoid mvneta warning when setting pause parametersRussell King (Oracle)1-1/+1
2021-10-26net: phylink: use supported_interfaces for phylink validationRussell King (Oracle)1-0/+36
2021-10-24net: phylink: Convert some users of mdiobus_* to mdiodev_*Sean Anderson1-16/+7
2021-10-19net: phylink: Support disabling autonegotiation for PCSRobert Hancock1-5/+19
2021-10-19net: phylink: rejig SFP interface selection in ksettings_set()Russell King (Oracle)1-10/+10
2021-10-06net: phylink: use mdiobus_modify_changed() helperRussell King (Oracle)1-25/+4
2021-10-04net: phylink: add phylink_set_10g_modes() helperRussell King (Oracle)1-0/+11
2021-09-19net: phylink: don't call netif_carrier_off() with NULL netdevRussell King (Oracle)1-1/+4