index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ethtool
Commit message (
Expand
)
Author
Age
Files
Lines
*
ethtool: Add 10base-T1L link mode entry
Alexandru Tachici
2022-05-01
1
-0
/
+3
*
net: ethtool: move checks before rtnl_lock() in ethnl_set_rings
Jie Wang
2022-04-15
1
-18
/
+18
*
net: ethtool: extend ringparam set/get APIs for tx_push
Jie Wang
2022-04-15
2
-3
/
+17
*
ethtool: add support to set/get completion queue event size
Subbaraya Sundeep
2022-02-23
2
-3
/
+18
*
ethtool: add header/data split indication
Jakub Kicinski
2022-01-28
1
-5
/
+10
*
ethtool: use phydev variable
Tom Rix
2022-01-06
1
-4
/
+4
*
netlink: do not allocate a device refcount tracker in ethnl_default_notify()
Eric Dumazet
2022-01-05
1
-1
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-12-31
1
-0
/
+1
|
\
|
*
net: Don't include filter.h from net/sock.h
Jakub Kicinski
2021-12-29
1
-0
/
+1
*
|
ethtool: Remove redundant ret assignments
luo penghao
2021-12-30
1
-1
/
+0
*
|
ethtool: always write dev in ethnl_parse_header_dev_get
Jakub Kicinski
2021-12-15
1
-3
/
+2
*
|
ethtool: use ethnl_parse_header_dev_put()
Eric Dumazet
2021-12-15
16
-18
/
+23
*
|
ethtool: fix null-ptr-deref on ref tracker
Jakub Kicinski
2021-12-14
1
-2
/
+4
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-09
1
-1
/
+2
|
\
|
*
ethtool: do not perform operations on net devices being unregistered
Antoine Tenart
2021-12-06
1
-1
/
+2
*
|
netlink: add net device refcount tracker to struct ethnl_req_info
Eric Dumazet
2021-12-07
2
-3
/
+7
*
|
net: add net device refcount tracker to ethtool_phys_id()
Eric Dumazet
2021-12-06
1
-2
/
+3
*
|
ethtool: netlink: Slightly simplify 'ethnl_features_to_bitmap()'
Christophe JAILLET
2021-11-29
1
-1
/
+0
*
|
net: ethtool: set a default driver name
Tonghao Zhang
2021-11-26
1
-0
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-11-26
1
-1
/
+1
|
\
|
|
*
ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce()
Julian Wiedmann
2021-11-26
1
-1
/
+1
*
|
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
2021-11-22
2
-6
/
+13
*
|
ethtool: add support to set/get rx buf len via ethtool
Hao Chen
2021-11-22
2
-3
/
+22
*
|
ethtool: add support to set/get tx copybreak buf size via ethtool
Hao Chen
2021-11-22
2
-0
/
+2
*
|
ethtool: stats: Use struct_group() to clear all stats at once
Kees Cook
2021-11-19
1
-8
/
+7
|
/
*
ethtool: fix ethtool msg len calculation for pause stats
Jakub Kicinski
2021-11-03
1
-2
/
+1
*
ethtool: don't drop the rtnl_lock half way thru the ioctl
Jakub Kicinski
2021-11-01
1
-4
/
+32
*
ethtool: handle info/flash data copying outside rtnl_lock
Jakub Kicinski
2021-11-01
1
-41
/
+69
*
ethtool: push the rtnl_lock into dev_ethtool()
Jakub Kicinski
2021-11-01
1
-1
/
+13
*
net: convert users of bitmap_foo() to linkmode_foo()
Sean Anderson
2021-10-24
1
-4
/
+3
*
ethtool: Add ability to control transceiver modules' power mode
Ido Schimmel
2021-10-06
4
-1
/
+204
*
ethtool: ioctl: Use array_size() helper in copy_{from,to}_user()
Gustavo A. R. Silva
2021-09-29
1
-5
/
+7
*
ethtool: prevent endless loop if eeprom size is smaller than announced
Heiner Kallweit
2021-09-14
1
-0
/
+4
*
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
2021-08-24
2
-6
/
+19
*
ethtool: add two coalesce attributes for CQE mode
Yufeng Mo
2021-08-24
2
-3
/
+18
*
ethtool: return error from ethnl_ops_begin if dev is NULL
Heiner Kallweit
2021-08-06
1
-2
/
+2
*
net: Remove redundant if statements
Yajun Deng
2021-08-05
1
-4
/
+2
*
ethtool: runtime-resume netdev parent in ethnl_ops_begin
Heiner Kallweit
2021-08-03
1
-6
/
+25
*
ethtool: move netif_device_present check from ethnl_parse_header_dev_get to e...
Heiner Kallweit
2021-08-03
1
-7
/
+7
*
ethtool: move implementation of ethnl_ops_begin/complete to netlink.c
Heiner Kallweit
2021-08-03
2
-13
/
+16
*
ethtool: runtime-resume netdev parent before ethtool ioctl ops
Heiner Kallweit
2021-08-03
1
-3
/
+15
*
dev_ioctl: pass SIOCDEVPRIVATE data separately
Arnd Bergmann
2021-07-27
1
-2
/
+1
*
ethtool: Fix rxnfc copy to user buffer overflow
Saeed Mahameed
2021-07-27
1
-1
/
+1
*
ethtool: improve compat ioctl handling
Arnd Bergmann
2021-07-23
1
-16
/
+120
*
net: sock: extend SO_TIMESTAMPING for PHC binding
Yangbo Lu
2021-07-01
1
-0
/
+1
*
ethtool: add a new command for getting PHC virtual clocks
Yangbo Lu
2021-07-01
5
-1
/
+120
*
ethtool: Validate module EEPROM offset as part of policy
Ido Schimmel
2021-06-22
1
-5
/
+2
*
ethtool: Validate module EEPROM length as part of policy
Ido Schimmel
2021-06-22
1
-4
/
+2
*
ethtool: Decrease size of module EEPROM get policy array
Ido Schimmel
2021-06-22
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-18
3
-6
/
+8
|
\
[next]