| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-05-11 | net: ethtool: fix missing closing paren in rings_reply_size() | Tao Cui | 1 | -2/+2 |
| 2026-03-20 | net: ethtool: re-order local includes | Maxime Chevallier | 1 | -1/+1 |
| 2025-02-24 | net: ethtool: fix ioctl confusing drivers about desired HDS user config | Jakub Kicinski | 1 | -5/+4 |
| 2025-01-20 | net: ethtool: populate the default HDS params in the core | Jakub Kicinski | 1 | -0/+4 |
| 2025-01-20 | net: provide pending ring configuration in net_device | Jakub Kicinski | 1 | -5/+3 |
| 2025-01-20 | net: move HDS config from ethtool state | Jakub Kicinski | 1 | -3/+5 |
| 2025-01-15 | net: ethtool: add ring parameter filtering | Taehee Yoo | 1 | -0/+13 |
| 2025-01-15 | net: ethtool: add support for configuring hds-thresh | Taehee Yoo | 1 | -3/+25 |
| 2025-01-15 | net: ethtool: add hds_config member in ethtool_netdev_state | Taehee Yoo | 1 | -0/+12 |
| 2023-12-13 | ethtool: add SET for TCP_DATA_SPLIT ringparam | Alexander Lobakin | 1 | -0/+12 |
| 2023-08-15 | ethtool: netlink: always pass genl_info to .prepare_data | Jakub Kicinski | 1 | -3/+2 |
| 2023-03-27 | ethtool: Add support for configuring tx_push_buf_len | Shay Agroskin | 1 | -2/+32 |
| 2023-02-13 | net: ethtool: extend ringparam set/get APIs for rx_push | Shannon Nelson | 1 | -2/+15 |
| 2023-01-27 | ethtool: netlink: convert commands to common SET | Jakub Kicinski | 1 | -59/+42 |
| 2022-04-15 | net: ethtool: move checks before rtnl_lock() in ethnl_set_rings | Jie Wang | 1 | -18/+18 |
| 2022-04-15 | net: ethtool: extend ringparam set/get APIs for tx_push | Jie Wang | 1 | -2/+16 |
| 2022-02-23 | ethtool: add support to set/get completion queue event size | Subbaraya Sundeep | 1 | -2/+17 |
| 2022-01-28 | ethtool: add header/data split indication | Jakub Kicinski | 1 | -5/+10 |
| 2021-12-15 | ethtool: use ethnl_parse_header_dev_put() | Eric Dumazet | 1 | -1/+1 |
| 2021-11-22 | ethtool: extend ringparam setting/getting API with rx_buf_len | Hao Chen | 1 | -3/+6 |
| 2021-11-22 | ethtool: add support to set/get rx buf len via ethtool | Hao Chen | 1 | -2/+21 |
| 2020-10-06 | ethtool: link up ethnl_header_policy as a nested policy | Jakub Kicinski | 1 | -2/+4 |
| 2020-10-06 | ethtool: trim policy tables | Jakub Kicinski | 1 | -16/+2 |
| 2020-10-06 | ethtool: wire up set policies to ops | Jakub Kicinski | 1 | -8/+2 |
| 2020-10-06 | ethtool: wire up get policies to ops | Jakub Kicinski | 1 | -4/+1 |
| 2020-03-13 | ethtool: fix spelling mistake "exceeeds" -> "exceeds" | Colin Ian King | 1 | -1/+1 |
| 2020-03-12 | ethtool: add RINGS_NTF notification | Michal Kubecek | 1 | -0/+3 |
| 2020-03-12 | ethtool: set device ring sizes with RINGS_SET request | Michal Kubecek | 1 | -0/+89 |
| 2020-03-12 | ethtool: provide ring sizes with RINGS_GET request | Michal Kubecek | 1 | -0/+108 |