| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-06-09 | net: ethtool: optionally skip rtnl_lock in ethnl_act_module_fw_flash() | Jakub Kicinski | 1 | -4/+2 |
| 2026-06-04 | net: ethtool: cmis_cdb: hold instance lock for ops locked devices | Jakub Kicinski | 1 | -0/+2 |
| 2026-05-26 | ethtool: module: fix cleanup if socket used for flashing multiple devices | Jakub Kicinski | 1 | -5/+4 |
| 2026-05-26 | ethtool: module: check fw_flash_in_progress under rtnl_lock | Jakub Kicinski | 1 | -6/+6 |
| 2026-05-26 | ethtool: module: avoid racy updates to dev->ethtool bitfield | Jakub Kicinski | 1 | -2/+10 |
| 2026-05-26 | ethtool: module: avoid leaking a netdev ref on module flash errors | Jakub Kicinski | 1 | -2/+3 |
| 2026-05-26 | ethtool: module: call ethnl_ops_complete() on module flash errors | Jakub Kicinski | 1 | -1/+2 |
| 2026-03-20 | net: ethtool: re-order local includes | Maxime Chevallier | 1 | -2/+2 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -1/+1 |
| 2025-03-08 | net: move misc netdev_lock flavors to a separate header | Jakub Kicinski | 1 | -0/+1 |
| 2025-03-06 | net: ethtool: try to protect all callback with netdev instance lock | Jakub Kicinski | 1 | -3/+5 |
| 2024-07-13 | net: ethtool: Monotonically increase the message sequence number | Danielle Ratson | 1 | -1/+1 |
| 2024-07-04 | ethtool: move firmware flashing flag to struct ethtool_netdev_state | Edward Cree | 1 | -5/+5 |
| 2024-06-28 | ethtool: Add ability to flash transceiver modules' firmware | Danielle Ratson | 1 | -0/+277 |
| 2024-06-28 | ethtool: Add flashing transceiver modules' firmware notifications ability | Danielle Ratson | 1 | -0/+117 |
| 2023-08-15 | ethtool: netlink: always pass genl_info to .prepare_data | Jakub Kicinski | 1 | -3/+2 |
| 2023-01-27 | ethtool: netlink: convert commands to common SET | Jakub Kicinski | 1 | -54/+35 |
| 2021-12-15 | ethtool: use ethnl_parse_header_dev_put() | Eric Dumazet | 1 | -1/+1 |
| 2021-10-06 | ethtool: Add ability to control transceiver modules' power mode | Ido Schimmel | 1 | -0/+180 |