aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/phylink.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-28net: phylink: add rxc_always_on flag to phylink_pcsRomain Gantois1-0/+38
2024-03-28net: 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-17net: phylink: remove a bunch of unused validation methodsRussell King (Oracle)1-11/+0
2023-10-17net: phylink: remove .validate() methodRussell King (Oracle)1-38/+0
2023-10-17net: 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-25net: 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-22net: phylink: pass neg_mode into phylink_mii_c22_pcs_config()Russell King (Oracle)1-2/+3
2023-06-22net: 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-22net: phylink: remove an_enabledRussell King (Oracle)1-2/+0
2022-11-07net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)1-0/+5
2022-10-28net: phylink: add phylink_get_link_timer_ns() helperRussell King (Oracle)1-0/+24
2022-10-20Merge 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
2022-02-28net: phylink: remove phylink_set_pcs()Russell King (Oracle)1-1/+0
2022-02-19net: phylink: remove phylink_config's pcs_pollRussell King (Oracle)1-2/+0
2022-02-05net: phylink: remove phylink_set_10g_modes()Russell King (Oracle)1-1/+0
2021-12-16net: phylink: add pcs_validate() methodRussell King (Oracle)1-0/+20
2021-12-16net: phylink: add mac_select_pcs() method to phylink_mac_opsRussell King (Oracle)1-0/+18
2021-12-09net: phylink: use legacy_pre_march2020Russell King (Oracle)1-0/+17
2021-12-09net: phylink: add legacy_pre_march2020 indicatorRussell King (Oracle)1-0/+3
2021-11-22net: phylink: Add helpers for c22 registers without MDIOSean Anderson1-3/+4
2021-11-15net: phylink: add generic validate implementationRussell King (Oracle)1-0/+31
2021-10-26net: phylink: use supported_interfaces for phylink validationRussell King (Oracle)1-2/+10
2021-10-26net: phylink: add MAC phy_interface_t bitmapRussell King1-0/+1
2021-10-04net: phylink: add phylink_set_10g_modes() helperRussell King (Oracle)1-0/+1
2021-09-07net: phylink: add suspend/resume supportRussell King (Oracle)1-0/+3
2021-06-11net: phylink: introduce phylink_fwnode_phy_connect()Calvin Johnson1-0/+3
2021-03-15net: phylink: make phylink_parse_mode() support non-DT platformOng Boon Leong1-0/+2
2020-08-31net: phylink: add helper function to decode USXGMII wordIoana Ciornei1-0/+3
2020-08-17phylink: <linux/phylink.h>: fix function prototype kernel-doc warningRandy Dunlap1-1/+2
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-17/+88
2020-07-21net: phylink: add interface to configure clause 22 PCS PHYRussell King1-0/+3
2020-07-21net: phylink: add struct phylink_pcsRussell King1-15/+30
2020-07-21net: phylink: re-implement interface configuration with PCSRussell King1-0/+48
2020-07-21net: phylink: in-band pause mode advertisement update for PCSRussell King1-2/+5
2020-06-26net: pylink.h: add kernel-doc descriptions for new fields at phylink_configMauro Carvalho Chehab1-0/+4
2020-06-25net: phylink: add phylink_speed_(up|down) interfaceRussell King1-0/+2
2020-04-24net: phylink, dsa: eliminate phylink_fixed_state_cb()Russell King1-3/+3
2020-03-30net: phylink: add separate pcs operations structureRussell King1-0/+88
2020-03-30net: phylink: rename 'ops' to 'mac_ops'Russell King1-1/+1
2020-03-30net: phylink: change phylink_mii_c22_pcs_set_advertisement() prototypeRussell King1-1/+2
2020-03-17net: phylink: pcs: add 802.3 clause 45 helpersRussell King1-0/+2
2020-03-17net: phylink: pcs: add 802.3 clause 22 helpersRussell King1-0/+6
2020-02-27net: phylink: propagate resolved link config via mac_link_up()Russell King1-15/+42
2020-02-16net: phylink: clarify flow control settings in documentationRussell King1-8/+18
2020-02-16net: phylink: resolve fixed link flow controlRussell King1-5/+3
2020-01-05net: phylink: add support for polling MAC PCSVladimir Oltean1-0/+2
2019-11-23net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King1-12/+13
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+9
2019-06-28net: phylink: further documentation clarificationsRussell King1-2/+9
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+12
2019-06-14net: phylink: further mac_config documentation improvementsRussell King - ARM Linux admin1-1/+12
2019-05-29net: phylink: Add PHYLINK_DEV operation typeIoana Ciornei1-0/+1
2019-05-29net: phylink: Add struct phylink_config to PHYLINK APIIoana Ciornei1-20/+36
2019-02-24net: phylink: update mac_config() documentationRussell King1-0/+7
2019-02-12net: phylink: add phylink_init_eee() helperRussell King1-0/+1
2018-08-09phylink: add helper for configuring 2500BaseX modesRussell King1-0/+1
2018-03-30sfp/phylink: move module EEPROM ethtool access into netdev core ethtoolRussell King1-3/+0
2018-03-30net: phy: phylink: Provide PHY interface to mac_link_{up, down}Florian Fainelli1-3/+11
2017-12-13net: phy: phylink: Allow setting a custom link state callbackFlorian Fainelli1-0/+3
2017-12-13net: phy: phylink: Allow specifying PHY device flagsFlorian Fainelli1-1/+1
2017-12-05phylink: convert to fwnodeRussell King1-1/+2
2017-12-05phylink: add documentation for kernel APIsRussell King1-48/+135
2017-12-05phylink: remove phylink_init_eee()Russell King1-1/+0
2017-12-05phylink: get rid of separate Cisco SGMII and 802.3z modesRussell King1-12/+7
2017-08-06phylink: add module EEPROM supportRussell King1-0/+3
2017-08-06phylink: add phylink infrastructureRussell King1-0/+145