summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: remove the possibility of inheriting the unmanaged condition from the...ac/vlanAna Cabral2022-10-153-22/+17
* device: remove the unmanaged inheritance from the parent for macvlan devicesAna Cabral2022-10-151-36/+1
* device: remove the unmanaged inheritance from the parent for macsec devicesAna Cabral2022-10-151-36/+1
* device: remove the unmanaged inheritance from the parent for 6lowpan devicesAna Cabral2022-10-151-37/+0
* device: allow configuration of VLAN on an unmanaged interfaceAna Cabral2022-10-151-35/+0
* team: log port config when it's setLubomir Rintel2022-10-141-0/+1
* team: don't log failures to connect to teamd on error levelLubomir Rintel2022-10-141-20/+32
* team: set port configuration even if it's emptyLubomir Rintel2022-10-141-16/+14
* po: update Hungarian (hu) translationBalázs Úr2022-10-141-3828/+4485
* libnm: merge branch 'th/nmclient-wait-shutdown'Thomas Haller2022-10-147-48/+683
|\
| * libnm: add nm_client_wait_shutdown() function for cleaning up NMClientThomas Haller2022-10-145-42/+618
| * libnm: add "initialized-{good,bad}" flags to NMClientInstanceFlagsThomas Haller2022-10-143-6/+43
| * glib-aux/tests: add nmtst_true_once() helperThomas Haller2022-10-141-0/+22
|/
* dns: merge branch 'bg/dns-sort'Beniamino Galvani2022-10-141-1/+8
|\
| * dns: sort the ip-data list when a new element is addedBeniamino Galvani2022-10-131-0/+1
| * dns: add comment explaining the purpose of `any_removed`Beniamino Galvani2022-10-131-1/+7
|/
* nmcli: fix typo 'exiting' -> 'existing'gaoxingwang2022-10-121-1/+1
* trivial: fix indentationThomas Haller2022-10-112-2/+2
* all: avoid "-Wunreachable-code-generic-assoc" warning with _Generic()Thomas Haller2022-10-113-77/+36
* all: fix deprecated function declaration without a prototypeThomas Haller2022-10-116-11/+11
* man/nmcli: document variables affecting fancy outputLubomir Rintel2022-10-111-1/+40
* platform: use NM_STR_HAS_PREFIX() where appropriateThomas Haller2022-10-111-22/+22
* platform: in _linktype_get_type() check for devtype before the interface nameThomas Haller2022-10-111-9/+11
* platform: also recognize rmnet/ccmni with ARPHRD_RAWIP typeRatchanan Srirattanamet2022-10-111-5/+16
* release: bump version to 1.41.3 (development)1.41.3-devBeniamino Galvani2022-10-112-2/+2
* gitlab-ci: update ci-templates versionThomas Haller2022-10-112-7/+7
* gitlab-ci: enable F38 container and regenerate containersThomas Haller2022-10-112-6/+38
* cli: fix translation string for error message in set_property()Thomas Haller2022-10-111-2/+3
* glib-aux: merge branch 'th/uuid-generate-strv-null'Thomas Haller2022-10-117-57/+139
|\
| * glib-aux: extend nm_uuid_generate_from_strings() to honor NULL valuesThomas Haller2022-10-113-36/+120
| * glib-aux: add and use nm_uuid_generate_from_strings_old()Thomas Haller2022-10-116-21/+19
|/
* glib-aux,libnmc: merge branch 'th/setting-info-binsearch'Thomas Haller2022-10-115-83/+265
|\
| * libnm: use binary search for nm_meta_setting_infos_by_gtype() for libnmcThomas Haller2022-10-112-8/+154
| * libnm: cleanup implementations for nm_meta_setting_infos_by_gtype()Thomas Haller2022-10-112-52/+62
| * glib-aux: add an inlinable version of nm_array_find_bsearch()Thomas Haller2022-10-112-31/+56
| * std-aux: add _nm_always_inline for "__attribute__((__always_inline__))"Thomas Haller2022-10-111-0/+1
|/
* tools: avoid Python 3 f-string in "generate-docs-nm-property-infos.py"Thomas Haller2022-10-071-1/+1
* std-aux: workaround unused variable warning with clang 14 and nm_auto cleanup...Thomas Haller2022-10-071-2/+2
* ovs: wait that links disappear during initial cleanupBeniamino Galvani2022-10-071-23/+132
* glib-aux: use nm_assert() in nm_{ptr,}array_find_bsearch()Thomas Haller2022-10-071-10/+19
* policy: track the autoconnect retries in devices for multi-connectFernando Fernandez Mancera2022-10-073-10/+157
* device: fix hanging port devices when controller goes down while port is not ...Thomas Haller2022-10-071-4/+8
* glib-aux/trivial: style fixThomas Haller2022-10-061-0/+1
* core: wait for carrier before resolving hostname via DNSBeniamino Galvani2022-10-062-3/+33
* libnm: embed address family in NMSettingIPConfigClass for NM_SETTING_IP_CONFI...Thomas Haller2022-10-064-18/+36
* libnm: merge branch 'th/connection-path-as-ref-str'Thomas Haller2022-10-067-13/+83
|\
| * libnm: use NMRefString for nm_connection_get_path()Thomas Haller2022-10-066-12/+65
| * glib-aux: reorder comparison in nm_ref_string_equal_str()Thomas Haller2022-10-061-1/+1
| * glib-aux: add nm_ref_string_reset() helperThomas Haller2022-10-061-0/+17
|/
* docs: merge branch 'th/generate-docs'Thomas Haller2022-10-065-123/+418
|\