Age | Commit message (Expand) | Author | Files | Lines |
2020-01-21 | net: phy: add new version of phy_do_ioctl | Heiner Kallweit | 1 | -0/+1 |
2020-01-21 | net: phy: rename phy_do_ioctl to phy_do_ioctl_running | Heiner Kallweit | 1 | -1/+1 |
2020-01-20 | net: phy: add generic ndo_do_ioctl handler phy_do_ioctl | Heiner Kallweit | 1 | -0/+1 |
2020-01-17 | net: phy: Maintain MDIO device and bus statistics | Florian Fainelli | 1 | -0/+11 |
2020-01-14 | net: phy: add MACsec ops in phy_device | Antoine Tenart | 1 | -0/+7 |
2020-01-14 | net: macsec: introduce the macsec_context structure | Antoine Tenart | 1 | -0/+2 |
2020-01-14 | net: phy: Added IRQ print to phylink_bringup_phy() | Florian Fainelli | 1 | -0/+2 |
2020-01-06 | net: phy: add PHY_INTERFACE_MODE_10GBASER | Russell King | 1 | -4/+8 |
2019-12-26 | net: Introduce a new MII time stamping interface. | Richard Cochran | 1 | -31/+10 |
2019-12-26 | net: phy: Introduce helper functions for time stamping support. | Richard Cochran | 1 | -0/+60 |
2019-12-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+1 |
2019-12-21 | net: phy: ensure that phy IDs are correctly typed | Russell King | 1 | -1/+1 |
2019-12-19 | net: phy: provide and use genphy_read_status_fixed() | Russell King | 1 | -0/+1 |
2019-12-19 | net: phy: add genphy_check_and_restart_aneg() | Russell King | 1 | -0/+1 |
2019-11-25 | net: phy: add helpers phy_(un)lock_mdio_bus | Heiner Kallweit | 1 | -0/+10 |
2019-11-23 | net: phy: remove phy_ethtool_sset() | Russell King | 1 | -1/+0 |
2019-11-19 | net: phy: add core phylib sfp support | Russell King | 1 | -0/+11 |
2019-10-24 | net: phy: add support for clause 37 auto-negotiation | Heiner Kallweit | 1 | -0/+4 |
2019-10-05 | net: phy: extract pause mode | Russell King | 1 | -0/+1 |
2019-10-05 | net: phy: extract link partner advertisement reading | Russell King | 1 | -0/+1 |
2019-09-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+1 |
2019-08-28 | Add genphy_c45_config_aneg() function to phy-c45.c | Marco Hartmann | 1 | -0/+1 |
2019-08-17 | net: phy: remove genphy_config_init | Heiner Kallweit | 1 | -1/+0 |
2019-08-14 | net: phy: let phy_speed_down/up support speeds >1Gbps | Heiner Kallweit | 1 | -0/+2 |
2019-08-14 | net: phy: add phy_speed_down_core and phy_resolve_min_speed | Heiner Kallweit | 1 | -0/+1 |
2019-08-12 | net: phy: add phy_modify_paged_changed | Heiner Kallweit | 1 | -0/+2 |
2019-08-12 | net: phy: prepare phylib to deal with PHY's extending Clause 22 | Heiner Kallweit | 1 | -1/+7 |
2019-07-13 | net: phy: make exported variables non-static | Denis Efremov | 1 | -0/+3 |
2019-07-09 | net: stmmac: enable clause 45 mdio support | Kweh Hock Leong | 1 | -0/+2 |
2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -6/+1 |
2019-06-06 | net: phy: remove state PHY_FORCING | Heiner Kallweit | 1 | -11/+0 |
2019-05-31 | net: phy: export phy_queue_state_machine | Heiner Kallweit | 1 | -1/+1 |
2019-05-31 | net: phy: add callback for custom interrupt handler to struct phy_driver | Heiner Kallweit | 1 | -0/+3 |
2019-05-31 | net: phy: enable interrupts when PHY is attached already | Heiner Kallweit | 1 | -0/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -6/+1 |
2019-05-24 | net: phy: add interface mode PHY_INTERFACE_MODE_USXGMII | Heiner Kallweit | 1 | -0/+3 |
2019-05-04 | net: phy: improve resuming from hibernation | Heiner Kallweit | 1 | -8/+1 |
2019-05-04 | net: phy: improve pause handling | Heiner Kallweit | 1 | -0/+1 |
2019-04-09 | net: phy: improve link partner capability detection | Heiner Kallweit | 1 | -0/+2 |
2019-04-04 | net: phy: fix autoneg mismatch case in genphy_read_status | Heiner Kallweit | 1 | -0/+1 |
2019-04-02 | net: phy: add genphy_read_abilities | Heiner Kallweit | 1 | -0/+1 |
2019-03-04 | net: phy: remove gen10g_no_soft_reset | Heiner Kallweit | 1 | -1/+0 |
2019-03-04 | net: phy: don't export gen10g_read_status | Heiner Kallweit | 1 | -1/+0 |
2019-03-04 | net: phy: remove gen10g_config_init | Heiner Kallweit | 1 | -1/+0 |
2019-03-04 | net: phy: remove gen10g_suspend and gen10g_resume | Heiner Kallweit | 1 | -2/+0 |
2019-02-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+8 |
2019-02-24 | net: phy: realtek: Dummy IRQ calls for RTL8366RB | Linus Walleij | 1 | -0/+8 |
2019-02-24 | net: phy: add genphy_c45_read_status | Heiner Kallweit | 1 | -0/+1 |
2019-02-22 | net: phy: add genphy_c45_check_and_restart_aneg | Heiner Kallweit | 1 | -0/+1 |
2019-02-22 | net: phy: export genphy_config_eee_advert | Heiner Kallweit | 1 | -0/+1 |