| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-07 | 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-19 | 3 | -6/+8 |
|\ |
|
| * | ethtool: strset: fix message length calculation | Jakub Kicinski | 2021-06-14 | 1 | -0/+2 |
| * | net: ethtool: clear heap allocations for ethtool function | Austin Kim | 2021-06-09 | 1 | -5/+5 |
| * | ethtool: Fix NULL pointer dereference during module EEPROM dump | Ido Schimmel | 2021-06-07 | 1 | -1/+1 |
* | | ethtool: add a stricter length check | Jakub Kicinski | 2021-06-16 | 1 | -3/+8 |
* | | ethtool: Fix a typo | Zheng Yongjun | 2021-06-02 | 1 | -1/+1 |
|/ |
|
* | ethtool: stats: Fix a copy-paste error | YueHaibing | 2021-05-19 | 1 | -1/+1 |
* | ethtool: fix missing NLM_F_MULTI flag when dumping | Fernando Fernandez Mancera | 2021-05-05 | 1 | -1/+2 |
* | ethtool: stats: clarify the initialization to ETHTOOL_STAT_NOT_SET | Jakub Kicinski | 2021-04-20 | 1 | -0/+3 |
* | ethtool: ioctl: Fix out-of-bounds warning in store_link_ksettings_for_user() | Gustavo A. R. Silva | 2021-04-20 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-04-17 | 2 | -7/+7 |
|\ |
|
| * | ethtool: pause: make sure we init driver stats | Jakub Kicinski | 2021-04-14 | 1 | -4/+4 |
| * | ethtool: fix kdoc attr name | Jakub Kicinski | 2021-04-12 | 1 | -3/+3 |
* | | ethtool: add interface to read RMON stats | Jakub Kicinski | 2021-04-17 | 3 | -0/+93 |
* | | ethtool: add interface to read standard MAC Ctrl stats | Jakub Kicinski | 2021-04-17 | 3 | -0/+39 |
* | | ethtool: add interface to read standard MAC stats | Jakub Kicinski | 2021-04-17 | 3 | -0/+96 |
* | | ethtool: add a new command for reading standard stats | Jakub Kicinski | 2021-04-17 | 5 | -1/+226 |
* | | ethtool: add FEC statistics | Jakub Kicinski | 2021-04-16 | 1 | -1/+72 |
* | | ethtool: fec_prepare_data() - jump to error handling | Jakub Kicinski | 2021-04-16 | 1 | -3/+4 |
* | | ethtool: move ethtool_stats_init | Jakub Kicinski | 2021-04-16 | 1 | -6/+0 |
* | | ethtool: wire in generic SFP module access | Andrew Lunn | 2021-04-12 | 1 | -5/+20 |
* | | ethtool: Add fallback to get_module_eeprom from netlink command | Vladyslav Tarasiuk | 2021-04-12 | 1 | -1/+61 |
* | | net: ethtool: Export helpers for getting EEPROM info | Andrew Lunn | 2021-04-12 | 2 | -7/+12 |
* | | ethtool: Allow network drivers to dump arbitrary EEPROM data | Vladyslav Tarasiuk | 2021-04-12 | 4 | -1/+185 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-04-10 | 3 | -19/+20 |
|\| |
|
| * | ethtool: Add lanes parameter for ETHTOOL_LINK_MODE_10000baseR_FEC_BIT | Danielle Ratson | 2021-04-07 | 1 | -0/+1 |
| * | ethtool: Remove link_mode param and derive link params from driver | Danielle Ratson | 2021-04-07 | 2 | -17/+17 |