summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | supplicant: detect 802.11r fast BSS transition (FT)Lubomir Rintel2019-07-253-6/+55
| * | wifi/ap: recognize FT variants of wpa-psk and wpa-eapLubomir Rintel2019-07-251-1/+3
|/ /
* | dhcp: merge branch 'fg/nettools_dhcp_options'Francesco Giudici2019-07-253-177/+79
|\ \
| * | dhcp: nettools: check if addr is in the lease when boundfg/nettools_dhcp_optionsFrancesco Giudici2019-07-251-0/+6
| * | dhcp: nettools: use shared dhcp option resourcesFrancesco Giudici2019-07-251-175/+67
| * | dhcp: add "fqdn" and "client id" to the shared dhcp optionsFrancesco Giudici2019-07-252-0/+4
| * | dhcp/trivial: fix commentFrancesco Giudici2019-07-251-2/+2
|/ /
* | core: merge branch 'th/no-auto-default-by-ifname'Thomas Haller2019-07-2512-95/+181
|\ \
| * | config: simplify no-auto-default list handling and sort entriesThomas Haller2019-07-253-68/+54
| * | device,config: for virtual devices store the interface name to "no-auto-defau...Thomas Haller2019-07-252-17/+43
| * | config: backslash escape values (utf8safe) in "no-auto-default.state" fileThomas Haller2019-07-251-3/+21
| * | config: cleanup handling no_auto_default listsThomas Haller2019-07-252-28/+40
| * | device,config: don't write fake MAC address to "no-auto-default.state" fileThomas Haller2019-07-251-1/+15
| * | device: move check for no-auto-default to "nm-settings.c"Thomas Haller2019-07-252-4/+5
| * | config: use nm_utils_g_slist_strlist_cmp() in nm_config_data_diff()Thomas Haller2019-07-251-12/+2
| * | ifcfg-rh: don't allow globbing for unhandled device specsThomas Haller2019-07-252-2/+2
| * | core: add and use NM_MATCH_SPEC_*_TAG defines instead of plain stringsThomas Haller2019-07-255-15/+17
| * | libnm: accept %NULL for @name argument of nm_utils_is_valid_iface_name()Thomas Haller2019-07-251-3/+13
| * | shared: accept %NULL strings in nm_utils_strv_sort()Thomas Haller2019-07-251-4/+11
| * | shared: add nm_strcmp0_p_with_data() helperThomas Haller2019-07-252-0/+10
| * | shared: add nm_strcmp_with_data()Thomas Haller2019-07-252-0/+10
|/ /
* | dhcp: internal: fix the logging message for the lease timeFrancesco Giudici2019-07-241-5/+6
* | dhcp: internal: Prefer nm_assert() to g_assert()Francesco Giudici2019-07-241-1/+1
* | dispatcher: tolerate lack of connection pathLubomir Rintel2019-07-241-6/+2
* | all: codespell fixesLubomir Rintel2019-07-244-7/+7
* | platform/netlink: mark nested netlink attribute with NLA_F_NESTEDThomas Haller2019-07-231-1/+1
* | libnm,core: use nm_utils_clock_gettime_*() instead of clock_gettime()Thomas Haller2019-07-233-21/+20
* | shared: add nm_utils_clock_gettime_*() utilThomas Haller2019-07-232-0/+39
* | libnm,core: Add ConnectivityCheckUri property and accessorsIain Lane2019-07-228-2/+61
* | device: free temporary typename with iface variableMarco Trevisan (TreviƱo)2019-07-221-3/+4
* | libnm,core: support more "arp_validate" bond optionsThomas Haller2019-07-181-2/+2
* | settings: add more trace logging for auto-default (default wired) connectionsThomas Haller2019-07-171-0/+11
* | device: move check for config "no-auto-default" to NMDevice's new_default_con...Thomas Haller2019-07-172-3/+3
* | settings: write tombstones when deleting connection with duplicate files on diskThomas Haller2019-07-171-4/+24
* | settings: add nm_settings_plugin_cmp_by_priority() functionThomas Haller2019-07-173-22/+35
* | settings: fix prefering newer keyfile/ifcfg-rh files with duplicate UUIDsThomas Haller2019-07-172-4/+4
* | settings: fix wrong assertion in keyfiles _storages_consolidate()Thomas Haller2019-07-172-2/+2
* | settings: merge branch 'th/settings-delegate-storage'Thomas Haller2019-07-1763-3389/+6579
|\ \
| * | settings: rework tracking settings connections and settings pluginsThomas Haller2019-07-1658-3250/+6358
| * | settings/trivial: rename nm_keyfile_loaded_uuid_*() API to nm_keyfile_nmmeta_*()Thomas Haller2019-07-163-72/+72
| * | settings: change filename for per-connection metadata (previously UUID nm-loa...Thomas Haller2019-07-165-54/+68
| * | settings/keyfile: output "struct stat" from nms_keyfile_loaded_uuid_read()Thomas Haller2019-07-163-5/+8
| * | settings: add audit-logging for connection load and reloadThomas Haller2019-07-163-6/+32
| * | core: reapply changes to profile to all devicesThomas Haller2019-07-161-11/+6
| * | libnm: accept %NULL argument in nmtst_connection_assert_unchanging()Thomas Haller2019-07-161-0/+3
| * | libnm: add nm_key_file_get_boolean() helperThomas Haller2019-07-162-0/+39
| * | shared: suppress -Werror=stringop-overflow= warning in nm_strndup_a()Thomas Haller2019-07-161-0/+2
| * | device: fix reapplying changes to connection ID and UUIDThomas Haller2019-07-161-1/+1
|/ /
* | rules: merge branch 'th/routing-rule-suppress-prefixlength'Thomas Haller2019-07-1610-138/+337
|\ \
| * | policy-routing: take ownership of externally configured rulesThomas Haller2019-07-165-28/+128