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