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