Age | Commit message (Expand) | Author |
2022-11-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-11-28 | net: phylink: fix PHY validation with rate adaption | Russell King (Oracle) |
2022-11-07 | net: remove explicit phylink_generic_validate() references | Russell King (Oracle) |
2022-10-26 | phylink: require valid state argument to phylink_validate_mask_caps() | Jakub Kicinski |
2022-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-10-19 | net: phylink: provide phylink_validate_mask_caps() helper | Russell King (Oracle) |
2022-10-15 | net: phylink: add mac_managed_pm in phylink_config structure | Shenwei Wang |
2022-10-03 | net: phylink: allow attaching phy for SFP modules on 802.3z mode | Marek Behún |
2022-10-03 | net: phylink: pass supported host PHY interface modes to phylib for SFP's PHYs | Marek Behún |
2022-10-03 | net: phylink: rename phylink_sfp_config() | Russell King (Oracle) |
2022-10-03 | net: phylink: use phy_interface_t bitmaps for optical modules | Russell King |
2022-10-03 | net: sfp: augment SFP parsing with phy_interface_t bitmap | Russell King |
2022-10-03 | net: phylink: add ability to validate a set of interface modes | Russell King (Oracle) |
2022-09-23 | net: phylink: Adjust advertisement based on rate matching | Sean Anderson |
2022-09-23 | net: phylink: Adjust link settings based on rate matching | Sean Anderson |
2022-09-23 | net: phylink: Generate caps and convert to linkmodes separately | Sean Anderson |
2022-09-23 | net: phylink: Export phylink_caps_to_linkmodes | Sean Anderson |
2022-09-05 | net: phy: Add 1000BASE-KX interface mode | Sean Anderson |
2022-08-26 | net: phylink: allow RGMII/RTBI in-band status | Qingfang DENG |
2022-08-22 | net: phy: Introduce QUSGMII PHY mode | Maxime Chevallier |
2022-07-08 | net: phylink: fix SGMII inband autoneg enable | Russell King (Oracle) |
2022-06-30 | net: phylink: fix NULL pl->pcs dereference during phylink_pcs_poll_start | Vladimir Oltean |
2022-06-28 | net: phylink: disable PCS polling over major configuration | Russell King (Oracle) |
2022-06-28 | net: phylink: remove pcs_ops member | Russell King (Oracle) |
2022-06-24 | net: phylink: add QSGMII support to phylink_mii_c22_pcs_encode_advertisement() | Russell King (Oracle) |
2022-05-02 | net: phylink: Convert to mdiobus_c45_{read|write} | Andrew Lunn |
2022-05-01 | ethtool: Add 10base-T1L link mode entry | Alexandru Tachici |
2022-04-13 | net: phylink: remove phylink_helper_basex_speed() | Russell King (Oracle) |
2022-03-02 | net: phylink: use %pe for printing errors | Russell King (Oracle) |
2022-02-28 | net: phylink: remove phylink_set_pcs() | Russell King (Oracle) |
2022-02-22 | net: phy: phylink: fix DSA mac_select_pcs() introduction | Russell King (Oracle) |
2022-02-19 | net: phylink: remove phylink_config's pcs_poll | Russell King (Oracle) |
2022-02-05 | net: phylink: remove phylink_set_10g_modes() | Russell King (Oracle) |
2021-12-16 | net: phylink: add pcs_validate() method | Russell King (Oracle) |
2021-12-16 | net: phylink: add mac_select_pcs() method to phylink_mac_ops | Russell King (Oracle) |
2021-12-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-12-09 | net: phylink: use legacy_pre_march2020 | Russell King (Oracle) |
2021-12-07 | net: phy: Add the missing blank line in the phylink_suspend comment | Yanteng Si |
2021-12-01 | net: phylink: tidy up disable bit clearing | Russell King |
2021-11-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-11-24 | net: phylink: Force retrigger in case of latched link-fail indicator | Russell King (Oracle) |
2021-11-24 | net: phylink: Force link down and retrigger resolve on interface change | Russell King (Oracle) |
2021-11-22 | net: phylink: handle NA interface mode in phylink_fwnode_phy_connect() | Russell King (Oracle) |
2021-11-22 | net: phylink: Add helpers for c22 registers without MDIO | Sean Anderson |
2021-11-19 | net: phylink: add 1000base-KX to phylink_caps_to_linkmodes() | Russell King (Oracle) |
2021-11-16 | net: document SMII and correct phylink's new validation mechanism | Russell King (Oracle) |
2021-11-15 | net: phylink: add generic validate implementation | Russell King (Oracle) |
2021-11-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-10-29 | net: phylink: avoid mvneta warning when setting pause parameters | Russell King (Oracle) |
2021-10-26 | net: phylink: use supported_interfaces for phylink validation | Russell King (Oracle) |