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
/
netlink.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-09
ethtool: correct policy for ETHTOOL_MSG_CHANNELS_SET
Johannes Berg
1
-2
/
+2
2020-10-06
ethtool: specify which header flags are supported per command
Jakub Kicinski
1
-10
/
+19
2020-10-06
ethtool: link up ethnl_header_policy as a nested policy
Jakub Kicinski
1
-1
/
+1
2020-10-06
ethtool: trim policy tables
Jakub Kicinski
1
-4
/
+3
2020-10-06
ethtool: wire up set policies to ops
Jakub Kicinski
1
-0
/
+26
2020-10-06
ethtool: wire up get policies to ops
Jakub Kicinski
1
-22
/
+40
2020-09-29
ethtool: mark netlink family as __ro_after_init
Jakub Kicinski
1
-1
/
+1
2020-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-14
/
+13
2020-07-10
ethtool: add tunnel info interface
Jakub Kicinski
1
-0
/
+12
2020-07-09
ethtool: fix genlmsg_put() failure handling in ethnl_default_dumpit()
Michal Kubecek
1
-14
/
+13
2020-05-27
net: ethtool: Add generic parts of cable test TDR
Andrew Lunn
1
-0
/
+5
2020-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+2
2020-05-22
ethtool: count header size in reply size estimate
Michal Kubecek
1
-2
/
+2
2020-05-10
net: ethtool: Make helpers public
Andrew Lunn
1
-2
/
+2
2020-05-10
net: ethtool: netlink: Add support for triggering a cable test
Andrew Lunn
1
-0
/
+5
2020-03-30
ethtool: provide timestamping information with TSINFO_GET request
Michal Kubecek
1
-0
/
+8
2020-03-30
ethtool: add EEE_NTF notification
Michal Kubecek
1
-0
/
+2
2020-03-30
ethtool: set EEE settings with EEE_SET request
Michal Kubecek
1
-0
/
+5
2020-03-30
ethtool: provide EEE settings with EEE_GET request
Michal Kubecek
1
-0
/
+8
2020-03-30
ethtool: add PAUSE_NTF notification
Michal Kubecek
1
-0
/
+2
2020-03-30
ethtool: set pause parameters with PAUSE_SET request
Michal Kubecek
1
-0
/
+5
2020-03-30
ethtool: provide pause parameters with PAUSE_GET request
Michal Kubecek
1
-0
/
+8
2020-03-30
ethtool: add COALESCE_NTF notification
Michal Kubecek
1
-0
/
+2
2020-03-30
ethtool: set coalescing parameters with COALESCE_SET request
Michal Kubecek
1
-0
/
+5
2020-03-30
ethtool: provide coalescing parameters with COALESCE_GET request
Michal Kubecek
1
-0
/
+8
2020-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-4
/
+12
2020-03-16
ethtool: reject unrecognized request flags
Michal Kubecek
1
-4
/
+12
2020-03-13
ethtool: add CHANNELS_NTF notification
Michal Kubecek
1
-0
/
+2
2020-03-13
ethtool: set device channel counts with CHANNELS_SET request
Michal Kubecek
1
-0
/
+5
2020-03-13
ethtool: provide channel counts with CHANNELS_GET request
Michal Kubecek
1
-0
/
+8
2020-03-13
ethtool: add RINGS_NTF notification
Michal Kubecek
1
-0
/
+2
2020-03-13
ethtool: set device ring sizes with RINGS_SET request
Michal Kubecek
1
-0
/
+5
2020-03-13
ethtool: provide ring sizes with RINGS_GET request
Michal Kubecek
1
-0
/
+8
2020-03-13
ethtool: add PRIVFLAGS_NTF notification
Michal Kubecek
1
-0
/
+2
2020-03-13
ethtool: set device private flags with PRIVFLAGS_SET request
Michal Kubecek
1
-0
/
+5
2020-03-13
ethtool: provide private flags with PRIVFLAGS_GET request
Michal Kubecek
1
-0
/
+8
2020-03-13
ethtool: add FEATURES_NTF notification
Michal Kubecek
1
-1
/
+28
2020-03-13
ethtool: set netdev features with FEATURES_SET request
Michal Kubecek
1
-0
/
+5
2020-03-13
ethtool: provide netdev features with FEATURES_GET request
Michal Kubecek
1
-0
/
+8
2020-03-13
ethtool: rename ethnl_parse_header() to ethnl_parse_header_dev_get()
Michal Kubecek
1
-6
/
+6
2020-01-27
ethtool: add WOL_NTF notification
Michal Kubecek
1
-0
/
+2
2020-01-27
ethtool: set wake-on-lan settings with WOL_SET request
Michal Kubecek
1
-0
/
+5
2020-01-27
ethtool: provide WoL settings with WOL_GET request
Michal Kubecek
1
-0
/
+9
2020-01-27
ethtool: add DEBUG_NTF notification
Michal Kubecek
1
-0
/
+2
2020-01-27
ethtool: set message mask with DEBUG_SET request
Michal Kubecek
1
-0
/
+5
2020-01-27
ethtool: provide message mask with DEBUG_GET request
Michal Kubecek
1
-0
/
+8
2020-01-27
ethtool: fix kernel-doc descriptions
Michal Kubecek
1
-12
/
+14
2020-01-09
ethtool: fix ->reply_size() error handling
Dan Carpenter
1
-2
/
+4
2020-01-09
ethtool: fix a memory leak in ethnl_default_start()
Dan Carpenter
1
-3
/
+10
2019-12-28
ethtool: provide link state with LINKSTATE_GET request
Michal Kubecek
1
-0
/
+8
[next]