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
/
ioctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-26
ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce()
Julian Wiedmann
1
-1
/
+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-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
1
-3
/
+12
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-06-09
net: ethtool: clear heap allocations for ethtool function
Austin Kim
1
-5
/
+5
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-12
net: ethtool: Export helpers for getting EEPROM info
Andrew Lunn
1
-7
/
+7
2021-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-17
/
+1
2021-04-08
ethtool: Remove link_mode param and derive link params from driver
Danielle Ratson
1
-17
/
+1
2021-03-27
ethtool: fec: fix FEC_NONE check
Jakub Kicinski
1
-1
/
+1
2021-03-26
ethtool: fec: sanitize ethtool_fecparam->fec
Jakub Kicinski
1
-0
/
+3
2021-03-26
ethtool: fec: sanitize ethtool_fecparam->active_fec
Jakub Kicinski
1
-0
/
+1
2021-03-26
ethtool: fec: sanitize ethtool_fecparam->reserved
Jakub Kicinski
1
-0
/
+5
2021-03-17
ethtool: Add common function for filling out strings
Alexander Duyck
1
-0
/
+12
2021-02-04
ethtool: Get link mode in use instead of speed and duplex parameters
Danielle Ratson
1
-1
/
+17
2020-11-03
ethtool: remove unneeded semicolon
Tom Rix
1
-1
/
+1
2020-10-06
ethtool: allow netdev driver to define phy tunables
Igor Russkikh
1
-13
/
+24
2020-09-04
ethtool: fix error handling in ethtool_phys_id
Edward Cree
1
-15
/
+10
2020-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+1
2020-08-31
xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfaces
Magnus Karlsson
1
-1
/
+1
2020-08-31
xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umem
Magnus Karlsson
1
-1
/
+1
2020-08-21
ethtool: allow flow-type ether without IP protocol field
Vishal Kulkarni
1
-1
/
+2
2020-07-08
net: phy: Uninline PHY ethtool statistics operations
Florian Fainelli
1
-8
/
+15
2020-06-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2020-06-23
ethtool: Fix check in ethtool_rx_flow_rule_create
Gaurav Singh
1
-1
/
+1
2020-06-18
ethtool: ioctl: Use array_size() in copy_to_user()
Gustavo A. R. Silva
1
-2
/
+2
2020-05-24
ethtool: propagate get_coalesce return value
Heiner Kallweit
1
-1
/
+4
2020-05-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+1
2020-05-22
xsk: Move driver interface to xdp_sock_drv.h
Magnus Karlsson
1
-1
/
+1
2020-05-16
ethtool: don't call set_channels in drivers if config didn't change
Jakub Kicinski
1
-0
/
+6
2020-05-16
ethtool: check if there is at least one channel for TX/RX in the core
Jakub Kicinski
1
-0
/
+5
2020-05-07
ethtool: provide UAPI for PHY master/slave configuration.
Oleksij Rempel
1
-0
/
+6
2020-04-21
drivers: Remove inclusion of vermagic header
Leon Romanovsky
1
-2
/
+1
2020-04-20
net: ethtool: self_test: Mark interface in testing operative status
Andrew Lunn
1
-0
/
+2
2020-03-30
ethtool: provide timestamping information with TSINFO_GET request
Michal Kubecek
1
-19
/
+4
2020-03-30
ethtool: add EEE_NTF notification
Michal Kubecek
1
-1
/
+5
2020-03-30
ethtool: add PAUSE_NTF notification
Michal Kubecek
1
-1
/
+5
2020-03-30
ethtool: add COALESCE_NTF notification
Michal Kubecek
1
-1
/
+5
2020-03-25
ethtool: fix incorrect tx-checksumming settings reporting
Vladyslav Tarasiuk
1
-1
/
+1
2020-03-18
net: ethtool: require drivers to set supported_coalesce_params
Jakub Kicinski
1
-3
/
+0
2020-03-13
ethtool: add CHANNELS_NTF notification
Michal Kubecek
1
-1
/
+5
2020-03-13
ethtool: set device channel counts with CHANNELS_SET request
Michal Kubecek
1
-31
/
+0
[next]