Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2024-03-06 | genetlink: fit NLMSG_DONE into same read() as families | Jakub Kicinski | 1 | -5/+7 |
2024-03-06 | netdev: let netlink core handle -EMSGSIZE errors | Jakub Kicinski | 2 | -14/+3 |
2024-03-06 | netlink: handle EMSGSIZE errors in the core | Jakub Kicinski | 1 | -0/+9 |
2024-03-06 | selftests: avoid using SKIP(exit()) in harness fixure setup | Jakub Kicinski | 2 | -4/+4 |
2024-03-06 | net: fec: Fixup EEE | Andrew Lunn | 1 | -18/+5 |
2024-03-06 | net: fec: Move fec_enet_eee_mode_set() and helper earlier | Andrew Lunn | 1 | -37/+38 |
2024-03-06 | net: phy: Add phy_support_eee() indicating MAC support EEE | Andrew Lunn | 2 | -1/+30 |
2024-03-06 | net: phy: Immediately call adjust_link if only tx_lpi_enabled changes | Andrew Lunn | 2 | -5/+49 |
2024-03-06 | net: phy: Keep track of EEE configuration | Andrew Lunn | 2 | -2/+8 |
2024-03-06 | net: phy: Add phydev->enable_tx_lpi to simplify adjust link callbacks | Andrew Lunn | 2 | -0/+9 |