summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phylink.c
AgeCommit message (Expand)Author
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-19net: phylink: add missing supported link modes for the fixed-linkWei Fang
2025-10-24net: phylink: add phylink managed wake-on-lan PHY speed controlRussell King (Oracle)
2025-10-24net: phylink: add phylink managed MAC Wake-on-Lan supportRussell King (Oracle)
2025-09-22net: phylink: use sfp_get_module_caps()Russell King (Oracle)
2025-09-15net: phylink: warn if deprecated array-style fixed-link binding is usedHeiner Kallweit
2025-09-05net: phy: transfer phy_config_inband() locking responsibility to phylinkVladimir Oltean
2025-09-05net: phylink: add lock for serializing concurrent pl->phydev writes with reso...Vladimir Oltean
2025-09-03net: phylink: move PHY interrupt request to non-fail pathRussell King (Oracle)
2025-09-02net: phylink: disable autoneg for interfaces that have no inbandRussell King (Oracle)
2025-09-02net: phylink: provide phylink_get_inband_type()Russell King (Oracle)
2025-07-09net: phy: MII-Lite PHY interface modeKamil HorĂ¡k - 2N
2025-07-07net: phylink: add phylink_sfp_select_interface_speed()Russell King (Oracle)
2025-07-07net: phylink: clear SFP interfaces when not in useRussell King (Oracle)
2025-07-07net: phylink: restrict SFP interfaces to those that are supportedRussell King (Oracle)
2025-06-24net: phy: Add interface types for 50G and 100GAlexander Duyck
2025-04-29net: phylink: Drop unused defines for SUPPORTED/ADVERTISED_INTERFACESAlexander Duyck
2025-04-22net: phylink: fix suspend/resume with WoL enabled and link downRussell King (Oracle)
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-25net: phylink: force link down on major_config failureRussell King (Oracle)
2025-03-25net: phylink: add functions to block/unblock rx clock stopRussell King (Oracle)
2025-03-25net: phylink: add phylink_prepare_resume()Russell King (Oracle)
2025-03-24net: phylink: Remove unused function pointer from phylink structureAlexander Duyck
2025-03-18net: phylink: Use phy_caps to get an interface's capabilities and modesMaxime Chevallier
2025-03-18net: phylink: Convert capabilities to linkmodes using phy_capsMaxime Chevallier
2025-03-18net: phylink: Add a mapping between MAC_CAPS and LINK_CAPSMaxime Chevallier
2025-03-18net: phylink: Use phy_caps_lookup for fixed-link configurationMaxime Chevallier
2025-03-18net: phy: phy_caps: Allow looking-up link caps based on speed and duplexMaxime Chevallier
2025-03-07net: phylink: Remove unused phylink_init_eeeDr. David Alan Gilbert
2025-03-05net: phylink: use pl->link_interface in phylink_expects_phy()Choong Yong Liang
2025-02-14net: remove phylink_pcs .neg_mode booleanRussell King (Oracle)
2025-02-14net: phylink: add support for notifying PCS about EEERussell King (Oracle)
2025-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-12net: phylink: provide phylink_mac_implements_lpi()Russell King (Oracle)
2025-02-11net: phylink: make configuring clock-stop dependent on MAC supportRussell King (Oracle)
2025-01-20net: phylink: fix regression when binding a PHYRussell King (Oracle)
2025-01-20net: phylink: always do a major config when attaching a SFP PHYRussell King (Oracle)
2025-01-16net: phylink: add EEE managementRussell King (Oracle)
2025-01-16net: phylink: add phylink_link_is_up() helperRussell King (Oracle)
2025-01-15net: phylink: provide fixed state for 1000base-X and 2500base-XRussell King (Oracle)
2025-01-15net: phylink: use neg_mode in phylink_mii_c22_pcs_decode_state()Russell King (Oracle)
2025-01-15net: phylink: pass neg_mode into c22 state decoderRussell King (Oracle)
2025-01-15net: phylink: pass neg_mode into .pcs_get_state() methodRussell King (Oracle)
2025-01-15net: phylink: use pcs_neg_mode in phylink_mac_pcs_get_state()Russell King (Oracle)
2025-01-06net: phylink: add support for PCS supported_interfaces bitmapRussell King (Oracle)
2024-12-15net: phylink: improve phylink_sfp_config_phy() error message with missing PHY...Vladimir Oltean
2024-12-04net: phylink: remove phylink_phy_no_inband()Russell King (Oracle)
2024-12-04net: phylink: add negotiation of in-band capabilitiesRussell King (Oracle)
2024-12-04net: phylink: add pcs_inband_caps() methodRussell King (Oracle)
2024-12-04net: phylink: add debug for phylink_major_config()Russell King (Oracle)