summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phylink.c
Commit message (Expand)AuthorAgeFilesLines
* net: phylink: add QSGMII support to phylink_mii_c22_pcs_encode_advertisement()Russell King (Oracle)2022-06-241-0/+1
* net: phylink: Convert to mdiobus_c45_{read|write}Andrew Lunn2022-05-021-15/+17
* ethtool: Add 10base-T1L link mode entryAlexandru Tachici2022-05-011-1/+3
* net: phylink: remove phylink_helper_basex_speed()Russell King (Oracle)2022-04-131-28/+0
* net: phylink: use %pe for printing errorsRussell King (Oracle)2022-03-021-9/+11
* net: phylink: remove phylink_set_pcs()Russell King (Oracle)2022-02-281-32/+12
* net: phy: phylink: fix DSA mac_select_pcs() introductionRussell King (Oracle)2022-02-221-3/+11
* net: phylink: remove phylink_config's pcs_pollRussell King (Oracle)2022-02-191-2/+1
* net: phylink: remove phylink_set_10g_modes()Russell King (Oracle)2022-02-051-11/+0
* net: phylink: add pcs_validate() methodRussell King (Oracle)2021-12-161-0/+31
* net: phylink: add mac_select_pcs() method to phylink_mac_opsRussell King (Oracle)2021-12-161-9/+59
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-091-0/+1
|\
| * net: phy: Add the missing blank line in the phylink_suspend commentYanteng Si2021-12-071-0/+1
* | net: phylink: use legacy_pre_march2020Russell King (Oracle)2021-12-091-6/+6
* | net: phylink: tidy up disable bit clearingRussell King2021-12-011-6/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-261-1/+25
|\ \ | |/
| * net: phylink: Force retrigger in case of latched link-fail indicatorRussell King (Oracle)2021-11-241-0/+13
| * net: phylink: Force link down and retrigger resolve on interface changeRussell King (Oracle)2021-11-241-1/+12
* | net: phylink: handle NA interface mode in phylink_fwnode_phy_connect()Russell King (Oracle)2021-11-221-1/+8
* | net: phylink: Add helpers for c22 registers without MDIOSean Anderson2021-11-221-44/+60
* | net: phylink: add 1000base-KX to phylink_caps_to_linkmodes()Russell King (Oracle)2021-11-191-0/+1
* | net: document SMII and correct phylink's new validation mechanismRussell King (Oracle)2021-11-161-1/+1
* | net: phylink: add generic validate implementationRussell King (Oracle)2021-11-151-0/+252
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-011-1/+1
|\
| * net: phylink: avoid mvneta warning when setting pause parametersRussell King (Oracle)2021-10-291-1/+1
* | net: phylink: use supported_interfaces for phylink validationRussell King (Oracle)2021-10-261-0/+36
* | net: phylink: Convert some users of mdiobus_* to mdiodev_*Sean Anderson2021-10-241-16/+7
* | net: phylink: Support disabling autonegotiation for PCSRobert Hancock2021-10-191-5/+19
* | net: phylink: rejig SFP interface selection in ksettings_set()Russell King (Oracle)2021-10-191-10/+10
* | net: phylink: use mdiobus_modify_changed() helperRussell King (Oracle)2021-10-061-25/+4
* | net: phylink: add phylink_set_10g_modes() helperRussell King (Oracle)2021-10-041-0/+11
* | net: phylink: don't call netif_carrier_off() with NULL netdevRussell King (Oracle)2021-09-191-1/+4
|/
* net: phylink: Update SFP selected interface on advertising changesNathan Rossi2021-09-081-1/+29
* net: phylink: add suspend/resume supportRussell King (Oracle)2021-09-071-0/+82
* net: phylink: cleanup ksettings_setRussell King (Oracle)2021-07-211-7/+9
* net: phylink: add phy change pause mode debugRussell King (Oracle)2021-07-201-2/+3
* net: phy: fix formatting issues with bracesWenpeng Liang2021-06-161-3/+2
* net: phy: correct format of block commentsWenpeng Liang2021-06-161-3/+6
* net: phylink: Add 25G BASE-R supportSteen Hegelund2021-06-121-0/+5
* net: phylink: Refactor phylink_of_phy_connect()Calvin Johnson2021-06-111-38/+1
* net: phylink: introduce phylink_fwnode_phy_connect()Calvin Johnson2021-06-111-0/+54
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-1/+1
|\
| * net: phylink: Fix phylink_err() function name error in phylink_major_configOng Boon Leong2021-03-151-1/+1
* | net: phylink: make phylink_parse_mode() support non-DT platformOng Boon Leong2021-03-151-2/+3
|/
* net: phylink: Add 5gbase-r supportMarek BehĂșn2021-02-161-0/+4
* net: phy: fix kernel-doc markupsMauro Carvalho Chehab2020-11-171-1/+1
* net: phylink: disable BMCR_ISOLATE in phylink_mii_c22_pcs_configRobert Hancock2020-10-271-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-2/+2
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* | net: phylink: consider QSGMII interface mode in phylink_mii_c22_pcs_get_stateIoana Ciornei2020-08-311-0/+1