summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: style fixesth/af/settings-add-matchesThomas Haller2020-05-061-23/+28
* device: handle match.driver also with unknown device driverThomas Haller2020-05-061-11/+7
* core: accept %NULL argument to nm_wildcard_match_check()Thomas Haller2020-05-061-5/+9
* ifcfg-rh: minor cleanup of make_match_setting()Thomas Haller2020-05-061-11/+11
* ifcfg-rh: refactor write_match_setting()Thomas Haller2020-05-061-50/+18
* cli: use default implementation of getter for NMSettingMatch propertiesThomas Haller2020-05-061-102/+3
* libnm: allocate device and kernel_command_line arrays in NMSettingMatch lazyThomas Haller2020-05-061-58/+60
* libnm: allocate interface_name array in NMSettingMatch lazyThomas Haller2020-05-061-30/+34
* shared: add nm_strvarray_*() helper APIThomas Haller2020-05-061-0/+48
* shared: add nm_indirect_g_free() helperThomas Haller2020-05-062-0/+22
* shared: add nm_g_array_len() helperThomas Haller2020-05-061-0/+8
* shared: add nm_g_ptr_array_len() helperThomas Haller2020-05-061-0/+8
* libnm: cleanup NMSettingMatch.verify()Thomas Haller2020-05-061-10/+7
* libnm: fix gtk-doc annotations for nm_setting_match_get_{kernel_command_lines...Thomas Haller2020-05-061-2/+4
* libnm: sort entires in libnm.verThomas Haller2020-05-061-7/+7
* ifcfg-rh: support new match filtersAdrian Freihofer2020-05-066-14/+72
* ifcfg-rh-reader: match refactoringAdrian Freihofer2020-05-061-15/+22
* po add libnm-core/nm-setting-match.cAdrian Freihofer2020-05-061-0/+1
* settings: add match for driverAdrian Freihofer2020-05-066-0/+276
* settings: add match for proc cmdlineAdrian Freihofer2020-05-066-1/+319
* settings: add match verify functionAdrian Freihofer2020-05-061-0/+24
* libnm: fix gtk-doc annotations for nm_setting_match_get_interface_names()Thomas Haller2020-05-061-1/+2
* device: avoid coverity warning about unused variableThomas Haller2020-05-062-7/+8
* po: update Ukrainian (uk) translationYuri Chornoivan2020-05-061-542/+603
* initrd: merge branch 'bg/initrd-hostname'Beniamino Galvani2020-05-065-65/+197
|\
| * man: initrd: describe differences from network-legacy moduleBeniamino Galvani2020-05-061-0/+28
| * initrd: parse 'rd.net.timeout.dhcp' optionBeniamino Galvani2020-05-063-1/+14
| * initrd: parse rd.peerdns earlyBeniamino Galvani2020-05-061-32/+18
| * initrd: save hostname to a file in /runBeniamino Galvani2020-05-064-27/+108
| * initrd: add command line option to specify initrd data directoryBeniamino Galvani2020-05-062-5/+29
|/
* device: fix scope of variable in commit_option()Thomas Haller2020-05-041-1/+1
* bridge: merge branch 'ac/bridge_options_2'Antonio Cardace2020-05-0410-127/+833
|\
| * nm-setting-bridge: add 'multicast-startup-query-interval' bridge optionAntonio Cardace2020-05-048-0/+70
| * nm-setting-bridge: add 'multicast-startup-query-count' bridge optionAntonio Cardace2020-05-048-0/+69
| * nm-setting-bridge: add 'multicast-query-response-interval' bridge optionAntonio Cardace2020-05-048-145/+215
| * nm-setting-bridge: add 'multicast-query-interval' bridge optionAntonio Cardace2020-05-048-0/+70
| * nm-setting-bridge: add 'multicast-querier-interval' bridge optionAntonio Cardace2020-05-048-0/+70
| * nm-setting-bridge: add 'multicast-membership-interval' bridge optionAntonio Cardace2020-05-048-0/+71
| * nm-setting-bridge: add 'multicast-last-member-interval' bridge optionAntonio Cardace2020-05-048-110/+225
| * nm-setting-bridge: add 'multicast-last-member-count' bridge optionAntonio Cardace2020-05-048-43/+115
| * nm-setting-bridge: add 'multicast-hash-max' bridge optionAntonio Cardace2020-05-0410-0/+89
| * nm-setting-bridge: add missing 'Since: X.Y' comments to optionsAntonio Cardace2020-05-041-0/+10
|/
* po: update Ukrainian (uk) translationYuri Chornoivan2020-05-041-1193/+1272
* platform: fix test failure when /proc is mounted read-onlyBeniamino Galvani2020-05-041-24/+53
* keyfile: merge branch 'th/keyfile-cleanup-accessors'Thomas Haller2020-05-043-119/+167
|\
| * keyfile: implement nm_keyfile_plugin_kf_get_string_list() directly without macroThomas Haller2020-05-041-29/+26
| * keyfile: add nm_keyfile_plugin_kf_get_integer_list_uint() to parse a list of ...Thomas Haller2020-05-043-26/+65
| * keyfile: implement nm_keyfile_plugin_kf_set_string_list() directly without macroThomas Haller2020-05-041-14/+11
| * keyfile: refactor writing of G_TYPE_ARRAY list of unsigned integersThomas Haller2020-05-043-17/+31
| * keyfile: use NMStrBuf in nm_keyfile_plugin_kf_set_integer_list_uint8()Thomas Haller2020-05-042-15/+9