summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phylink.c
AgeCommit message (Expand)Author
2023-05-24net: phylink: add function to resolve clause 73 negotiationRussell King (Oracle)
2023-05-24net: phylink: remove duplicated linkmode pause resolutionRussell King (Oracle)
2023-05-22net: phylink: require supported_interfaces to be filledRussell King (Oracle)
2023-05-22net: phy: add helpers for comparing phy IDsRussell King
2023-05-18net: sfp: add support for setting signalling rateRussell King (Oracle)
2023-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-15net: phylink: fix ksettings_set() ethtool callRussell King (Oracle)
2023-05-13net: phylink: constify fwnode argumentsRussell King (Oracle)
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-31net: phylink: add phylink_expects_phy() methodMichael Sit Wei Hong
2023-03-22net: phylink: remove an_enabledRussell King (Oracle)
2023-02-15net: phylink: support validated pause and autoneg in fixed-linkIvan Bornyakov
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-03net: phylink: move phy_device_free() to correctly release phy deviceClément Léger
2023-01-11drivers/net/phy: add the link modes for the 10BASE-T1S Ethernet PHYPiergiorgio Beruto
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-28net: phylink: fix PHY validation with rate adaptionRussell King (Oracle)
2022-11-07net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)
2022-10-26phylink: require valid state argument to phylink_validate_mask_caps()Jakub Kicinski
2022-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-19net: phylink: provide phylink_validate_mask_caps() helperRussell King (Oracle)
2022-10-15net: phylink: add mac_managed_pm in phylink_config structureShenwei Wang
2022-10-03net: phylink: allow attaching phy for SFP modules on 802.3z modeMarek Behún
2022-10-03net: phylink: pass supported host PHY interface modes to phylib for SFP's PHYsMarek Behún
2022-10-03net: phylink: rename phylink_sfp_config()Russell King (Oracle)
2022-10-03net: phylink: use phy_interface_t bitmaps for optical modulesRussell King
2022-10-03net: sfp: augment SFP parsing with phy_interface_t bitmapRussell King
2022-10-03net: phylink: add ability to validate a set of interface modesRussell King (Oracle)
2022-09-23net: phylink: Adjust advertisement based on rate matchingSean Anderson
2022-09-23net: phylink: Adjust link settings based on rate matchingSean Anderson
2022-09-23net: phylink: Generate caps and convert to linkmodes separatelySean Anderson
2022-09-23net: phylink: Export phylink_caps_to_linkmodesSean Anderson
2022-09-05net: phy: Add 1000BASE-KX interface modeSean Anderson
2022-08-26net: phylink: allow RGMII/RTBI in-band statusQingfang DENG
2022-08-22net: phy: Introduce QUSGMII PHY modeMaxime Chevallier
2022-07-08net: phylink: fix SGMII inband autoneg enableRussell King (Oracle)
2022-06-30net: phylink: fix NULL pl->pcs dereference during phylink_pcs_poll_startVladimir Oltean
2022-06-28net: phylink: disable PCS polling over major configurationRussell King (Oracle)
2022-06-28net: phylink: remove pcs_ops memberRussell King (Oracle)
2022-06-24net: phylink: add QSGMII support to phylink_mii_c22_pcs_encode_advertisement()Russell King (Oracle)
2022-05-02net: phylink: Convert to mdiobus_c45_{read|write}Andrew Lunn
2022-05-01ethtool: Add 10base-T1L link mode entryAlexandru Tachici
2022-04-13net: phylink: remove phylink_helper_basex_speed()Russell King (Oracle)
2022-03-02net: phylink: use %pe for printing errorsRussell King (Oracle)
2022-02-28net: phylink: remove phylink_set_pcs()Russell King (Oracle)
2022-02-22net: phy: phylink: fix DSA mac_select_pcs() introductionRussell King (Oracle)
2022-02-19net: phylink: remove phylink_config's pcs_pollRussell King (Oracle)
2022-02-05net: phylink: remove phylink_set_10g_modes()Russell King (Oracle)
2021-12-16net: phylink: add pcs_validate() methodRussell King (Oracle)
2021-12-16net: phylink: add mac_select_pcs() method to phylink_mac_opsRussell King (Oracle)