aboutsummaryrefslogtreecommitdiffstats
path: root/net/ethtool (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-05ethtool: fix missing NLM_F_MULTI flag when dumpingFernando Fernandez Mancera1-1/+2
2021-04-19ethtool: stats: clarify the initialization to ETHTOOL_STAT_NOT_SETJakub Kicinski1-0/+3
2021-04-19ethtool: ioctl: Fix out-of-bounds warning in store_link_ksettings_for_user()Gustavo A. R. Silva1-1/+1
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+7
2021-04-16ethtool: add interface to read RMON statsJakub Kicinski3-0/+93
2021-04-16ethtool: add interface to read standard MAC Ctrl statsJakub Kicinski3-0/+39
2021-04-16ethtool: add interface to read standard MAC statsJakub Kicinski3-0/+96
2021-04-16ethtool: add a new command for reading standard statsJakub Kicinski5-1/+226
2021-04-15ethtool: add FEC statisticsJakub Kicinski1-1/+72
2021-04-15ethtool: fec_prepare_data() - jump to error handlingJakub Kicinski1-3/+4
2021-04-15ethtool: move ethtool_stats_initJakub Kicinski1-6/+0
2021-04-14ethtool: pause: make sure we init driver statsJakub Kicinski1-4/+4
2021-04-12ethtool: fix kdoc attr nameJakub Kicinski1-3/+3
2021-04-11ethtool: wire in generic SFP module accessAndrew Lunn1-5/+20
2021-04-11ethtool: Add fallback to get_module_eeprom from netlink commandVladyslav Tarasiuk1-1/+61
2021-04-11net: ethtool: Export helpers for getting EEPROM infoAndrew Lunn2-7/+12
2021-04-11ethtool: Allow network drivers to dump arbitrary EEPROM dataVladyslav Tarasiuk4-1/+185
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-19/+20
2021-04-07ethtool: Add lanes parameter for ETHTOOL_LINK_MODE_10000baseR_FEC_BITDanielle Ratson1-0/+1
2021-04-07ethtool: Remove link_mode param and derive link params from driverDanielle Ratson2-17/+17
2021-04-06ethtool: fix incorrect datatype in set_eee opsWong Vee Khee1-2/+2
2021-03-31ethtool: support FEC settings over netlinkJakub Kicinski4-1/+262
2021-03-26ethtool: fec: fix FEC_NONE checkJakub Kicinski1-1/+1
2021-03-25ethtool: fec: sanitize ethtool_fecparam->fecJakub Kicinski1-0/+3
2021-03-25ethtool: fec: sanitize ethtool_fecparam->active_fecJakub Kicinski1-0/+1
2021-03-25ethtool: fec: sanitize ethtool_fecparam->reservedJakub Kicinski1-0/+5
2021-03-17ethtool: Add common function for filling out stringsAlexander Duyck1-0/+12
2021-02-28ethtool: fix the check logic of at least one channel for RX/TXYinjun Zhang1-13/+13
2021-02-11net: hsr: add offloading supportGeorge McCollister1-0/+4
2021-02-03ethtool: Expose the number of lanes in useDanielle Ratson1-0/+8
2021-02-03ethtool: Get link mode in use instead of speed and duplex parametersDanielle Ratson4-156/+173
2021-02-03ethtool: Extend link modes settings uAPI with lanesDanielle Ratson2-16/+82
2021-02-03ethtool: Validate master slave configuration before rtnl_lock()Danielle Ratson1-8/+19
2021-01-23net: introduce a netdev feature for UDP GRO forwardingAlexander Lobakin1-0/+1
2020-12-16ethtool: fix error paths in ethnl_set_channels()Ivan Vecera1-2/+4
2020-12-16ethtool: fix string set id checkMichal Kubecek1-1/+1
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2020-12-09ethtool: fix stack overflow in ethnl_parse_bitset()Michal Kubecek1-0/+2
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-11-09ethtool: netlink: add missing netdev_features_change() callAlexander Lobakin1-1/+1
2020-11-02ethtool: remove unneeded semicolonTom Rix1-1/+1
2020-10-08ethtool: correct policy for ETHTOOL_MSG_CHANNELS_SETJohannes Berg1-2/+2
2020-10-08ethtool: strset: allow ETHTOOL_A_STRSET_COUNTS_ONLY attrJohannes Berg2-1/+2
2020-10-06ethtool: specify which header flags are supported per commandJakub Kicinski3-11/+21
2020-10-06ethtool: link up ethnl_header_policy as a nested policyJakub Kicinski18-29/+58
2020-10-06ethtool: trim policy tablesJakub Kicinski19-229/+83
2020-10-06ethtool: wire up set policies to opsJakub Kicinski14-104/+74
2020-10-06ethtool: wire up get policies to opsJakub Kicinski17-107/+90
2020-10-06ethtool: allow netdev driver to define phy tunablesIgor Russkikh1-13/+24
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1