index
:
kernel/linux.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-7.1.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ethtool
/
ioctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-12
net: ethtool: add KSZ87xx low-loss cable PHY tunables
Fidelio Lawson
1
-0
/
+7
2026-06-09
net: ethtool: optionally skip rtnl_lock on IOCTL path
Jakub Kicinski
1
-26
/
+80
2026-06-09
net: ethtool: ioctl: concentrate the locking
Jakub Kicinski
1
-10
/
+25
2026-06-05
net: ethtool: make sure __ethtool_get_link_ksettings() is ops-locked
Jakub Kicinski
1
-3
/
+7
2026-06-05
net: ethtool: add netif_get_link_ksettings() for correct ops-locked use
Jakub Kicinski
1
-3
/
+14
2026-04-10
net, ethtool: Disallow leased real rxqs to be resized
Daniel Borkmann
1
-9
/
+12
2026-03-24
ethtool: Track user-provided RSS indirection table size
Björn Töpel
1
-4
/
+5
2026-03-21
net: ethtool: re-order local includes
Maxime Chevallier
1
-0
/
+1
2026-02-22
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2025-12-18
ethtool: Avoid overflowing userspace buffer on stats query
Gal Pressman
1
-6
/
+24
2025-09-18
net: ethtool: update set_rxfh_indir to use ethtool_get_rx_ring_count helper
Breno Leitao
1
-8
/
+8
2025-09-18
net: ethtool: update set_rxfh to use ethtool_get_rx_ring_count helper
Breno Leitao
1
-7
/
+9
2025-09-18
net: ethtool: add get_rx_ring_count callback to optimize RX ring queries
Breno Leitao
1
-5
/
+3
2025-09-18
net: ethtool: remove the duplicated handling from ethtool_get_rxrings
Breno Leitao
1
-23
/
+10
2025-09-18
net: ethtool: add support for ETHTOOL_GRXRINGS ioctl
Breno Leitao
1
-0
/
+40
2025-09-18
net: ethtool: pass the num of RX rings directly to ethtool_copy_validate_indir
Breno Leitao
1
-5
/
+5
2025-08-14
net: ethtool: support including Flow Label in the flow hash for RSS
Jakub Kicinski
1
-0
/
+25
2025-07-22
ethtool: rss: support removing contexts via Netlink
Jakub Kicinski
1
-0
/
+1
2025-07-22
ethtool: rss: support creating contexts via Netlink
Jakub Kicinski
1
-0
/
+1
2025-07-22
ethtool: move ethtool_rxfh_ctx_alloc() to common code
Jakub Kicinski
1
-34
/
+0
2025-07-22
ethtool: rejig the RSS notification machinery for more types
Jakub Kicinski
1
-5
/
+7
2025-07-18
ethtool: rss: support setting input-xfrm via Netlink
Jakub Kicinski
1
-3
/
+1
2025-07-17
ethtool: Don't check for RXFH fields conflict when no input_xfrm is requested
Gal Pressman
1
-1
/
+4
2025-07-11
ethtool: rss: report which fields are configured for hashing
Jakub Kicinski
1
-1
/
+5
2025-07-11
ethtool: mark ETHER_FLOW as usable for Rx hash
Jakub Kicinski
1
-0
/
+1
2025-07-08
net: ethtool: reduce indent for _rxfh_context ops
Jakub Kicinski
1
-18
/
+12
2025-07-08
net: ethtool: remove the compat code for _rxfh_context ops
Jakub Kicinski
1
-51
/
+14
2025-06-30
net: ethtool: move get_rxfh callback under the rss_lock
Jakub Kicinski
1
-3
/
+8
2025-06-30
net: ethtool: move rxfh_fields callbacks under the rss_lock
Jakub Kicinski
1
-5
/
+10
2025-06-30
net: ethtool: take rss_lock for all rxfh changes
Jakub Kicinski
1
-21
/
+21
2025-06-26
net: ethtool: rss: add notifications
Jakub Kicinski
1
-0
/
+4
2025-06-26
net: ethtool: remove the data argument from ethtool_notify()
Jakub Kicinski
1
-12
/
+12
2025-06-21
net: ethtool: don't mux RXFH via rxnfc callbacks
Jakub Kicinski
1
-41
/
+18
2025-06-13
net: ethtool: add dedicated callbacks for getting and setting rxfh fields
Jakub Kicinski
1
-10
/
+45
2025-06-13
net: ethtool: require drivers to opt into the per-RSS ctx RXFH
Jakub Kicinski
1
-0
/
+8
2025-06-13
net: ethtool: remove the duplicated handling from rxfh and rxnfc
Jakub Kicinski
1
-52
/
+5
2025-06-13
net: ethtool: copy the rxfh flow handling
Jakub Kicinski
1
-1
/
+92
2025-06-12
net: ethtool: Don't check if RSS context exists in case of context 0
Gal Pressman
1
-1
/
+2
2025-05-10
ethtool: Block setting of symmetric RSS when non-symmetric rx-flow-hash is re...
Gal Pressman
1
-10
/
+89
2025-04-07
net: hold instance lock during NETDEV_CHANGE
Stanislav Fomichev
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
-0
/
+6
2025-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2025-02-26
ethtool: Symmetric OR-XOR RSS hash
Gal Pressman
1
-4
/
+4
2025-02-25
net: ethtool: fix ioctl confusing drivers about desired HDS user config
Jakub Kicinski
1
-2
/
+2
2025-02-18
net: move stale comment about ntuple validation
Jakub Kicinski
1
-1
/
+3
2025-02-10
net: ethtool: prevent flow steering to RSS contexts which don't exist
Jakub Kicinski
1
-4
/
+8
2025-02-04
ethtool: ntuple: fix rss + ring_cookie check
Jakub Kicinski
1
-1
/
+1
2025-01-28
ethtool: Fix set RXNFC command with symmetric RSS hash
Gal Pressman
1
-1
/
+1
[next]