summaryrefslogtreecommitdiff
path: root/include/linux/phylink.h
AgeCommit message (Expand)AuthorFilesLines
2025-04-23net: phylink: mac_link_(up|down)() clarificationsRussell King (Oracle)1-11/+20
2025-03-25net: phylink: add functions to block/unblock rx clock stopRussell King (Oracle)1-0/+3
2025-03-25net: phylink: add phylink_prepare_resume()Russell King (Oracle)1-0/+1
2025-03-17net: phylink: expand on .pcs_config() method documentationRussell King (Oracle)1-0/+8
2025-03-08net: phylink: Remove unused phylink_init_eeeDr. David Alan Gilbert1-1/+0
2025-02-15net: remove phylink_pcs .neg_mode booleanRussell King (Oracle)1-2/+0
2025-02-15net: phylink: add support for notifying PCS about EEERussell King (Oracle)1-0/+22
2025-02-13net: phylink: provide phylink_mac_implements_lpi()Russell King (Oracle)1-0/+12
2025-01-17net: phylink: add EEE managementRussell King (Oracle)1-0/+45
2025-01-16net: phylink: pass neg_mode into c22 state decoderRussell King (Oracle)1-1/+2
2025-01-16net: phylink: pass neg_mode into .pcs_get_state() methodRussell King (Oracle)1-2/+6
2025-01-07net: phylink: add support for PCS supported_interfaces bitmapRussell King (Oracle)1-0/+3
2024-12-05net: phylink: add pcs_inband_caps() methodRussell King (Oracle)1-0/+17
2024-09-11net: phylink: Add phylink_set_fixed_link() to configure fixed link state in p...Russell King1-0/+2
2024-06-18net: phy: introduce core support for phy-mode = "10g-qxgmii"Vladimir Oltean1-0/+1
2024-05-31net: phylink: rename ovr_an_inband to default_an_inbandRussell King (Oracle)1-2/+3
2024-03-29net: phylink: add rxc_always_on flag to phylink_pcsRomain Gantois1-0/+38
2024-03-29net: phylink: add PHY_F_RXC_ALWAYS_ON to PHY dev flagsRussell King (Oracle)1-0/+4
2024-03-07net: phylink: clean the pcs_get_state documentationMaxime Chevallier1-3/+0
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit1-2/+2
2024-01-04net: phylink: move phylink_pcs_neg_mode() into phylink.cRussell King (Oracle)1-66/+0
2023-10-18net: phylink: remove a bunch of unused validation methodsRussell King (Oracle)1-11/+0
2023-10-18net: phylink: remove .validate() methodRussell King (Oracle)1-38/+0
2023-10-18net: phylink: provide mac_get_caps() methodRussell King (Oracle)1-0/+15
2023-09-06net: phylink: fix sphinx complaint about invalid literalJakub Kicinski1-2/+2
2023-08-26net: phylink: add phylink_limit_mac_speed()Russell King (Oracle)1-0/+2
2023-07-25net: phylink: strip out pre-March 2020 legacy codeRussell King (Oracle)1-39/+6
2023-07-18net: phylink: remove legacy mac_an_restart() methodRussell King (Oracle)1-12/+0
2023-07-14net: phylink: add support for PCS link change notificationsRussell King (Oracle)1-0/+7
2023-07-14net: phylink: add pcs_pre_config()/pcs_post_config() methodsRussell King (Oracle)1-0/+6
2023-07-14net: phylink: add pcs_enable()/pcs_disable() methodsRussell King (Oracle)1-0/+16
2023-06-27phylink: ReST-ify the phylink_pcs_neg_mode() kdocJakub Kicinski1-4/+6
2023-06-23net: phylink: pass neg_mode into phylink_mii_c22_pcs_config()Russell King (Oracle)1-2/+3
2023-06-23net: phylink: add PCS negotiation modeRussell King (Oracle)1-6/+98
2023-05-24net: phylink: add function to resolve clause 73 negotiationRussell King (Oracle)1-0/+2
2023-05-13net: phylink: constify fwnode argumentsRussell King (Oracle)1-4/+5
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2023-03-31net: phylink: add phylink_expects_phy() methodMichael Sit Wei Hong1-0/+1
2023-03-23net: phylink: remove an_enabledRussell King (Oracle)1-2/+0
2022-11-08net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)1-0/+5
2022-10-29net: phylink: add phylink_get_link_timer_ns() helperRussell King (Oracle)1-0/+24
2022-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2022-10-19net: phylink: provide phylink_validate_mask_caps() helperRussell King (Oracle)1-0/+3
2022-10-15net: phylink: add mac_managed_pm in phylink_config structureShenwei Wang1-0/+2
2022-09-23net: phylink: Adjust advertisement based on rate matchingSean Anderson1-1/+2
2022-09-23net: phylink: Adjust link settings based on rate matchingSean Anderson1-0/+5
2022-09-23net: phylink: Generate caps and convert to linkmodes separatelySean Anderson1-2/+2
2022-09-23net: phylink: Export phylink_caps_to_linkmodesSean Anderson1-0/+1
2022-09-23net: phylink: Document MAC_(A)SYM_PAUSESean Anderson1-0/+29
2022-04-13net: phylink: remove phylink_helper_basex_speed()Russell King (Oracle)1-6/+0