index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ethtool
Age
Commit message (
Expand
)
Author
2026-03-04
ethtool: add support to set/get tx copybreak buf size via ethtool
Hao Chen
2026-01-19
net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool()
Su Hui
2026-01-19
ethtool: Avoid overflowing userspace buffer on stats query
Gal Pressman
2026-01-19
net/ethtool/ioctl: split ethtool_get_phy_stats into multiple helpers
Daniil Tatianin
2026-01-19
net/ethtool/ioctl: remove if n_stats checks from ethtool_get_phy_stats
Daniil Tatianin
2026-01-19
ethtool: use phydev variable
Tom Rix
2025-05-02
net: ethtool: Don't call .cleanup_data when prepare_data fails
Maxime Chevallier
2025-03-13
net: avoid race between device unregistration and ethnl ops
Antoine Tenart
2024-12-14
ethtool: Fix wrong mod state in case of verbose and no_mask bitset
Kory Maincent
2024-09-04
ethtool: check device is present when getting link settings
Jamie Bainbridge
2024-07-18
ethtool: netlink: do not return SQI value if link is down
Oleksij Rempel
2024-01-25
ethtool: netlink: Add missing ethnl_ops_begin/complete
Ludvig Pärsson
2023-05-17
ethtool: Fix uninitialized number of lanes
Ido Schimmel
2023-04-13
ethtool: reset #lanes when lanes is omitted
Andy Roulin
2023-01-24
net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy stats
Daniil Tatianin
2022-12-31
ethtool: avoiding integer overflow in ethtool_phys_id()
Maxim Korotkov
2022-11-03
ethtool: eeprom: fix null-deref on genl_info in dump
Xin Long
2022-06-29
ethtool: Fix get module eeprom fallback
Ivan Vecera
2021-12-14
ethtool: do not perform operations on net devices being unregistered
Antoine Tenart
2021-12-01
ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce()
Julian Wiedmann
2021-11-18
ethtool: fix ethtool msg len calculation for pause stats
Jakub Kicinski
2021-08-24
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
2021-08-24
ethtool: add two coalesce attributes for CQE mode
Yufeng Mo
2021-08-06
ethtool: return error from ethnl_ops_begin if dev is NULL
Heiner Kallweit
2021-08-05
net: Remove redundant if statements
Yajun Deng
2021-08-03
ethtool: runtime-resume netdev parent in ethnl_ops_begin
Heiner Kallweit
2021-08-03
ethtool: move netif_device_present check from ethnl_parse_header_dev_get to e...
Heiner Kallweit
2021-08-03
ethtool: move implementation of ethnl_ops_begin/complete to netlink.c
Heiner Kallweit
2021-08-03
ethtool: runtime-resume netdev parent before ethtool ioctl ops
Heiner Kallweit
2021-07-27
dev_ioctl: pass SIOCDEVPRIVATE data separately
Arnd Bergmann
2021-07-27
ethtool: Fix rxnfc copy to user buffer overflow
Saeed Mahameed
2021-07-23
ethtool: improve compat ioctl handling
Arnd Bergmann
2021-07-01
net: sock: extend SO_TIMESTAMPING for PHC binding
Yangbo Lu
2021-07-01
ethtool: add a new command for getting PHC virtual clocks
Yangbo Lu
2021-06-22
ethtool: Validate module EEPROM offset as part of policy
Ido Schimmel
2021-06-22
ethtool: Validate module EEPROM length as part of policy
Ido Schimmel
2021-06-22
ethtool: Decrease size of module EEPROM get policy array
Ido Schimmel
2021-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-16
ethtool: add a stricter length check
Jakub Kicinski
2021-06-14
ethtool: strset: fix message length calculation
Jakub Kicinski
2021-06-09
net: ethtool: clear heap allocations for ethtool function
Austin Kim
2021-06-07
ethtool: Fix NULL pointer dereference during module EEPROM dump
Ido Schimmel
2021-06-02
ethtool: Fix a typo
Zheng Yongjun
2021-05-19
ethtool: stats: Fix a copy-paste error
YueHaibing
2021-05-05
ethtool: fix missing NLM_F_MULTI flag when dumping
Fernando Fernandez Mancera
2021-04-19
ethtool: stats: clarify the initialization to ETHTOOL_STAT_NOT_SET
Jakub Kicinski
2021-04-19
ethtool: ioctl: Fix out-of-bounds warning in store_link_ksettings_for_user()
Gustavo A. R. Silva
2021-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-04-16
ethtool: add interface to read RMON stats
Jakub Kicinski
2021-04-16
ethtool: add interface to read standard MAC Ctrl stats
Jakub Kicinski
[next]