summaryrefslogtreecommitdiffstats
path: root/net/ethtool
Commit message (Expand)AuthorAgeFilesLines
* 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
* | net: ethtool: Export helpers for getting EEPROM infoAndrew Lunn2021-04-112-7/+12
* | ethtool: Allow network drivers to dump arbitrary EEPROM dataVladyslav Tarasiuk2021-04-114-1/+185
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-093-19/+20
|\|
| * ethtool: Add lanes parameter for ETHTOOL_LINK_MODE_10000baseR_FEC_BITDanielle Ratson2021-04-071-0/+1
| * ethtool: Remove link_mode param and derive link params from driverDanielle Ratson2021-04-072-17/+17
| * ethtool: fix incorrect datatype in set_eee opsWong Vee Khee2021-04-061-2/+2
* | ethtool: support FEC settings over netlinkJakub Kicinski2021-03-314-1/+262
* | ethtool: fec: fix FEC_NONE checkJakub Kicinski2021-03-261-1/+1
* | ethtool: fec: sanitize ethtool_fecparam->fecJakub Kicinski2021-03-251-0/+3
* | ethtool: fec: sanitize ethtool_fecparam->active_fecJakub Kicinski2021-03-251-0/+1
* | ethtool: fec: sanitize ethtool_fecparam->reservedJakub Kicinski2021-03-251-0/+5
* | ethtool: Add common function for filling out stringsAlexander Duyck2021-03-171-0/+12
|/