summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* checkpatch: update check for SPDX license identifier tagth/spdx-or-laterThomas Haller2020-12-241-1/+1
* all: update deprecated SPDX license identifiersThomas Haller2020-12-241008-1008/+1008
* examples: remove editor hint to mark source code as UTF-8Thomas Haller2020-12-241-1/+0
* libnm: fix style for SPDX License Identifer in "libnm-core/nm-keyfile.h"Thomas Haller2020-12-231-1/+1
* po: update Danish (da) translationscootergrisen2020-12-231-2420/+2540
* merge branch 'th/gitlab-ci-alpine' (part 4)Thomas Haller2020-12-2310-11/+48
|\
| * gitlab-ci: skip valgrind tests on Alpine LinuxThomas Haller2020-12-231-0/+6
| * gitlab-ci: install missing packages on Alpine LinuxThomas Haller2020-12-232-1/+4
| * all: adjust imports to fix libc/linux headersThomas Haller2020-12-233-3/+7
| * systemd: use pthread instead of internal glibc functionality on non glibc pla...Thomas Haller2020-12-231-0/+12
| * systemd: fix include for <linux/if_arp.h> on muslRasmus Thomsen2020-12-231-0/+4
| * core/tests: relax checks in do_test_nm_utils_kill_child() for libmuslThomas Haller2020-12-231-2/+2
| * core/tests: skip test for nm_wildcard_match_check() on non-glibcThomas Haller2020-12-231-5/+13
|/
* release: bump version to 1.29.7 (development)1.29.7-devBeniamino Galvani2020-12-232-2/+2
* wifi: merge branch 'ac/wpa3eap_suiteb192'Antonio Cardace2020-12-2224-56/+267
|\
| * wifi: add WPA-EAP-SUITE-B-192 supportac/wpa3eap_suiteb192Antonio Cardace2020-12-2224-56/+267
* | merge branch 'th/gitlab-ci-alpine' (part 3)Thomas Haller2020-12-2252-14/+95
|\ \
| * | libnm: allow opt-out of including system headers in <NetworkManager.h>Thomas Haller2020-12-223-7/+11
| * | libnm: avoid in_addr_t/in6addr use in libnm headerThomas Haller2020-12-221-1/+4
| * | all: explicit include <linux/if_{ether,infiniband,vlan}.h> as neededThomas Haller2020-12-2246-0/+73
| * | core: avoid "__u32","__u8" types in "src/nm-manager.c"Thomas Haller2020-12-221-4/+5
| * | libnm: include "nm-core-enum-types.h" in libnm headers with quotesThomas Haller2020-12-222-2/+2
|/ /
* | Merge branch 'missing_veth_prop' into 'master'Fernando Fernández Mancera2020-12-222-0/+9
|\ \ | |/ |/|
| * nmtui: fix listing veth devices on nmtuiFernando Fernandez Mancera2020-12-212-0/+9
|/
* ovs: fix indentationBeniamino Galvani2020-12-181-2/+1
* hostname: merge branch 'bg/hostname-dns-fix'Beniamino Galvani2020-12-183-6/+67
|\
| * hostname: start a new lookup every time the DNS configuration changesbg/hostname-dns-fixBeniamino Galvani2020-12-183-4/+49
| * device: log dns resolver state as stringBeniamino Galvani2020-12-171-2/+18
|/
* ovs: fix leaksBeniamino Galvani2020-12-151-2/+2
* merge branch 'ffmancera/eth_prio'Beniamino Galvani2020-12-147-4/+22
|\
| * libnm: adjust nm_device_get_type_description for VethFernando Fernandez Mancera2020-12-142-2/+8
| * libnm: NMDeviceEthernet uses PRIO_20 instead of PRIO_30Fernando Fernandez Mancera2020-12-145-2/+14
|/
* release: bump version to 1.29.6 (development)1.29.6-devBeniamino Galvani2020-12-142-2/+2
* Revert "ovs: clean up interfaces from ovsdb at startup"Beniamino Galvani2020-12-141-46/+0
* merge branch 'th/gitlab-ci-alpine' (part 2)Thomas Haller2020-12-1314-9/+28
|\
| * systemd: don't use qsort_r() on muslRasmus Thomsen2020-12-131-0/+2
| * systemd: add missing definitions for __compar_d_fn_t with muslRasmus Thomsen2020-12-131-0/+7
| * systemd: don't include <printf.h>Thomas Haller2020-12-131-0/+2
| * systemd: include <fcntl.h> instead of <sys/fctnl.h>Thomas Haller2020-12-131-0/+4
| * shared/nm-glib-aux: don't use RTLD_DEEPBIND on muslRasmus Thomsen2020-12-131-0/+10
| * shared: fix _POSIX_C_SOURCE not being defined for nm-errno.cThomas Haller2020-12-131-1/+1
| * libnm: replace <netinet/ether.h> by <net/ethernet.h>/<net/if_arp.h> in "nm-ut...Thomas Haller2020-12-131-1/+2
| * all: remove unnecessary <netinet/ether.h> includesThomas Haller2020-12-137-7/+0
|/
* core: log whether assertions are enabled for the buildThomas Haller2020-12-111-2/+3
* gitlab-ci: merge branch 'th/gitlab-ci-alpine' (part 1)Thomas Haller2020-12-117-8/+124
|\
| * gitlab-ci: enable test build on alpine linuxThomas Haller2020-12-116-6/+122
| * gitlab-ci: update used "ci-templates" versionThomas Haller2020-12-112-6/+6
|/
* gitlab-ci: fix failure to enable PowerTools on CentOS8 buildThomas Haller2020-12-112-3/+4
* man,cloud-setup: merge branch 'th/man-nm-cloud-setup'Thomas Haller2020-12-118-5/+293
|\
| * man: add `man 8 nm-cloud-setup`Thomas Haller2020-12-117-0/+281