summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm: update documentation for 802-1x ca-cert, ca-path and system-ca-certsth/ifcfg-rh-ca-pathThomas Haller2020-05-262-20/+38
* ifcfg-rh: fix handling "802-1x.{phase2-,}ca-path" in ifcfg-rh settings pluginThomas Haller2020-05-264-1/+16
* build: log system-ca-path configure setting in build scriptsThomas Haller2020-05-262-0/+2
* mailmap: add Bryan to mailmapThomas Haller2020-05-261-2/+3
* license: add Marius to RELICENSE.mdThomas Haller2020-05-251-0/+1
* license: add Martin to RELICENSE.mdThomas Haller2020-05-251-0/+1
* platform: don't use unsigned constants in _link_type_from_rtnl_type(), _link_...Thomas Haller2020-05-241-6/+6
* platform: fix crash in binary search for _link_type_from_rtnl_type(), _link_t...Matthias Schiffer2020-05-241-6/+6
* license: add Thomas to RELICENSE.mdThomas Haller2020-05-231-0/+1
* license: add Florian to RELICENSE.mdThomas Haller2020-05-221-0/+1
* libnm,core: merge branch 'th/setting-option-and-ethtool'Thomas Haller2020-05-2221-962/+743
|\
| * libnm: check options in NMSettingEthtool.verify() in defined orderThomas Haller2020-05-221-9/+10
| * libnm: remove redundant nm_setting_ethtool_*_coalesce() APIThomas Haller2020-05-223-251/+0
| * libnm: deprecated nm_setting_ethtool_*_feature() APIThomas Haller2020-05-222-4/+16
| * all: avoid (soon to be) deprecated API instead of nm_setting_option*()Thomas Haller2020-05-224-174/+175
| * libnm: use nm_setting_option_*() API in NMSettingEthtoolThomas Haller2020-05-221-43/+18
| * libnm: add nm_setting_option_clear_by_name()Thomas Haller2020-05-225-29/+44
| * libnm: add nm_setting_option_get_names()Thomas Haller2020-05-224-11/+11
| * libnm: add nm_setting_option_get_uint32(), nm_setting_option_set_uint32()Thomas Haller2020-05-225-53/+91
| * libnm: add nm_setting_option_set(), nm_setting_option_get_boolean(), nm_setti...Thomas Haller2020-05-223-0/+157
| * libnm: add API for setting gendata options to NMSetting (nm_setting_option_ge...Thomas Haller2020-05-225-18/+35
| * libnm: rename nm_setting_gendata_*() API to nm_setting_option_*()Thomas Haller2020-05-225-58/+58
| * libnm: drop unused internal API _nm_setting_gendata_reset_from_hash() and _nm...Thomas Haller2020-05-222-71/+0
| * libnm: drop unused internal function nm_setting_gendata_get_all_values()Thomas Haller2020-05-222-29/+0
| * 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-224-13/+14
| * platform: make states of NMEthtoolCoalesceState indexed by ethtool_idThomas Haller2020-05-226-160/+56
| * device: in _ethtool_coalesce_set() only fetch current coalesce settings if ne...Thomas Haller2020-05-223-70/+43
| * platform/trivial: rename NMEthtoolCoalesceState variables to "coalesce"Thomas Haller2020-05-221-47/+47
| * ifcfg-rh: avoid setting empty "-C/-K/-G" options for ethtool settingsThomas Haller2020-05-222-35/+43
| * libnm: add NMUtilsPredicateStr typedefThomas Haller2020-05-222-0/+17
|/
* license: add Rafael to RELICENSE.mdThomas Haller2020-05-221-0/+1
* license: add Ikey to RELICENSE.mdThomas Haller2020-05-221-0/+1
* license: add Yuri to RELICENSE.mdThomas Haller2020-05-221-0/+1
* libnm: fix documentation for value argument of nm_client_dbus_call()Thomas Haller2020-05-221-2/+2
* license: add Alfonso to RELICENSE.mdThomas Haller2020-05-201-0/+1
* license: add Canonical, Ltd. to RELICENSE.mdThomas Haller2020-05-201-1/+1
* license: fix obsolete line in RELICENSE.mdThomas Haller2020-05-201-1/+0
* license: add David to RELICENSE.mdThomas Haller2020-05-201-0/+1
* license: add Jan and Pengutronix to RELICENSE.mdThomas Haller2020-05-201-0/+2
* license: add Timothy to RELICENSE.mdThomas Haller2020-05-201-0/+1
* ethtool: merge branch 'ac/ethtool_opts_ring'Antonio Cardace2020-05-2020-289/+1074
|\
| * nm-device: apply ethtool ring settings when activating a connectionAntonio Cardace2020-05-201-8/+123
| * platform: add support for ring settings using ioctl()Antonio Cardace2020-05-204-2/+180
| * clients: add support for ethtool ring settingsAntonio Cardace2020-05-201-8/+33
| * ifcfg-rh: add support for ethtool ring settingsAntonio Cardace2020-05-208-122/+306
| * ethtool: add ring settingsAntonio Cardace2020-05-206-7/+258
| * 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