index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ethtool
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-27
ethtool: eeprom: add more safeties to EEPROM Netlink fallback
Jakub Kicinski
1
-1
/
+4
2026-05-27
ethtool: eeprom: add missing ethnl_ops_begin() / _complete() during fallback
Jakub Kicinski
1
-3
/
+2
2026-05-27
ethtool: strset: fix header attribute index in ethnl_req_get_phydev()
Jakub Kicinski
1
-1
/
+1
2026-05-27
ethtool: tsinfo: don't pass ERR_PTR to genlmsg_cancel on prepare failure
Jakub Kicinski
1
-4
/
+2
2026-05-27
ethtool: tsinfo: fix uninitialized stats on the by-PHC path
Jakub Kicinski
1
-0
/
+13
2026-05-27
ethtool: tsconfig: fix missing ethnl_ops_complete()
Jakub Kicinski
1
-2
/
+4
2026-05-27
ethtool: pse-pd: fix missing ethnl_ops_complete()
Jakub Kicinski
1
-5
/
+5
2026-05-27
ethtool: linkstate: fix unbalanced ethnl_ops_complete() on PHY lookup error
Jakub Kicinski
1
-4
/
+2
2026-05-27
ethtool: tsconfig: fix reply error handling
Jakub Kicinski
1
-2
/
+7
2026-05-27
ethtool: coalesce: cap profile updates at NET_DIM_PARAMS_NUM_PROFILES
Jakub Kicinski
1
-0
/
+6
2026-05-26
ethtool: cmis: validate fw->size against start_cmd_payload_size
Jakub Kicinski
1
-0
/
+8
2026-05-26
ethtool: cmis: validate start_cmd_payload_size from module
Jakub Kicinski
1
-14
/
+22
2026-05-26
ethtool: cmis: fix u16-to-u8 truncation of msleep_pre_rpl
Jakub Kicinski
1
-2
/
+2
2026-05-26
ethtool: cmis: require exact CDB reply length
Jakub Kicinski
1
-2
/
+7
2026-05-26
ethtool: module: fix cleanup if socket used for flashing multiple devices
Jakub Kicinski
3
-9
/
+8
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-05-26
ethtool: rss: avoid device context leak on reply-build failure
Jakub Kicinski
1
-1
/
+5
2026-05-26
ethtool: rss: fix hkey leak when indir_size is 0
Jakub Kicinski
1
-2
/
+1
2026-05-26
ethtool: rss: fix indir_table and hkey leak on get_rxfh failure
Jakub Kicinski
1
-1
/
+3
2026-05-26
ethtool: rss: fix falsely ignoring indir table updates
Jakub Kicinski
1
-1
/
+1
2026-05-26
ethtool: rss: add missing errno on RSS context delete
Jakub Kicinski
1
-1
/
+3
2026-05-26
ethtool: rss: avoid modifying the RSS context response
Jakub Kicinski
1
-8
/
+10
2026-05-12
ethtool: fix ethnl_bitmap32_not_zero() bit interval semantics
Chenguang Zhao
1
-4
/
+4
2026-05-12
net: ethtool: phy: avoid NULL deref when PHY driver is unbound
David Carlier
1
-4
/
+6
2026-05-08
net: ethtool: fix NULL pointer dereference in phy_reply_size
Quan Sun
1
-2
/
+30
2026-04-12
ethtool: strset: check nla_len overflow
Hangbin Liu
1
-1
/
+2
2026-04-09
net, ethtool: Disallow leased real rxqs to be resized
Daniel Borkmann
2
-20
/
+29
2026-03-24
net: ethtool: pass genl_info to the ethnl parse_request operation
Maxime Chevallier
8
-8
/
+19
2026-03-23
ethtool: Add RSS indirection table resize helpers
Björn Töpel
1
-0
/
+155
2026-03-23
ethtool: Track user-provided RSS indirection table size
Björn Töpel
3
-12
/
+49
2026-03-20
net: ethtool: re-order local includes
Maxime Chevallier
31
-46
/
+58
2026-03-18
net: ethtool: add ethtool COALESCE_RX_CQE_FRAMES/NSECS
Haiyang Zhang
1
-1
/
+13
2026-03-05
net: ethtool: Track pause storm events
Mohsin Bashir
1
-1
/
+3
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
5
-9
/
+9
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
7
-14
/
+14
2026-02-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-10
/
+2
2026-02-02
net: rss: fix reporting RXH_XFRM_NO_CHANGE as input_xfrm for contexts
Jakub Kicinski
2
-10
/
+2
2026-01-27
ethtool: remove ETHTOOL_GRXRINGS fallback through get_rxnfc
Breno Leitao
1
-12
/
+2
2026-01-20
Revert "Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'"
Jakub Kicinski
2
-12
/
+9
2026-01-20
net, ethtool: Disallow leased real rxqs to be resized
Daniel Borkmann
2
-9
/
+12
2026-01-13
net: phy: Introduce PHY ports representation
Maxime Chevallier
1
-0
/
+27
2026-01-13
net: ethtool: Introduce ETHTOOL_LINK_MEDIUM_* values
Maxime Chevallier
1
-113
/
+147
2025-12-18
ethtool: Avoid overflowing userspace buffer on stats query
Gal Pressman
1
-6
/
+24
2025-11-20
net: ethtool: Add support for 1600Gbps speed
Yael Chemla
1
-0
/
+8
2025-11-03
ethtool: netlink: add ETHTOOL_MSG_MSE_GET and wire up PHY MSE access
Oleksij Rempel
4
-1
/
+342
[next]