index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ethtool
Age
Commit message (
Expand
)
Author
Lines
2024-07-01
net: ethtool: Fix the panic caused by dev being null when dumping coalesce
Heng Qi
-2
/
+3
2024-06-28
net: ethtool: use the tracking array for get_rxfh on custom RSS contexts
Edward Cree
-5
/
+21
2024-06-28
net: ethtool: add a mutex protecting RSS contexts
Edward Cree
-0
/
+7
2024-06-28
net: ethtool: add an extack parameter to new rxfh_context APIs
Edward Cree
-3
/
+6
2024-06-28
net: ethtool: let the core choose RSS context IDs
Edward Cree
-12
/
+34
2024-06-28
net: ethtool: record custom RSS contexts in the XArray
Edward Cree
-1
/
+73
2024-06-28
net: move ethtool-related netdev state into its own struct
Edward Cree
-2
/
+2
2024-06-28
ethtool: Add ability to flash transceiver modules' firmware
Danielle Ratson
-0
/
+334
2024-06-28
ethtool: cmis_fw_update: add a layer for supporting firmware update using CDB
Danielle Ratson
-1
/
+438
2024-06-28
ethtool: cmis_cdb: Add a layer for supporting CDB commands
Danielle Ratson
-1
/
+730
2024-06-28
ethtool: Veto some operations during firmware flashing process
Danielle Ratson
-0
/
+30
2024-06-28
ethtool: Add flashing transceiver modules' firmware notifications ability
Danielle Ratson
-0
/
+154
2024-06-25
ethtool: provide customized dim profile management
Heng Qi
-2
/
+271
2024-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-4
/
+4
2024-06-06
net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool()
Su Hui
-1
/
+1
2024-06-05
net: ethtool: remove unused struct 'cable_test_tdr_req_info'
Dr. David Alan Gilbert
-4
/
+0
2024-06-01
ethtool: init tsinfo stats if requested
Vadim Fedorenko
-3
/
+3
2024-05-13
net: revert partially applied PHY topology series
Jakub Kicinski
-51
/
+2
2024-04-18
net: ethtool: pse-pd: Expand pse commands with the PSE PoE interface
Kory Maincent (Dent Project)
-10
/
+50
2024-04-16
net: pse-pd: Rectify and adapt the naming of admin_cotrol member of struct ps...
Kory Maincent (Dent Project)
-1
/
+1
2024-04-06
net: ethtool: Allow passing a phy index for some commands
Maxime Chevallier
-2
/
+51
2024-04-05
ethtool: add interface to read Tx hardware timestamping statistics
Rahul Rameshbabu
-1
/
+51
2024-03-06
ethtool: remove ethtool_eee_use_linkmodes
Heiner Kallweit
-6
/
+0
2024-03-05
ethtool: ignore unused/unreliable fields in set_eee op
Heiner Kallweit
-5
/
+0
2024-02-28
net: ethtool: eee: Remove legacy _u32 from keee
Andrew Lunn
-46
/
+14
2024-02-23
net: ethtool: avoid rebuilds on UTS_RELEASE change
Jann Horn
-2
/
+3
2024-02-08
ethtool: do not use rtnl in ethnl_default_dumpit()
Eric Dumazet
-9
/
+5
2024-01-31
ethtool: add linkmode bitmap support to struct ethtool_keee
Heiner Kallweit
-17
/
+65
2024-01-31
ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keee
Heiner Kallweit
-14
/
+14
2024-01-31
ethtool: adjust struct ethtool_keee to kernel needs
Heiner Kallweit
-6
/
+6
2024-01-31
ethtool: switch back from ethtool_keee to ethtool_eee for ioctl
Heiner Kallweit
-9
/
+39
2024-01-31
ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...
Heiner Kallweit
-8
/
+8
2024-01-18
ethtool: netlink: Add missing ethnl_ops_begin/complete
Ludvig Pärsson
-2
/
+7
2024-01-05
net: ethtool: reject unsupported RSS input xfrm values
Ahmed Zaki
-0
/
+3
2024-01-04
Revert "Introduce PHY listing and link_topology tracking"
Jakub Kicinski
-373
/
+29
2024-01-02
net: ethtool: Fix symmetric-xor RSS RX flow hash check
Gerhard Engleder
-15
/
+18
2024-01-02
net: ethtool: add a NO_CHANGE uAPI for new RXFH's input_xfrm
Ahmed Zaki
-2
/
+4
2024-01-02
net: ethtool: copy input_xfrm to user-space in ethtool_get_rxfh
Ahmed Zaki
-0
/
+5
2024-01-01
net: ethtool: strset: Allow querying phy stats by index
Maxime Chevallier
-7
/
+8
2024-01-01
net: ethtool: cable-test: Target the command to the requested PHY
Maxime Chevallier
-6
/
+6
2024-01-01
net: ethtool: pse-pd: Target the command to the requested PHY
Maxime Chevallier
-6
/
+3
2024-01-01
net: ethtool: plca: Target the command to the requested PHY
Maxime Chevallier
-7
/
+6
2024-01-01
net: ethtool: Introduce a command to list PHYs on an interface
Maxime Chevallier
-1
/
+321
2024-01-01
net: ethtool: Allow passing a phy index for some commands
Maxime Chevallier
-2
/
+29
2023-12-13
net: ethtool: add support for symmetric-xor RSS hash
Ahmed Zaki
-4
/
+31
2023-12-13
net: ethtool: get rid of get/set_rxfh_context functions
Ahmed Zaki
-23
/
+13
2023-12-13
net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
Ahmed Zaki
-71
/
+83
2023-12-13
ethtool: add SET for TCP_DATA_SPLIT ringparam
Alexander Lobakin
-0
/
+12
2023-12-08
ethtool: Implement ethtool_puts()
justinstitt@google.com
-0
/
+7
2023-12-05
net: core: synchronize link-watch when carrier is queried
Johannes Berg
-0
/
+3
[prev]
[next]