summaryrefslogtreecommitdiffstats
path: root/net/ethtool
Commit message (Expand)AuthorAgeFilesLines
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-222-6/+13
* ethtool: add support to set/get rx buf len via ethtoolHao Chen2021-11-222-3/+22
* ethtool: add support to set/get tx copybreak buf size via ethtoolHao Chen2021-11-222-0/+2
* ethtool: stats: Use struct_group() to clear all stats at onceKees Cook2021-11-191-8/+7
* ethtool: fix ethtool msg len calculation for pause statsJakub Kicinski2021-11-031-2/+1
* ethtool: don't drop the rtnl_lock half way thru the ioctlJakub Kicinski2021-11-011-4/+32
* ethtool: handle info/flash data copying outside rtnl_lockJakub Kicinski2021-11-011-41/+69
* ethtool: push the rtnl_lock into dev_ethtool()Jakub Kicinski2021-11-011-1/+13
* net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-241-4/+3
* ethtool: Add ability to control transceiver modules' power modeIdo Schimmel2021-10-064-1/+204
* ethtool: ioctl: Use array_size() helper in copy_{from,to}_user()Gustavo A. R. Silva2021-09-291-5/+7
* ethtool: prevent endless loop if eeprom size is smaller than announcedHeiner Kallweit2021-09-141-0/+4
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-242-6/+19
* ethtool: add two coalesce attributes for CQE modeYufeng Mo2021-08-242-3/+18
* ethtool: return error from ethnl_ops_begin if dev is NULLHeiner Kallweit2021-08-061-2/+2
* net: Remove redundant if statementsYajun Deng2021-08-051-4/+2
* ethtool: runtime-resume netdev parent in ethnl_ops_beginHeiner Kallweit2021-08-031-6/+25
* ethtool: move netif_device_present check from ethnl_parse_header_dev_get to e...Heiner Kallweit2021-08-031-7/+7
* ethtool: move implementation of ethnl_ops_begin/complete to netlink.cHeiner Kallweit2021-08-032-13/+16
* ethtool: runtime-resume netdev parent before ethtool ioctl opsHeiner Kallweit2021-08-031-3/+15
* dev_ioctl: pass SIOCDEVPRIVATE data separatelyArnd Bergmann2021-07-271-2/+1
* ethtool: Fix rxnfc copy to user buffer overflowSaeed Mahameed2021-07-271-1/+1
* ethtool: improve compat ioctl handlingArnd Bergmann2021-07-231-16/+120
* net: sock: extend SO_TIMESTAMPING for PHC bindingYangbo Lu2021-07-011-0/+1
* ethtool: add a new command for getting PHC virtual clocksYangbo Lu2021-07-015-1/+120
* ethtool: Validate module EEPROM offset as part of policyIdo Schimmel2021-06-221-5/+2
* ethtool: Validate module EEPROM length as part of policyIdo Schimmel2021-06-221-4/+2
* ethtool: Decrease size of module EEPROM get policy arrayIdo Schimmel2021-06-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-183-6/+8
|\
| * ethtool: strset: fix message length calculationJakub Kicinski2021-06-141-0/+2
| * net: ethtool: clear heap allocations for ethtool functionAustin Kim2021-06-091-5/+5
| * ethtool: Fix NULL pointer dereference during module EEPROM dumpIdo Schimmel2021-06-071-1/+1
* | ethtool: add a stricter length checkJakub Kicinski2021-06-161-3/+8
* | ethtool: Fix a typoZheng Yongjun2021-06-021-1/+1
|/
* ethtool: stats: Fix a copy-paste errorYueHaibing2021-05-191-1/+1
* ethtool: fix missing NLM_F_MULTI flag when dumpingFernando Fernandez Mancera2021-05-051-1/+2
* ethtool: stats: clarify the initialization to ETHTOOL_STAT_NOT_SETJakub Kicinski2021-04-191-0/+3
* ethtool: ioctl: Fix out-of-bounds warning in store_link_ksettings_for_user()Gustavo A. R. Silva2021-04-191-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-172-7/+7
|\
| * ethtool: pause: make sure we init driver statsJakub Kicinski2021-04-141-4/+4
| * ethtool: fix kdoc attr nameJakub Kicinski2021-04-121-3/+3
* | ethtool: add interface to read RMON statsJakub Kicinski2021-04-163-0/+93
* | ethtool: add interface to read standard MAC Ctrl statsJakub Kicinski2021-04-163-0/+39
* | ethtool: add interface to read standard MAC statsJakub Kicinski2021-04-163-0/+96
* | ethtool: add a new command for reading standard statsJakub Kicinski2021-04-165-1/+226
* | ethtool: add FEC statisticsJakub Kicinski2021-04-151-1/+72
* | ethtool: fec_prepare_data() - jump to error handlingJakub Kicinski2021-04-151-3/+4
* | ethtool: move ethtool_stats_initJakub Kicinski2021-04-151-6/+0
* | ethtool: wire in generic SFP module accessAndrew Lunn2021-04-111-5/+20
* | ethtool: Add fallback to get_module_eeprom from netlink commandVladyslav Tarasiuk2021-04-111-1/+61