summaryrefslogtreecommitdiffstats
path: root/net/ethtool
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
|/
* ethtool: fix the check logic of at least one channel for RX/TXYinjun Zhang2021-02-281-13/+13
* net: hsr: add offloading supportGeorge McCollister2021-02-111-0/+4
* ethtool: Expose the number of lanes in useDanielle Ratson2021-02-031-0/+8
* ethtool: Get link mode in use instead of speed and duplex parametersDanielle Ratson2021-02-034-156/+173
* ethtool: Extend link modes settings uAPI with lanesDanielle Ratson2021-02-032-16/+82
* ethtool: Validate master slave configuration before rtnl_lock()Danielle Ratson2021-02-031-8/+19
* net: introduce a netdev feature for UDP GRO forwardingAlexander Lobakin2021-01-231-0/+1
* ethtool: fix error paths in ethnl_set_channels()Ivan Vecera2020-12-161-2/+4
* ethtool: fix string set id checkMichal Kubecek2020-12-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-0/+2
|\
| * ethtool: fix stack overflow in ethnl_parse_bitset()Michal Kubecek2020-12-091-0/+2
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-121-1/+1
|\|
| * ethtool: netlink: add missing netdev_features_change() callAlexander Lobakin2020-11-091-1/+1
* | ethtool: remove unneeded semicolonTom Rix2020-11-021-1/+1
|/
* ethtool: correct policy for ETHTOOL_MSG_CHANNELS_SETJohannes Berg2020-10-081-2/+2
* ethtool: strset: allow ETHTOOL_A_STRSET_COUNTS_ONLY attrJohannes Berg2020-10-082-1/+2
* ethtool: specify which header flags are supported per commandJakub Kicinski2020-10-063-11/+21
* ethtool: link up ethnl_header_policy as a nested policyJakub Kicinski2020-10-0618-29/+58
* ethtool: trim policy tablesJakub Kicinski2020-10-0619-229/+83