index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ethtool
Age
Commit message (
Expand
)
Author
4 days
net: ethtool: keep rtnl_lock for ops using ethtool_op_get_link()
Jakub Kicinski
2026-06-12
tls: remove tls_toe and the related driver
Sabrina Dubroca
2026-06-12
ethtool: tsconfig: always take rtnl_lock
Jakub Kicinski
2026-06-11
net: ethtool: add KSZ87xx low-loss cable PHY tunables
Fidelio Lawson
2026-06-09
net: ethtool: optionally skip rtnl_lock on IOCTL path
Jakub Kicinski
2026-06-09
net: ethtool: ioctl: concentrate the locking
Jakub Kicinski
2026-06-09
net: ethtool: optionally skip rtnl_lock in RSS context handlers
Jakub Kicinski
2026-06-09
net: ethtool: optionally skip rtnl_lock in ethnl_act_module_fw_flash()
Jakub Kicinski
2026-06-09
net: ethtool: optionally skip rtnl_lock in ethnl_tsinfo_dumpit()
Jakub Kicinski
2026-06-09
net: ethtool: optionally skip rtnl_lock in cable test handlers
Jakub Kicinski
2026-06-09
net: ethtool: optionally skip rtnl_lock on Netlink path for SET ops
Jakub Kicinski
2026-06-09
net: ethtool: optionally skip rtnl_lock on Netlink path for GET ops
Jakub Kicinski
2026-06-09
net: ethtool: make dev->hwprov ops-protected
Jakub Kicinski
2026-06-09
net: ethtool: relax ethnl_req_get_phydev() locking assertion
Jakub Kicinski
2026-06-09
net: ethtool: serialize broadcast notification sequence allocation
Jakub Kicinski
2026-06-04
net: ethtool: make sure __ethtool_get_link_ksettings() is ops-locked
Jakub Kicinski
2026-06-04
net: ethtool: add netif_get_link_ksettings() for correct ops-locked use
Jakub Kicinski
2026-06-04
net: ethtool: cmis_cdb: hold instance lock for ops locked devices
Jakub Kicinski
2026-06-04
net: rename netdev_ops_assert_locked()
Jakub Kicinski
2026-05-28
net: ethtool: don't take rtnl_lock for global string dump
Jakub Kicinski
2026-05-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-05-27
ethtool: eeprom: add more safeties to EEPROM Netlink fallback
Jakub Kicinski
2026-05-27
ethtool: eeprom: add missing ethnl_ops_begin() / _complete() during fallback
Jakub Kicinski
2026-05-27
ethtool: strset: fix header attribute index in ethnl_req_get_phydev()
Jakub Kicinski
2026-05-27
ethtool: tsinfo: don't pass ERR_PTR to genlmsg_cancel on prepare failure
Jakub Kicinski
2026-05-27
ethtool: tsinfo: fix uninitialized stats on the by-PHC path
Jakub Kicinski
2026-05-27
ethtool: tsconfig: fix missing ethnl_ops_complete()
Jakub Kicinski
2026-05-27
ethtool: pse-pd: fix missing ethnl_ops_complete()
Jakub Kicinski
2026-05-27
ethtool: linkstate: fix unbalanced ethnl_ops_complete() on PHY lookup error
Jakub Kicinski
2026-05-27
ethtool: tsconfig: fix reply error handling
Jakub Kicinski
2026-05-27
ethtool: coalesce: cap profile updates at NET_DIM_PARAMS_NUM_PROFILES
Jakub Kicinski
2026-05-26
ethtool: cmis: validate fw->size against start_cmd_payload_size
Jakub Kicinski
2026-05-26
ethtool: cmis: validate start_cmd_payload_size from module
Jakub Kicinski
2026-05-26
ethtool: cmis: fix u16-to-u8 truncation of msleep_pre_rpl
Jakub Kicinski
2026-05-26
ethtool: cmis: require exact CDB reply length
Jakub Kicinski
2026-05-26
ethtool: module: fix cleanup if socket used for flashing multiple devices
Jakub Kicinski
2026-05-26
ethtool: module: check fw_flash_in_progress under rtnl_lock
Jakub Kicinski
2026-05-26
ethtool: module: avoid racy updates to dev->ethtool bitfield
Jakub Kicinski
2026-05-26
ethtool: module: avoid leaking a netdev ref on module flash errors
Jakub Kicinski
2026-05-26
ethtool: module: call ethnl_ops_complete() on module flash errors
Jakub Kicinski
2026-05-26
ethtool: rss: avoid device context leak on reply-build failure
Jakub Kicinski
2026-05-26
ethtool: rss: fix hkey leak when indir_size is 0
Jakub Kicinski
2026-05-26
ethtool: rss: fix indir_table and hkey leak on get_rxfh failure
Jakub Kicinski
2026-05-26
ethtool: rss: fix falsely ignoring indir table updates
Jakub Kicinski
2026-05-26
ethtool: rss: add missing errno on RSS context delete
Jakub Kicinski
2026-05-26
ethtool: rss: avoid modifying the RSS context response
Jakub Kicinski
2026-05-19
net/ethtool: drop duplicate TSCONFIG HWTSTAMP BUILD_BUG_ON from SET handler
Chenguang Zhao
2026-05-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-05-12
ethtool: fix ethnl_bitmap32_not_zero() bit interval semantics
Chenguang Zhao
2026-05-12
net: ethtool: phy: avoid NULL deref when PHY driver is unbound
David Carlier
[next]