index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ethtool
Age
Commit message (
Expand
)
Author
2022-01-06
ethtool: use phydev variable
Tom Rix
2022-01-05
netlink: do not allocate a device refcount tracker in ethnl_default_notify()
Eric Dumazet
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-12-30
ethtool: Remove redundant ret assignments
luo penghao
2021-12-29
net: Don't include filter.h from net/sock.h
Jakub Kicinski
2021-12-15
ethtool: always write dev in ethnl_parse_header_dev_get
Jakub Kicinski
2021-12-15
ethtool: use ethnl_parse_header_dev_put()
Eric Dumazet
2021-12-14
ethtool: fix null-ptr-deref on ref tracker
Jakub Kicinski
2021-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-07
netlink: add net device refcount tracker to struct ethnl_req_info
Eric Dumazet
2021-12-06
ethtool: do not perform operations on net devices being unregistered
Antoine Tenart
2021-12-06
net: add net device refcount tracker to ethtool_phys_id()
Eric Dumazet
2021-11-29
ethtool: netlink: Slightly simplify 'ethnl_features_to_bitmap()'
Christophe JAILLET
2021-11-26
net: ethtool: set a default driver name
Tonghao Zhang
2021-11-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-11-26
ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce()
Julian Wiedmann
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
2021-11-22
ethtool: add support to set/get rx buf len via ethtool
Hao Chen
2021-11-22
ethtool: add support to set/get tx copybreak buf size via ethtool
Hao Chen
2021-11-19
ethtool: stats: Use struct_group() to clear all stats at once
Kees Cook
2021-11-03
ethtool: fix ethtool msg len calculation for pause stats
Jakub Kicinski
2021-11-01
ethtool: don't drop the rtnl_lock half way thru the ioctl
Jakub Kicinski
2021-11-01
ethtool: handle info/flash data copying outside rtnl_lock
Jakub Kicinski
2021-11-01
ethtool: push the rtnl_lock into dev_ethtool()
Jakub Kicinski
2021-10-24
net: convert users of bitmap_foo() to linkmode_foo()
Sean Anderson
2021-10-06
ethtool: Add ability to control transceiver modules' power mode
Ido Schimmel
2021-09-29
ethtool: ioctl: Use array_size() helper in copy_{from,to}_user()
Gustavo A. R. Silva
2021-09-14
ethtool: prevent endless loop if eeprom size is smaller than announced
Heiner Kallweit
2021-08-24
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
2021-08-24
ethtool: add two coalesce attributes for CQE mode
Yufeng Mo
2021-08-06
ethtool: return error from ethnl_ops_begin if dev is NULL
Heiner Kallweit
2021-08-05
net: Remove redundant if statements
Yajun Deng
2021-08-03
ethtool: runtime-resume netdev parent in ethnl_ops_begin
Heiner Kallweit
2021-08-03
ethtool: move netif_device_present check from ethnl_parse_header_dev_get to e...
Heiner Kallweit
2021-08-03
ethtool: move implementation of ethnl_ops_begin/complete to netlink.c
Heiner Kallweit
2021-08-03
ethtool: runtime-resume netdev parent before ethtool ioctl ops
Heiner Kallweit
2021-07-27
dev_ioctl: pass SIOCDEVPRIVATE data separately
Arnd Bergmann
2021-07-27
ethtool: Fix rxnfc copy to user buffer overflow
Saeed Mahameed
2021-07-23
ethtool: improve compat ioctl handling
Arnd Bergmann
2021-07-01
net: sock: extend SO_TIMESTAMPING for PHC binding
Yangbo Lu
2021-07-01
ethtool: add a new command for getting PHC virtual clocks
Yangbo Lu
2021-06-22
ethtool: Validate module EEPROM offset as part of policy
Ido Schimmel
2021-06-22
ethtool: Validate module EEPROM length as part of policy
Ido Schimmel
2021-06-22
ethtool: Decrease size of module EEPROM get policy array
Ido Schimmel
2021-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-16
ethtool: add a stricter length check
Jakub Kicinski
2021-06-14
ethtool: strset: fix message length calculation
Jakub Kicinski
2021-06-09
net: ethtool: clear heap allocations for ethtool function
Austin Kim
2021-06-07
ethtool: Fix NULL pointer dereference during module EEPROM dump
Ido Schimmel
2021-06-02
ethtool: Fix a typo
Zheng Yongjun
[next]