summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* build: move "libnm-core/" to "src/" and split itThomas Haller2021-02-181-378/+0
* all: add "libnm-core/nm-default-libnm-core.h" as replacement for "nm-default.h"Thomas Haller2021-02-091-1/+1
* platform: use NMOptionBool instead of NMTernaryThomas Haller2021-01-151-3/+3
* libnm,shared: move nm-ethtool helper to "libnm-base"Thomas Haller2021-01-151-1/+1
* libnm: split ethtool option names to a new header "libnm-core/nm-ethtool-util...Thomas Haller2021-01-151-1/+1
* libnm: avoid "-Wmaybe-uninitialized" warning in nm_setting_ethtool_get_optnam...Thomas Haller2021-01-121-1/+1
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-291-1/+1
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-171/+156
* libnm: check options in NMSettingEthtool.verify() in defined orderThomas Haller2020-05-221-9/+10
* libnm: remove redundant nm_setting_ethtool_*_coalesce() APIThomas Haller2020-05-221-209/+0
* libnm: deprecated nm_setting_ethtool_*_feature() APIThomas Haller2020-05-221-0/+8
* libnm: use nm_setting_option_*() API in NMSettingEthtoolThomas Haller2020-05-221-43/+18
* libnm: add nm_setting_option_clear_by_name()Thomas Haller2020-05-221-9/+6
* libnm: add nm_setting_option_get_uint32(), nm_setting_option_set_uint32()Thomas Haller2020-05-221-12/+12
* libnm: add API for setting gendata options to NMSetting (nm_setting_option_ge...Thomas Haller2020-05-221-1/+1
* libnm: rename nm_setting_gendata_*() API to nm_setting_option_*()Thomas Haller2020-05-221-16/+16
* libnm: verify that ethtool coalesce options "adaptive-[rt]x" are booleanThomas Haller2020-05-221-0/+13
* libnm: avoid duplicate type checks in "nm-setting-ethtool.c"Thomas Haller2020-05-221-35/+43
* ethtool: add and use _NM_ETHTOOL_ID_FEATURE_AS_IDX() macroThomas Haller2020-05-221-3/+3
* ethtool: add ring settingsAntonio Cardace2020-05-201-4/+119
* ethtool: refactor coalesce settings using gendata APIsAntonio Cardace2020-05-201-40/+11
* nm-setting: use nm_setting_gendata_clear_all() to clear featuresAntonio Cardace2020-05-201-18/+2
* ethtool: add coalesce settingsAntonio Cardace2020-05-131-10/+176
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-1/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* libnm: belatedly expose nm_ethtool_optname_is_feature() in libnmThomas Haller2019-06-111-2/+6
* libnm: add nm_setting_ethtool_get_optnames() functionThomas Haller2019-06-111-0/+34
* all: drop empty first line from sourcesThomas Haller2019-06-111-1/+0
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* shared: build helper "libnm-libnm-core-{intern|aux}.la" library for libnm-coreThomas Haller2019-04-181-1/+1
* libnm, cli, ifcfg-rh: add NMSettingEthtool settingThomas Haller2018-08-101-0/+342