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
/
core
/
ethtool.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-26
devlink: hold a reference to the netdevice around ethtool compat
Jakub Kicinski
1
-11
/
+2
2019-02-18
ethtool: add compat for flash update
Jakub Kicinski
1
-3
/
+9
2019-02-09
ethtool: Remove unnecessary null check in ethtool_rx_flow_rule_create
Nathan Chancellor
1
-11
/
+9
2019-02-06
ethtool: add ethtool_rx_flow_spec to flow_rule structure translator
Pablo Neira Ayuso
1
-0
/
+241
2019-02-02
ethtool: add compat for devlink info
Jakub Kicinski
1
-0
/
+7
2019-02-01
ethtool: remove unnecessary check in ethtool_get_regs()
Dan Carpenter
1
-6
/
+3
2018-12-29
ethtool: check the return value of get_regs_len
Yunsheng Lin
1
-2
/
+10
2018-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+9
2018-10-16
ethtool: fix a privilege escalation bug
Wenwen Wang
1
-2
/
+6
2018-10-16
ethtool: fix a missing-check bug
Wenwen Wang
1
-0
/
+3
2018-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-6
/
+17
2018-10-05
ethtool: don't allow disabling queues with umem installed
Jakub Kicinski
1
-0
/
+11
2018-10-05
ethtool: rename local variable max -> curr
Jakub Kicinski
1
-6
/
+6
2018-10-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+8
2018-09-27
net: core: add member wol_enabled to struct net_device
Heiner Kallweit
1
-1
/
+8
2018-09-25
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2018-09-23
net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMIN
Maciej Żenczykowski
1
-0
/
+1
2018-08-30
ethtool: drop get_settings and set_settings callbacks
Michal Kubecek
1
-123
/
+35
2018-07-16
net: Add TLS RX offload feature
Ilya Lesokhin
1
-0
/
+1
2018-06-13
treewide: Use array_size() in vzalloc()
Kees Cook
1
-3
/
+3
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-2
/
+2
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+1
2018-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+5
2018-05-01
ethtool: fix a potential missing-check bug
Wenwen Wang
1
-0
/
+5
2018-05-01
net: Add TLS TX offload features
Ilya Lesokhin
1
-0
/
+1
2018-04-27
net: Allow network devices to have PHY statistics
Florian Fainelli
1
-18
/
+21
2018-04-27
net: Move PHY statistics code into PHY library helpers
Florian Fainelli
1
-30
/
+8
2018-04-26
udp: add gso support to virtual devices
Willem de Bruijn
1
-0
/
+1
2018-04-01
ethtool: enable Inline TLS in HW
Atul Gupta
1
-0
/
+1
2018-03-30
sfp/phylink: move module EEPROM ethtool access into netdev core ethtool
Russell King
1
-0
/
+7
2018-03-26
ethtool: Add support for configuring PFC stall prevention in ethtool
Inbar Karmy
1
-0
/
+6
2018-03-09
net: ethtool: extend RXNFC API to support RSS spreading of filter matches
Edward Cree
1
-15
/
+49
2018-03-02
net: ethtool: don't ignore return from driver get_fecparam method
Edward Cree
1
-1
/
+4
2018-02-07
bitmap: replace bitmap_{from,to}_u32array
Yury Norov
1
-32
/
+21
2018-01-09
ethtool: Ensure new ring parameters are within bounds during SRINGPARAM
Eugenia Emantayev
1
-2
/
+11
2018-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-13
/
+2
2018-01-03
ethtool: do not print warning for applications using legacy API
Stephen Hemminger
1
-13
/
+2
2017-12-19
net: Introduce NETIF_F_GRO_HW.
Michael Chan
1
-0
/
+1
2017-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+2
2017-10-22
net: ethtool: remove error check for legacy setting transceiver type
Niklas Söderlund
1
-3
/
+2
2017-10-17
ethtool: add ethtool_intersect_link_masks
Alan Brady
1
-0
/
+16
2017-09-22
net: ethtool: Add back transceiver type
Florian Fainelli
1
-0
/
+2
2017-07-30
net: ethtool: add support for forward error correction modes
Vidya Sagar Ravipati
1
-0
/
+34
2017-07-24
net: add new netdevice feature for offload of RX port for UDP tunnels
Sabrina Dubroca
1
-0
/
+1
2017-07-17
net: Remove references to NETIF_F_UFO from ethtool.
David S. Miller
1
-7
/
+0
2017-06-30
ethtool: don't open-code memdup_user()
Al Viro
1
-14
/
+6
2017-04-14
net: Add ESP offload features
Steffen Klassert
1
-0
/
+3
2017-03-10
ethtool: add CRC32 as an RSS hash function
Jakub Kicinski
1
-0
/
+1
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-1
/
+1
2017-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+6
[next]