summaryrefslogtreecommitdiffstats
path: root/net/ethtool (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-201-0/+3
* ethtool: ioctl: Fix out-of-bounds warning in store_link_ksettings_for_user()Gustavo A. R. Silva2021-04-201-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-173-0/+93
* | ethtool: add interface to read standard MAC Ctrl statsJakub Kicinski2021-04-173-0/+39
* | ethtool: add interface to read standard MAC statsJakub Kicinski2021-04-173-0/+96
* | ethtool: add a new command for reading standard statsJakub Kicinski2021-04-175-1/+226
* | ethtool: add FEC statisticsJakub Kicinski2021-04-161-1/+72
* | ethtool: fec_prepare_data() - jump to error handlingJakub Kicinski2021-04-161-3/+4
* | ethtool: move ethtool_stats_initJakub Kicinski2021-04-161-6/+0
* | ethtool: wire in generic SFP module accessAndrew Lunn2021-04-121-5/+20
* | ethtool: Add fallback to get_module_eeprom from netlink commandVladyslav Tarasiuk2021-04-121-1/+61
* | net: ethtool: Export helpers for getting EEPROM infoAndrew Lunn2021-04-122-7/+12
* | ethtool: Allow network drivers to dump arbitrary EEPROM dataVladyslav Tarasiuk2021-04-124-1/+185
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-103-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-071-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-261-0/+3
* | ethtool: fec: sanitize ethtool_fecparam->active_fecJakub Kicinski2021-03-261-0/+1
* | ethtool: fec: sanitize ethtool_fecparam->reservedJakub Kicinski2021-03-261-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-041-0/+8
* ethtool: Get link mode in use instead of speed and duplex parametersDanielle Ratson2021-02-044-156/+173
* ethtool: Extend link modes settings uAPI with lanesDanielle Ratson2021-02-042-16/+82
* ethtool: Validate master slave configuration before rtnl_lock()Danielle Ratson2021-02-041-8/+19
* net: introduce a netdev feature for UDP GRO forwardingAlexander Lobakin2021-01-241-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-121-0/+2
|\
| * ethtool: fix stack overflow in ethnl_parse_bitset()Michal Kubecek2020-12-101-0/+2
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-131-1/+1
|\|
| * ethtool: netlink: add missing netdev_features_change() callAlexander Lobakin2020-11-101-1/+1
* | ethtool: remove unneeded semicolonTom Rix2020-11-031-1/+1
|/
* ethtool: correct policy for ETHTOOL_MSG_CHANNELS_SETJohannes Berg2020-10-091-2/+2
* ethtool: strset: allow ETHTOOL_A_STRSET_COUNTS_ONLY attrJohannes Berg2020-10-092-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
* ethtool: wire up set policies to opsJakub Kicinski2020-10-0614-104/+74
* ethtool: wire up get policies to opsJakub Kicinski2020-10-0617-107/+90
* ethtool: allow netdev driver to define phy tunablesIgor Russkikh2020-10-061-13/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-061-1/+1
|\