Age | Commit message (Expand) | Author |
2019-10-04 | net: phy: extract pause mode | Russell King |
2019-10-04 | net: phy: extract link partner advertisement reading | Russell King |
2019-09-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2019-08-27 | Add genphy_c45_config_aneg() function to phy-c45.c | Marco Hartmann |
2019-08-17 | net: phy: remove genphy_config_init | Heiner Kallweit |
2019-08-13 | net: phy: let phy_speed_down/up support speeds >1Gbps | Heiner Kallweit |
2019-08-13 | net: phy: add phy_speed_down_core and phy_resolve_min_speed | Heiner Kallweit |
2019-08-11 | net: phy: add phy_modify_paged_changed | Heiner Kallweit |
2019-08-11 | net: phy: prepare phylib to deal with PHY's extending Clause 22 | Heiner Kallweit |
2019-07-12 | net: phy: make exported variables non-static | Denis Efremov |
2019-07-08 | net: stmmac: enable clause 45 mdio support | Kweh Hock Leong |
2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-06-05 | net: phy: remove state PHY_FORCING | Heiner Kallweit |
2019-05-30 | net: phy: export phy_queue_state_machine | Heiner Kallweit |
2019-05-30 | net: phy: add callback for custom interrupt handler to struct phy_driver | Heiner Kallweit |
2019-05-30 | net: phy: enable interrupts when PHY is attached already | Heiner Kallweit |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2019-05-24 | net: phy: add interface mode PHY_INTERFACE_MODE_USXGMII | Heiner Kallweit |
2019-05-04 | net: phy: improve resuming from hibernation | Heiner Kallweit |
2019-05-04 | net: phy: improve pause handling | Heiner Kallweit |
2019-04-08 | net: phy: improve link partner capability detection | Heiner Kallweit |
2019-04-03 | net: phy: fix autoneg mismatch case in genphy_read_status | Heiner Kallweit |
2019-04-02 | net: phy: add genphy_read_abilities | Heiner Kallweit |
2019-03-03 | net: phy: remove gen10g_no_soft_reset | Heiner Kallweit |
2019-03-03 | net: phy: don't export gen10g_read_status | Heiner Kallweit |
2019-03-03 | net: phy: remove gen10g_config_init | Heiner Kallweit |
2019-03-03 | net: phy: remove gen10g_suspend and gen10g_resume | Heiner Kallweit |
2019-02-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-02-23 | net: phy: realtek: Dummy IRQ calls for RTL8366RB | Linus Walleij |
2019-02-23 | net: phy: add genphy_c45_read_status | Heiner Kallweit |
2019-02-21 | net: phy: add genphy_c45_check_and_restart_aneg | Heiner Kallweit |
2019-02-21 | net: phy: export genphy_config_eee_advert | Heiner Kallweit |
2019-02-17 | net: phy: add genphy_c45_an_config_aneg | Andrew Lunn |
2019-02-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-02-14 | net: phy: don't use locking in phy_is_started | Heiner Kallweit |
2019-02-13 | net: phy: Extract genphy_c45_pma_read_abilities from marvell10g | Maxime Chevallier |
2019-02-13 | net: phy: Move of_set_phy_eee_broken to phy-core.c | Maxime Chevallier |
2019-02-13 | net: phy: Mask-out non-compatible modes when setting the max-speed | Maxime Chevallier |
2019-02-10 | net: phy: add register modifying helpers returning 1 on change | Heiner Kallweit |
2019-02-09 | net: phy: Add support for asking the PHY its abilities | Andrew Lunn |
2019-02-07 | net: phy: let genphy_c45_read_link manage the devices to check | Heiner Kallweit |
2019-02-06 | net: phy: provide full set of accessor functions to MMD registers | Nikita Yushchenko |
2019-01-24 | net: phy: change phy_start_interrupts to phy_request_interrupt | Heiner Kallweit |
2019-01-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-01-19 | net: phy: phy driver features are mandatory | Camelia Groza |
2019-01-18 | net: phy: remove phy_stop_interrupts | Heiner Kallweit |
2019-01-18 | net: phy: remove state PHY_CHANGELINK | Heiner Kallweit |
2019-01-17 | net: phy: Add helpers to determine if PHY driver is generic | Florian Fainelli |
2019-01-16 | net: phy: Add missing features to PHY drivers | Andrew Lunn |
2018-12-27 | phy.h: fix obvious errors in doc and kerneldoc content | Robert P. J. Day |