summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phylink.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-11net: phylink: Add phylink_set_fixed_link() to configure fixed link state in p...Russell King1-0/+42
2024-08-23net: sfp: pass the phy_device when disconnecting an sfp module's PHYMaxime Chevallier1-1/+2
2024-06-28net: move ethtool-related netdev state into its own structEdward Cree1-1/+1
2024-06-18net: phy: introduce core support for phy-mode = "10g-qxgmii"Vladimir Oltean1-1/+8
2024-05-30net: phylink: rename ovr_an_inband to default_an_inbandRussell King (Oracle)1-1/+1
2024-05-30net: phylink: move test for ovr_an_inbandRussell King (Oracle)1-2/+4
2024-05-30net: phylink: rearrange phylink_parse_mode()Russell King (Oracle)1-1/+4
2024-05-13net: revert partially applied PHY topology seriesJakub Kicinski1-2/+1
2024-04-30net: phylink: add debug print for empty posssible_interfacesRussell King (Oracle)1-0/+3
2024-04-06net: sfp: pass the phy_device when disconnecting an sfp module's PHYMaxime Chevallier1-1/+2
2024-03-28net: phylink: add rxc_always_on flag to phylink_pcsRomain Gantois1-0/+15
2024-03-28net: phylink: add PHY_F_RXC_ALWAYS_ON to PHY dev flagsRussell King (Oracle)1-1/+9
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit1-4/+4
2024-01-04Revert "Introduce PHY listing and link_topology tracking"Jakub Kicinski1-2/+1
2024-01-04net: phylink: move phylink_pcs_neg_mode() into phylink.cRussell King (Oracle)1-0/+66
2024-01-01net: sfp: pass the phy_device when disconnecting an sfp module's PHYMaxime Chevallier1-1/+2
2023-12-17net: phylink: reimplement population of pl->supported for in-bandVladimir Oltean1-66/+5
2023-11-27net: phylink: use the PHY's possible_interfaces if populatedRussell King (Oracle)1-13/+54
2023-11-27net: phylink: split out PHY validation from phylink_bringup_phy()Russell King (Oracle)1-25/+31
2023-11-27net: phylink: pass PHY into phylink_validate_mask()Russell King (Oracle)1-4/+7
2023-11-27net: phylink: pass PHY into phylink_validate_one()Russell King (Oracle)1-2/+5
2023-11-27net: phylink: split out per-interface validationRussell King (Oracle)1-12/+30
2023-11-21net: phylink: use for_each_set_bit()Russell King (Oracle)1-10/+8
2023-11-16net: phylink: use linkmode_fill()Russell King (Oracle)1-2/+2
2023-11-07net: phylink: initialize carrier state at creationKlaus Kudielka1-0/+1
2023-11-01net: phy: fill in missing MODULE_DESCRIPTION()sAndrew Lunn1-0/+1
2023-10-17net: phylink: remove a bunch of unused validation methodsRussell King (Oracle)1-27/+8
2023-10-17net: phylink: remove .validate() methodRussell King (Oracle)1-10/+6
2023-10-17net: phylink: provide mac_get_caps() methodRussell King (Oracle)1-3/+11
2023-08-25net: phylink: add phylink_limit_mac_speed()Russell King (Oracle)1-0/+18
2023-08-14net: phy: Introduce PSGMII PHY interface modeGabor Juhos1-0/+3
2023-07-25net: phylink: explicitly invalidate link_state members in mac_configRussell King (Oracle)1-9/+16
2023-07-25net: phylink: strip out pre-March 2020 legacy codeRussell King (Oracle)1-21/+4
2023-07-18net: phylink: remove legacy mac_an_restart() methodRussell King (Oracle)1-13/+9
2023-07-14net: phylink: add support for PCS link change notificationsRussell King (Oracle)1-4/+34
2023-07-14net: phylink: add pcs_pre_config()/pcs_post_config() methodsRussell King (Oracle)1-0/+24
2023-07-14net: phylink: add pcs_enable()/pcs_disable() methodsRussell King (Oracle)1-9/+39
2023-06-22net: phylink: pass neg_mode into phylink_mii_c22_pcs_config()Russell King (Oracle)1-5/+4
2023-06-22net: phylink: convert phylink_mii_c22_pcs_config() to neg_modeRussell King (Oracle)1-5/+4
2023-06-22net: phylink: add PCS negotiation modeRussell King (Oracle)1-11/+34
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+39
2023-06-12net: phylink: use a dedicated helper to parse usgmii control wordMaxime Chevallier1-1/+38
2023-06-12net: phylink: report correct max speed for QUSGMIIMaxime Chevallier1-1/+1
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+10
2023-06-02net: phylink: actually fix ksettings_set() ethtool callRussell King (Oracle)1-5/+10
2023-05-24net: phylink: provide phylink_pcs_config() and phylink_pcs_link_up()Russell King (Oracle)1-20/+33
2023-05-24net: phylink: add function to resolve clause 73 negotiationRussell King (Oracle)1-0/+39
2023-05-24net: phylink: remove duplicated linkmode pause resolutionRussell King (Oracle)1-11/+4
2023-05-22net: phylink: require supported_interfaces to be filledRussell King (Oracle)1-15/+11
2023-05-22net: phy: add helpers for comparing phy IDsRussell King1-2/+2