summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-10bridge: assume wired settings are therelr/bridge-wiredLubomir Rintel1-4/+5
2022-05-10core/connection: ensure wired settings are around for bridgesLubomir Rintel3-1/+16
2022-05-10bond: drop _get_option_or_default() and use _get_option_normalized()Fernando Fernandez Mancera3-15/+4
2022-05-09nmtui: merge branch 'gfm:nmtui-tun-tap'Thomas Haller2-7/+10
2022-05-09nmtui: add support for activating tun/tap connectionsOlivier Gayot2-0/+3
2022-05-09nm-connection.c: replace !strcmp() expressions by nm_streq()Olivier Gayot1-7/+7
2022-05-09core: merge branch 'th/fix-clear-ip6-temp-addrs'Thomas Haller4-59/+115
2022-05-09l3cfg: refresh platform cache before creating prune list during L3Cfg commitThomas Haller1-0/+2
2022-05-09l3cfg: fix clearing IPv6 temporary addresses to avoid stale addressesThomas Haller3-59/+107
2022-05-09glib-aux: add nm_g_array_data() helperThomas Haller1-0/+6
2022-05-09all: merge branch 'th/clean-includes'Thomas Haller5-76/+74
2022-05-09daemon-helper: include "libnm-std-aux/nm-default-std.h" as first in "nm-daemo...Thomas Haller1-2/+2
2022-05-09std-aux: include default std-aux headers by "nm-default-std.h"Thomas Haller2-2/+5
2022-05-09all: drop redundant includesThomas Haller2-5/+0
2022-05-09code-style: fix wrong indentation for code commentsThomas Haller2-67/+67
2022-05-09glib-aux: merge branch 'th/str-buf-stack-allocated'Thomas Haller13-53/+136
2022-05-09glib-aux: avoid #if in "nm-str-buf.h"Thomas Haller1-4/+4
2022-05-09glib-aux: drop nm_str_buf_init() for NM_STR_BUF_INIT()Thomas Haller13-30/+21
2022-05-09glib-aux: add support for starting with stack-allocated buffer in NMStrBufThomas Haller3-23/+115
2022-05-09device: commit l3cfg on link change only when the device is activatingBeniamino Galvani1-1/+2
2022-05-06merge: branch 'lr/gtkdoc'Lubomir Rintel59-142/+95
2022-05-06libnm-client: fix some commentslr/gtkdocLubomir Rintel1-4/+4
2022-05-06libnm: fix placement of some "Since:" tagsLubomir Rintel5-14/+14
2022-05-06libnm: replace nm-types.h by defining the types in respective headersLubomir Rintel55-124/+77
2022-05-06n-dhcp4: re-import git-subtree for 'src/n-dhcp4'Thomas Haller0-0/+0
2022-05-06Squashed 'src/n-dhcp4/' changes from 64513e31c01a..e4af93228e37Thomas Haller3-2/+21
2022-05-06n-dhcp4/probe: forget lease after a NAKBeniamino Galvani1-2/+1
2022-05-06c-list: re-import git-subtree for 'src/c-list'Thomas Haller9-21/+184
2022-05-06Squashed 'src/c-list/' changes from a0970f12f1f4..b86ba656ac22Thomas Haller9-21/+184
2022-05-06c-rbtree: re-import git-subtree for 'src/c-rbtree'Thomas Haller12-53/+59
2022-05-06Squashed 'src/c-rbtree/' changes from 8aa7bd1828ee..9b9713aeb9ecThomas Haller12-53/+59
2022-05-06c-siphash: re-import git-subtree for 'src/c-siphash'Thomas Haller8-39/+30
2022-05-06Squashed 'src/c-siphash/' changes from eb87a9c4a5b0..1da8a0d46bfdThomas Haller8-39/+30
2022-05-06c-stdaux: re-import git-subtree for 'src/c-stdaux'Thomas Haller3-11/+8
2022-05-06Squashed 'src/c-stdaux/' changes from f20e1cf2dfb1..99fe83cd5698Thomas Haller3-11/+8
2022-05-05cloud-setup: merge branch 'th/cloud-setup-aliyun-primary-ip'Thomas Haller6-66/+159
2022-05-05cloud-setup: only pass config-iface-data as user-data for async functionsThomas Haller2-40/+34
2022-05-05cloud-setup: use union for NMCSProviderGetConfigIfaceData.privThomas Haller2-1/+19
2022-05-05cloud-setup: track config-task-data in iface-dataThomas Haller6-26/+35
2022-05-05cloud-setup: reorder addresses to honor "primary_ip_address"Thomas Haller2-1/+73
2022-05-04release: bump version to 1.39.3 (development)1.39.3-devThomas Haller2-2/+2
2022-05-04build/meson: add dependency libnm_client_public_dep for "libnm-client-test"Yi Zhao1-0/+1
2022-05-03device: merge branch 'bg/enslave-async'Beniamino Galvani9-204/+316
2022-05-03ovs: add FIXME about cancellable operationsBeniamino Galvani1-0/+3
2022-05-03ovs: attach port asynchronouslyBeniamino Galvani1-27/+57
2022-05-03device: make attach_port() asynchronousBeniamino Galvani8-55/+136
2022-05-03device: rename {enslave,release}_slave() to {attach,detach}_port()Beniamino Galvani8-125/+125
2022-05-03ovsdb: fix memory leakBeniamino Galvani1-20/+18
2022-05-03NEWS: updateThomas Haller1-7/+9
2022-05-03platform: merge branch 'th/platform-address-sync-one-by-one'Thomas Haller1-23/+46