summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phylink.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * net: phylink: fix ksettings_set() ethtool callRussell King (Oracle)2023-05-151-4/+4
* | net: phylink: constify fwnode argumentsRussell King (Oracle)2023-05-131-5/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-061-0/+19
|\
| * net: phylink: add phylink_expects_phy() methodMichael Sit Wei Hong2023-03-311-0/+19
* | net: phylink: remove an_enabledRussell King (Oracle)2023-03-231-20/+17
|/
* net: phylink: support validated pause and autoneg in fixed-linkIvan Bornyakov2023-02-151-3/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-091-3/+2
|\
| * net: phylink: move phy_device_free() to correctly release phy deviceClément Léger2023-02-031-3/+2
* | drivers/net/phy: add the link modes for the 10BASE-T1S Ethernet PHYPiergiorgio Beruto2023-01-111-1/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-6/+16
|\
| * net: phylink: fix PHY validation with rate adaptionRussell King (Oracle)2022-11-281-6/+16
* | net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)2022-11-081-1/+4
* | phylink: require valid state argument to phylink_validate_mask_caps()Jakub Kicinski2022-10-271-3/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-211-0/+3
|\|
| * net: phylink: add mac_managed_pm in phylink_config structureShenwei Wang2022-10-151-0/+3
* | net: phylink: provide phylink_validate_mask_caps() helperRussell King (Oracle)2022-10-191-12/+29
|/
* net: phylink: allow attaching phy for SFP modules on 802.3z modeMarek Behún2022-10-031-4/+1
* net: phylink: pass supported host PHY interface modes to phylib for SFP's PHYsMarek Behún2022-10-031-0/+17
* net: phylink: rename phylink_sfp_config()Russell King (Oracle)2022-10-031-6/+5
* net: phylink: use phy_interface_t bitmaps for optical modulesRussell King2022-10-031-30/+134
* net: sfp: augment SFP parsing with phy_interface_t bitmapRussell King2022-10-031-1/+3
* net: phylink: add ability to validate a set of interface modesRussell King (Oracle)2022-10-031-7/+10
* net: phylink: Adjust advertisement based on rate matchingSean Anderson2022-09-231-3/+103
* net: phylink: Adjust link settings based on rate matchingSean Anderson2022-09-231-12/+123
* net: phylink: Generate caps and convert to linkmodes separatelySean Anderson2022-09-231-10/+11
* net: phylink: Export phylink_caps_to_linkmodesSean Anderson2022-09-231-2/+10
* net: phy: Add 1000BASE-KX interface modeSean Anderson2022-09-051-0/+1
* net: phylink: allow RGMII/RTBI in-band statusQingfang DENG2022-08-261-0/+5
* net: phy: Introduce QUSGMII PHY modeMaxime Chevallier2022-08-221-0/+3
* net: phylink: fix SGMII inband autoneg enableRussell King (Oracle)2022-07-091-1/+3
* net: phylink: fix NULL pl->pcs dereference during phylink_pcs_poll_startVladimir Oltean2022-06-301-1/+1
* net: phylink: disable PCS polling over major configurationRussell King (Oracle)2022-06-291-10/+20
* net: phylink: remove pcs_ops memberRussell King (Oracle)2022-06-291-20/+19
* 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-031-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-231-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-081-0/+1
* | net: phylink: use legacy_pre_march2020Russell King (Oracle)2021-12-091-6/+6
* | net: phylink: tidy up disable bit clearingRussell King2021-12-021-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-251-0/+13