index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2021-12-07
ethtool: do not perform operations on net devices being unregistered
Antoine Tenart
1
-1
/
+2
2021-11-26
ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce()
Julian Wiedmann
1
-1
/
+1
2021-11-03
ethtool: fix ethtool msg len calculation for pause stats
Jakub Kicinski
1
-2
/
+1
2021-11-01
ethtool: don't drop the rtnl_lock half way thru the ioctl
Jakub Kicinski
1
-4
/
+32
2021-11-01
ethtool: handle info/flash data copying outside rtnl_lock
Jakub Kicinski
1
-41
/
+69
2021-11-01
ethtool: push the rtnl_lock into dev_ethtool()
Jakub Kicinski
1
-1
/
+13
2021-10-24
net: convert users of bitmap_foo() to linkmode_foo()
Sean Anderson
1
-4
/
+3
2021-10-07
ethtool: Add ability to control transceiver modules' power mode
Ido Schimmel
4
-1
/
+204
2021-09-29
ethtool: ioctl: Use array_size() helper in copy_{from,to}_user()
Gustavo A. R. Silva
1
-5
/
+7
2021-09-14
ethtool: prevent endless loop if eeprom size is smaller than announced
Heiner Kallweit
1
-0
/
+4
2021-08-24
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
2
-6
/
+19
2021-08-24
ethtool: add two coalesce attributes for CQE mode
Yufeng Mo
2
-3
/
+18
2021-08-06
ethtool: return error from ethnl_ops_begin if dev is NULL
Heiner Kallweit
1
-2
/
+2
2021-08-05
net: Remove redundant if statements
Yajun Deng
1
-4
/
+2
2021-08-03
ethtool: runtime-resume netdev parent in ethnl_ops_begin
Heiner Kallweit
1
-6
/
+25
2021-08-03
ethtool: move netif_device_present check from ethnl_parse_header_dev_get to e...
Heiner Kallweit
1
-7
/
+7
2021-08-03
ethtool: move implementation of ethnl_ops_begin/complete to netlink.c
Heiner Kallweit
2
-13
/
+16
2021-08-03
ethtool: runtime-resume netdev parent before ethtool ioctl ops
Heiner Kallweit
1
-3
/
+15
2021-07-27
dev_ioctl: pass SIOCDEVPRIVATE data separately
Arnd Bergmann
1
-2
/
+1
2021-07-27
ethtool: Fix rxnfc copy to user buffer overflow
Saeed Mahameed
1
-1
/
+1
2021-07-23
ethtool: improve compat ioctl handling
Arnd Bergmann
1
-16
/
+120
2021-07-01
net: sock: extend SO_TIMESTAMPING for PHC binding
Yangbo Lu
1
-0
/
+1
2021-07-01
ethtool: add a new command for getting PHC virtual clocks
Yangbo Lu
5
-1
/
+120
2021-06-22
ethtool: Validate module EEPROM offset as part of policy
Ido Schimmel
1
-5
/
+2
2021-06-22
ethtool: Validate module EEPROM length as part of policy
Ido Schimmel
1
-4
/
+2
2021-06-22
ethtool: Decrease size of module EEPROM get policy array
Ido Schimmel
1
-1
/
+1
2021-06-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-6
/
+8
2021-06-16
ethtool: add a stricter length check
Jakub Kicinski
1
-3
/
+8
2021-06-14
ethtool: strset: fix message length calculation
Jakub Kicinski
1
-0
/
+2
2021-06-09
net: ethtool: clear heap allocations for ethtool function
Austin Kim
1
-5
/
+5
2021-06-07
ethtool: Fix NULL pointer dereference during module EEPROM dump
Ido Schimmel
1
-1
/
+1
2021-06-03
ethtool: Fix a typo
Zheng Yongjun
1
-1
/
+1
2021-05-19
ethtool: stats: Fix a copy-paste error
YueHaibing
1
-1
/
+1
2021-05-05
ethtool: fix missing NLM_F_MULTI flag when dumping
Fernando Fernandez Mancera
1
-1
/
+2
2021-04-20
ethtool: stats: clarify the initialization to ETHTOOL_STAT_NOT_SET
Jakub Kicinski
1
-0
/
+3
2021-04-20
ethtool: ioctl: Fix out-of-bounds warning in store_link_ksettings_for_user()
Gustavo A. R. Silva
1
-1
/
+1
2021-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-7
/
+7
2021-04-17
ethtool: add interface to read RMON stats
Jakub Kicinski
3
-0
/
+93
2021-04-17
ethtool: add interface to read standard MAC Ctrl stats
Jakub Kicinski
3
-0
/
+39
2021-04-17
ethtool: add interface to read standard MAC stats
Jakub Kicinski
3
-0
/
+96
2021-04-17
ethtool: add a new command for reading standard stats
Jakub Kicinski
5
-1
/
+226
2021-04-16
ethtool: add FEC statistics
Jakub Kicinski
1
-1
/
+72
2021-04-16
ethtool: fec_prepare_data() - jump to error handling
Jakub Kicinski
1
-3
/
+4
2021-04-16
ethtool: move ethtool_stats_init
Jakub Kicinski
1
-6
/
+0
2021-04-14
ethtool: pause: make sure we init driver stats
Jakub Kicinski
1
-4
/
+4
2021-04-13
ethtool: fix kdoc attr name
Jakub Kicinski
1
-3
/
+3
2021-04-12
ethtool: wire in generic SFP module access
Andrew Lunn
1
-5
/
+20
2021-04-12
ethtool: Add fallback to get_module_eeprom from netlink command
Vladyslav Tarasiuk
1
-1
/
+61
2021-04-12
net: ethtool: Export helpers for getting EEPROM info
Andrew Lunn
2
-7
/
+12
2021-04-12
ethtool: Allow network drivers to dump arbitrary EEPROM data
Vladyslav Tarasiuk
4
-1
/
+185
[next]