index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (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-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
2019-12-28
ethtool: add LINKMODES_NTF notification
Michal Kubecek
1
-0
/
+2
2019-12-28
ethtool: set link modes related data with LINKMODES_SET request
Michal Kubecek
1
-0
/
+5
2019-12-28
ethtool: provide link mode information with LINKMODES_GET request
Michal Kubecek
1
-0
/
+8
2019-12-28
ethtool: add LINKINFO_NTF notification
Michal Kubecek
1
-0
/
+2
2019-12-28
ethtool: add default notification handler
Michal Kubecek
1
-0
/
+89
2019-12-28
ethtool: set link settings with LINKINFO_SET request
Michal Kubecek
1
-0
/
+5
2019-12-28
ethtool: provide link settings with LINKINFO_GET request
Michal Kubecek
1
-0
/
+8
[next]