summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phylink.c
AgeCommit message (Expand)Author
2025-04-04net: phylink: add support for notifying PCS about EEERussell King (Oracle)
2025-04-04net: phylink: provide phylink_mac_implements_lpi()Russell King (Oracle)
2025-02-11net: phylink: make configuring clock-stop dependent on MAC supportRussell King (Oracle)
2025-01-20net: phylink: fix regression when binding a PHYRussell King (Oracle)
2025-01-20net: phylink: always do a major config when attaching a SFP PHYRussell King (Oracle)
2025-01-16net: phylink: add EEE managementRussell King (Oracle)
2025-01-16net: phylink: add phylink_link_is_up() helperRussell King (Oracle)
2025-01-15net: phylink: provide fixed state for 1000base-X and 2500base-XRussell King (Oracle)
2025-01-15net: phylink: use neg_mode in phylink_mii_c22_pcs_decode_state()Russell King (Oracle)
2025-01-15net: phylink: pass neg_mode into c22 state decoderRussell King (Oracle)
2025-01-15net: phylink: pass neg_mode into .pcs_get_state() methodRussell King (Oracle)
2025-01-15net: phylink: use pcs_neg_mode in phylink_mac_pcs_get_state()Russell King (Oracle)
2025-01-06net: phylink: add support for PCS supported_interfaces bitmapRussell King (Oracle)
2024-12-15net: phylink: improve phylink_sfp_config_phy() error message with missing PHY...Vladimir Oltean
2024-12-04net: phylink: remove phylink_phy_no_inband()Russell King (Oracle)
2024-12-04net: phylink: add negotiation of in-band capabilitiesRussell King (Oracle)
2024-12-04net: phylink: add pcs_inband_caps() methodRussell King (Oracle)
2024-12-04net: phylink: add debug for phylink_major_config()Russell King (Oracle)
2024-12-04net: phylink: split cur_link_an_mode into requested and activeRussell King (Oracle)
2024-12-04net: phylink: pass phylink and pcs into phylink_pcs_neg_mode()Russell King (Oracle)
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-11-13net: phylink: ensure PHY momentary link-fails are handledRussell King (Oracle)
2024-11-11net: phylink: clean up phylink_resolve()Russell King (Oracle)
2024-11-11net: phylink: remove switch() statement in resolve handlingRussell King (Oracle)
2024-11-11net: phylink: move MLO_AN_PHY resolve handling to if() statementRussell King (Oracle)
2024-11-11net: phylink: move MLO_AN_FIXED resolve handling to if() statementRussell King (Oracle)
2024-11-11net: phylink: move manual flow control settingRussell King (Oracle)
2024-10-29net: phylink: simplify how SFP PHYs are attachedRussell King (Oracle)
2024-10-29net: phylink: validate sfp_select_interface() returned interfaceRussell King (Oracle)
2024-10-29net: phylink: add common validation for sfp_select_interface()Russell King (Oracle)
2024-10-29net: phylink: simplify phylink_parse_fixedlink()Russell King (Oracle)
2024-10-17net: phylink: remove "using_mac_select_pcs"Russell King (Oracle)
2024-10-17net: phylink: remove use of pl->pcs in phylink_validate_mac_and_pcs()Russell King (Oracle)
2024-10-17net: phylink: allow mac_select_pcs() to remove a PCSRussell King (Oracle)
2024-10-14net: phylink: allow half-duplex modes with RATE_MATCH_PAUSEDaniel Golle
2024-09-11net: phylink: Add phylink_set_fixed_link() to configure fixed link state in p...Russell King
2024-08-23net: sfp: pass the phy_device when disconnecting an sfp module's PHYMaxime Chevallier
2024-06-28net: move ethtool-related netdev state into its own structEdward Cree
2024-06-18net: phy: introduce core support for phy-mode = "10g-qxgmii"Vladimir Oltean
2024-05-30net: phylink: rename ovr_an_inband to default_an_inbandRussell King (Oracle)
2024-05-30net: phylink: move test for ovr_an_inbandRussell King (Oracle)
2024-05-30net: phylink: rearrange phylink_parse_mode()Russell King (Oracle)
2024-05-13net: revert partially applied PHY topology seriesJakub Kicinski
2024-04-30net: phylink: add debug print for empty posssible_interfacesRussell King (Oracle)
2024-04-06net: sfp: pass the phy_device when disconnecting an sfp module's PHYMaxime Chevallier
2024-03-28net: phylink: add rxc_always_on flag to phylink_pcsRomain Gantois
2024-03-28net: phylink: add PHY_F_RXC_ALWAYS_ON to PHY dev flagsRussell King (Oracle)
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit
2024-01-04Revert "Introduce PHY listing and link_topology tracking"Jakub Kicinski
2024-01-04net: phylink: move phylink_pcs_neg_mode() into phylink.cRussell King (Oracle)