summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "dns: change default DNS priority of VPNs to -50"th/default-dns-priority-vpnThomas Haller2020-11-205-11/+6
* trivial: fix coding styleThomas Haller2020-11-202-2/+3
* dns: merge branch 'th/dns-resolved-fix-exclusive'Thomas Haller2020-11-204-76/+238
|\
| * dns: set first Domains/DefaultRoute in systemd-resolved before DNSThomas Haller2020-11-201-1/+1
| * dns: more debug logging for DNS settings in rebuild_domain_lists()Thomas Haller2020-11-201-0/+15
| * dns: fix handling default routing domains with systemd-resolvedThomas Haller2020-11-204-45/+154
| * dns: assert domains are unset at start of rebuild_domain_lists()Thomas Haller2020-11-201-4/+14
| * dns: assert that priorities in rebuild_domain_lists() are increasingThomas Haller2020-11-201-0/+4
| * dns: cleanup handling of shadowed priorities rebuild_domain_lists()Thomas Haller2020-11-201-12/+29
| * dns: track NMDnsConfigData as keys of a dictionaryThomas Haller2020-11-202-6/+9
| * dns: cleanup allocation of NMDnsConfigData and NMDnsIPConfigDataThomas Haller2020-11-201-10/+14
|/
* libnm: improve error message of nm_keyfile_write() for invalid profilesThomas Haller2020-11-201-2/+27
* initrd: merge branch 'bg/initrd-vlan'Beniamino Galvani2020-11-204-39/+317
|\
| * initrd: disable ipv4 and ipv6 by default for vlan parent connectionbg/initrd-vlanBeniamino Galvani2020-11-202-4/+232
| * initrd: fix parsing of ip= argument with dotted interface nameBeniamino Galvani2020-11-204-34/+82
| * initrd: add test for prefixed address in ip= argumentBeniamino Galvani2020-11-201-2/+4
|/
* wifi: merge branch 'th/wifi-bssid-cleanup'Thomas Haller2020-11-2020-157/+150
|\
| * core: refactor nm_ethernet_address_is_valid()th/wifi-bssid-cleanupThomas Haller2020-11-195-49/+40
| * wifi: use NMEtherAddr struct for bssidThomas Haller2020-11-1914-81/+83
| * wifi: drop Wext handlers get_rate()/get_bssid()/get_qual() from NMWifiUtilsClassThomas Haller2020-11-193-39/+31
| * wifi: use nm_wifi_ap_set_address_bin() in activation_success_handler()Thomas Haller2020-11-192-8/+3
| * wifi: expose nm_wifi_ap_set_address_bin() helperThomas Haller2020-11-192-17/+18
| * shared: add static asserts for size/alignment of NMEtherAddrThomas Haller2020-11-191-0/+3
| * shared: improve NM_ETHER_ADDR_INIT() helper macroThomas Haller2020-11-192-4/+13
|/
* trivial: improve code commentsin "nm-std-aux/c-list-util.c"Thomas Haller2020-11-191-2/+3
* wifi: merge branch 'balrog-kun:platform-wifi-common-call'Thomas Haller2020-11-199-162/+143
|\
| * platform: Drop nm_platform_wifi_get_{bssid,rate,quality}Andrew Zaborowski2020-11-196-154/+9
| * wifi: Switch to using nm_platform_wifi_get_stationAndrew Zaborowski2020-11-192-38/+43
| * platform: Add a wifi_get_station utilityAndrew Zaborowski2020-11-197-0/+121
|/
* wifi/iwd: merge branch 'balrog-kun:iwd-autoconnect'Thomas Haller2020-11-1910-359/+1414
|\
| * iwd: Update KnownNetwork.AutoConnect on NM connection changesAndrew Zaborowski2020-11-191-5/+68
| * iwd: Roughly respect the NMDevice::autoconnect propertyAndrew Zaborowski2020-11-191-30/+81
| * iwd: Add the wifi.iwd.autoconnect settingAndrew Zaborowski2020-11-194-83/+677
| * iwd: Order objects from g_dbus_object_manager_get_objectsAndrew Zaborowski2020-11-192-2/+80
| * iwd: Create mirror connections for non-802.1X IWD known networksAndrew Zaborowski2020-11-193-94/+255
| * wifi: Add NMWifiAp getters for wpa_flags/rsn_flagsAndrew Zaborowski2020-11-192-16/+30
| * iwd: Stop using _nm_utils_ssid_to_utf8()Andrew Zaborowski2020-11-194-111/+132
| * iwd: Validate UTF-8 SSID early in check_connection_compatible/complete_connec...Andrew Zaborowski2020-11-191-30/+46
| * iwd: Never lock to BSSID in complete_connectionAndrew Zaborowski2020-11-191-4/+1
| * iwd: Move scheduling periodic scan out of set_current_ap()Andrew Zaborowski2020-11-191-4/+7
| * iwd: Rename can_connect and iwd_connectionAndrew Zaborowski2020-11-191-15/+15
| * iwd: Allow scanning in NM_DEVICE_STATE_NEED_AUTHAndrew Zaborowski2020-11-191-1/+1
| * iwd: Handle the net.connman.iwd.Agent.Cancel() methodAndrew Zaborowski2020-11-192-4/+61
|/
* dns: fix _dns_manager_set_ip_config() for missing deviceThomas Haller2020-11-191-1/+1
* release: bump version to 1.29.2 (development)1.29.2-devBeniamino Galvani2020-11-182-2/+2
* libnm/tests: add unit test for more consistency check of NMObject type inform...Thomas Haller2020-11-181-14/+77
* utils: introduce new NML_DBUS_META_INTERFACE_PRIO_INSTANTIATE_20Fernando Fernandez Mancera2020-11-182-1/+3
* libnm/trivial: rename enums NML_DBUS_META_INTERFACE_PRIO_INSTANTIATE_*Fernando Fernandez Mancera2020-11-1838-83/+83
* cli: replace if-else-if construct in nmc_process_connection_properties() by c...Thomas Haller2020-11-181-77/+86
* cli: don't fail `nmcli con modify $PROFILE remove $SETTING` for non-existing ...Thomas Haller2020-11-181-11/+3