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.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-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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-06
ethtool: ignore unused/unreliable fields in set_eee op
Heiner Kallweit
1
-5
/
+0
2024-02-28
net: ethtool: eee: Remove legacy _u32 from keee
Andrew Lunn
2
-46
/
+14
2024-02-24
net: ethtool: avoid rebuilds on UTS_RELEASE change
Jann Horn
1
-2
/
+3
2024-02-09
ethtool: do not use rtnl in ethnl_default_dumpit()
Eric Dumazet
1
-9
/
+5
2024-01-31
ethtool: add linkmode bitmap support to struct ethtool_keee
Heiner Kallweit
4
-17
/
+65
2024-01-31
ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keee
Heiner Kallweit
2
-14
/
+14
2024-01-31
ethtool: adjust struct ethtool_keee to kernel needs
Heiner Kallweit
1
-6
/
+6
2024-01-31
ethtool: switch back from ethtool_keee to ethtool_eee for ioctl
Heiner Kallweit
1
-9
/
+39
2024-01-31
ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...
Heiner Kallweit
2
-8
/
+8
2024-01-18
ethtool: netlink: Add missing ethnl_ops_begin/complete
Ludvig Pärsson
1
-2
/
+7
2024-01-06
net: ethtool: reject unsupported RSS input xfrm values
Ahmed Zaki
1
-0
/
+3
2024-01-05
Revert "Introduce PHY listing and link_topology tracking"
Jakub Kicinski
8
-373
/
+29
2024-01-03
net: ethtool: Fix symmetric-xor RSS RX flow hash check
Gerhard Engleder
1
-15
/
+18
2024-01-03
net: ethtool: add a NO_CHANGE uAPI for new RXFH's input_xfrm
Ahmed Zaki
1
-2
/
+4
2024-01-03
net: ethtool: copy input_xfrm to user-space in ethtool_get_rxfh
Ahmed Zaki
1
-0
/
+5
2024-01-01
net: ethtool: strset: Allow querying phy stats by index
Maxime Chevallier
1
-7
/
+8
2024-01-01
net: ethtool: cable-test: Target the command to the requested PHY
Maxime Chevallier
1
-6
/
+6
2024-01-01
net: ethtool: pse-pd: Target the command to the requested PHY
Maxime Chevallier
1
-6
/
+3
2024-01-01
net: ethtool: plca: Target the command to the requested PHY
Maxime Chevallier
1
-7
/
+6
2024-01-01
net: ethtool: Introduce a command to list PHYs on an interface
Maxime Chevallier
4
-1
/
+321
2024-01-01
net: ethtool: Allow passing a phy index for some commands
Maxime Chevallier
2
-2
/
+29
2023-12-14
net: ethtool: add support for symmetric-xor RSS hash
Ahmed Zaki
2
-4
/
+31
2023-12-14
net: ethtool: get rid of get/set_rxfh_context functions
Ahmed Zaki
2
-23
/
+13
2023-12-14
net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
Ahmed Zaki
3
-71
/
+83
2023-12-14
ethtool: add SET for TCP_DATA_SPLIT ringparam
Alexander Lobakin
1
-0
/
+12
2023-12-08
ethtool: Implement ethtool_puts()
justinstitt@google.com
1
-0
/
+7
2023-12-06
net: core: synchronize link-watch when carrier is queried
Johannes Berg
1
-0
/
+3
2023-12-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2023-11-29
ethtool: don't propagate EOPNOTSUPP from dumps
Jakub Kicinski
1
-0
/
+1
2023-11-19
net: partial revert of the "Make timestamping selectable: series
Jakub Kicinski
6
-295
/
+3
2023-11-18
net: ethtool: ts: Let the active time stamping layer be selectable
Kory Maincent
3
-0
/
+108
2023-11-18
net: ethtool: ts: Update GET_TS to reply the current selected timestamp
Kory Maincent
1
-17
/
+1
2023-11-18
net: Change the API of PHY default timestamp to MAC
Kory Maincent
1
-2
/
+17
2023-11-18
net: ethtool: Add a command to list available time stamping layers
Kory Maincent
3
-0
/
+84
2023-11-18
net: ethtool: Add a command to expose current time stamping layer
Kory Maincent
5
-1
/
+102
2023-11-18
net: ethtool: Refactor identical get_ts_info implementations.
Richard Cochran
1
-0
/
+6
2023-10-20
ethtool: untangle the linkmode and ethtool headers
Jakub Kicinski
1
-0
/
+21
2023-10-19
Revert "ethtool: Fix mod state of verbose no_mask bitset"
Kory Maincent
1
-26
/
+6
2023-10-11
ethtool: Fix mod state of verbose no_mask bitset
Kory Maincent
1
-6
/
+26
2023-10-03
ethtool: plca: fix plca enable data type while parsing the value
Parthiban Veerasooran
1
-16
/
+29
2023-08-16
ethtool: netlink: always pass genl_info to .prepare_data
Jakub Kicinski
25
-47
/
+47
2023-08-16
ethtool: netlink: simplify arguments to ethnl_default_parse()
Jakub Kicinski
1
-12
/
+9
2023-08-16
genetlink: use attrs from struct genl_info
Jakub Kicinski
2
-2
/
+3
2023-08-03
net: transfer rtnl_lock() requirement from ethtool_set_ethtool_phy_ops() to c...
Vladimir Oltean
1
-2
/
+1
2023-07-31
net: flow_dissector: Use 64bits for used_keys
Ratheesh Kannoth
1
-8
/
+8
2023-07-28
net: convert some netlink netdev iterators to depend on the xarray
Jakub Kicinski
2
-93
/
+43
2023-07-28
net: ethtool: Unify ETHTOOL_{G,S}RXFH rxnfc copy
Joe Damato
1
-37
/
+38
2023-06-15
net: create device lookup API with reference tracking
Jakub Kicinski
1
-5
/
+5
2023-06-14
ethtool: ioctl: account for sopass diff in set_wol
Justin Chen
1
-1
/
+2
2023-06-12
net: ethtool: don't require empty header nests
Jakub Kicinski
1
-0
/
+2
[next]