summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* initrd: fix parsing of ip= arguments with empty first tokenbg/initrd-ip-empty-rh1900260Beniamino Galvani2020-11-262-11/+140
* trivial: fix coding styleThomas Haller2020-11-241-2/+1
* gitlab-ci: add CentOS 7.9 and 8.2 imagesThomas Haller2020-11-242-4/+66
* dns: fix setting systemd-resolved name servers for default routeBeniamino Galvani2020-11-241-1/+2
* scripts: allow marking commits with "Ignore-Backport:" in "find-backports" sc...Thomas Haller2020-11-241-11/+13
* NEWS: move entry that was backported to 1.28Beniamino Galvani2020-11-241-4/+4
* dns: merge branch 'th/ip-config-cleanups' into masterThomas Haller2020-11-2413-258/+318
|\
| * dns/trivial: rename NMDnsIPConfigData to NMDnsConfigIPDataThomas Haller2020-11-245-94/+104
| * dns: allow sorting of NMDnsConfigDataThomas Haller2020-11-242-3/+40
| * core: add nm_ip_config_is_ipv4() for dispatching NMIP[46]Config operationsThomas Haller2020-11-241-21/+21
| * core: use nm_ip_config_iter_ip_route_for_each() in _get_route_table_sync_mode...Thomas Haller2020-11-241-18/+8
| * core: use nm_ip_config_iter_ip_address_for_each() in "nm-pacrunner-manager.c"Thomas Haller2020-11-241-44/+19
| * dns: unify IPv4/IPv6 in get_ip_rdns_domains()Thomas Haller2020-11-241-26/+18
| * core: add nm_utils_get_reverse_dns_domains_ip() helperThomas Haller2020-11-241-0/+12
| * core/trivial: rename nm_utils_get_reverse_dns_domains_ip*() functionsThomas Haller2020-11-244-23/+23
| * core: add nm_ip_config_iter_ip_address_for_each() macroThomas Haller2020-11-242-0/+32
| * platform: rework nm_platform_dedup_multi_iter_next_*() and add more implement...Thomas Haller2020-11-241-46/+58
|/
* core: fix modifying connection during recheck_assume_connection()Thomas Haller2020-11-241-2/+7
* build/meson: fix build to always set "-W" compiler flagsThomas Haller2020-11-231-62/+57
* gitignore: ignore "/docs/libnm/libnm.actions"Thomas Haller2020-11-231-0/+1
* Revert "dns: change default DNS priority of VPNs to -50"Thomas Haller2020-11-235-11/+6
* dns: fix accessing NULL domains.reverse array in rebuild_domain_lists()Thomas Haller2020-11-201-1/+2
* 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
|/