summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: fix treating route metric zero of IPv6 routes specialth/platform-ipv6-route-metric-zeroThomas Haller2020-07-079-64/+66
* docs: fix pre-generated documentation "clients/common/settings-docs.h.in"Thomas Haller2020-07-071-1/+1
* all: fix minor typosYuri Chornoivan2020-07-07106-182/+182
* nettools: reimport nettools' n-dhcp4Thomas Haller2020-07-072-12/+4
|\
| * Squashed 'shared/n-dhcp4/' changes from 6876b73ec113..5aeb53d149b4Thomas Haller2020-07-072-12/+4
* | shared: add NM_N_ELEMENTS() macroThomas Haller2020-07-061-0/+2
* | shared: move NM_SET_OUT() to "nm-std-aux.h"Thomas Haller2020-07-062-14/+16
* | shared: move nm_utils_get_next_realloc_size() to nm-std-auxThomas Haller2020-07-064-95/+100
* | shared: add "nm-std-aux/nm-std-utils.[hc]"Thomas Haller2020-07-065-7/+24
* | shared: add min/max macros to "nm-std-aux.h"Thomas Haller2020-07-062-62/+65
* | shared: add macros for declaration attribute to "nm-std-aux.h"Thomas Haller2020-07-062-47/+46
* | shared: add nm_assert() to "nm-std-aux.h"Thomas Haller2020-07-062-25/+65
* | shared: add "nm-std-aux/nm-std-aux.h" headerThomas Haller2020-07-063-0/+8
* | ovs: merge branch 'bg/ovs-mac-pt2'Beniamino Galvani2020-07-063-48/+105
|\ \
| * | device: don't reset the MAC without ifindexBeniamino Galvani2020-07-061-11/+13
| * | ovs: also set cloned MAC address via netlinkBeniamino Galvani2020-07-061-0/+15
| * | ovs: set MAC address on the bridge for local interfacesBeniamino Galvani2020-07-061-37/+77
|/ /
* | initrd: merge branch 'bg/initrd-bootif'Beniamino Galvani2020-07-033-15/+58
|\ \
| * | initrd: write the hostname to stdout with --stdoutBeniamino Galvani2020-07-031-13/+18
| * | initrd: fix generating default BOOTIF= connectionBeniamino Galvani2020-07-032-2/+40
|/ /
* | initrd: fix generation of MTU and cloned-mac-address for mastersbg/initrd-bond-cloned-macBeniamino Galvani2020-07-032-17/+174
* | ndisc/tests: fix assertion in "test-ndisc-fake.c"Thomas Haller2020-07-031-3/+3
* | cloud-setup: fix invalid assertion in nm_http_client_get_finish()Thomas Haller2020-07-031-1/+1
* | cli: suppress "(unknown)" output in terse mode for device properties HWADDR a...Thomas Haller2020-07-031-2/+2
* | cli: add nmc_meta_generic_get_str_i18n_null() helperThomas Haller2020-07-031-0/+18
* | all: fix typo in man pagesSayed Shah2020-07-0358-109/+109
* | cloud-setup: merge branch 'th/cloud-setup-various'Thomas Haller2020-07-037-162/+286
|\ \
| * | cloud-setup: don't check redundant error results from nm_http_client_poll_get...Thomas Haller2020-07-032-41/+20
| * | cloud-setup: ensure that nm_http_client_get_finish() always returns success o...Thomas Haller2020-07-031-4/+11
| * | cloud-setup: always report success or an GError from nm_http_client_poll_get_...Thomas Haller2020-07-032-14/+16
| * | cloud-setup: remove debugging message from _poll_cancelled_cb()Thomas Haller2020-07-031-1/+0
| * | cloud-setup: use stack allocated buffer for temporary strings in "nmcs-provid...Thomas Haller2020-07-031-8/+6
| * | cloud-setup: don't use a GString in loop in _get_net_ifaces_list_cb()Thomas Haller2020-07-031-10/+7
| * | cloud-setup: don't use a GString in _get_config_ips_list_cb()Thomas Haller2020-07-031-10/+9
| * | cloud-setup: use NMStrBuf in NMHttpClient to track responseThomas Haller2020-07-031-11/+14
| * | cloud-setup: use NMStrBuf in nmcs_utils_uri_build_concat_v()Thomas Haller2020-07-031-8/+7
| * | cloud-setup: use nm_utils_parse_next_line() in _get_config_metadata_ready_che...Thomas Haller2020-07-031-29/+14
| * | shared: refactor nm_utils_parse_next_line() and add testsThomas Haller2020-07-032-25/+143
| * | shared: add nm_str_buf_finalize_to_gbytes() helperThomas Haller2020-07-031-0/+17
| * | cloud-setup: assert that NMHttpClient returns NUL terminated bufferThomas Haller2020-07-032-2/+8
| * | cloud-setup: add gtk-doc comment for nm_http_client_get_finish()Thomas Haller2020-07-031-0/+15
| * | cloud-setup: fix allocating buffer for GetConfigMetadataMac in _get_config_me...Thomas Haller2020-07-031-1/+1
|/ /
* | ndisc/tests: relax the assertion in "test-ndisc-fake.c"Thomas Haller2020-07-031-2/+4
* | device: restart DHCP only for devices that are active or activatingBeniamino Galvani2020-07-031-0/+4
* | gitlab-ci: check "examples/python/gi/nm-wg-set" with blackThomas Haller2020-07-021-1/+1
* | build: check "examples/python/gi/nm-wg-set" with blackThomas Haller2020-07-021-1/+1
* | examples: run python black on "examples/python/gi/nm-wg-set"Thomas Haller2020-07-021-94/+185
* | ndisc/tests: make assertion checks a macro and not a function in test-ndisc-fakeThomas Haller2020-07-021-38/+39
* | wifi: merge branch 'bg/ap-isolation'Beniamino Galvani2020-07-0121-21/+339
|\ \
| * | supplicant,device: support AP isolationbg/ap-isolationBeniamino Galvani2020-07-014-15/+132