summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ppp: fix taking control of link generated by kernelbg/pppoe-rh1849386Beniamino Galvani2020-07-083-12/+47
* tc: merge branch 'bg/tc-port-mirroring-rh1436535'Beniamino Galvani2020-07-086-19/+102
|\
| * libnm-core: add test for mirred tc filterbg/tc-port-mirroring-rh1436535Beniamino Galvani2020-07-081-2/+49
| * libnm-core: pass variant-attribute-spec for tc actionsBeniamino Galvani2020-07-081-2/+12
| * libnm-core: don't print value for no-value attributesBeniamino Galvani2020-07-081-4/+6
| * libnm-core: pass variant-attribute-spec to format functionBeniamino Galvani2020-07-084-11/+31
| * platform: support creation of prio qdiscBeniamino Galvani2020-07-081-0/+4
|/
* ndisc/tests: relax assertion in "test-ndisc-fake.c"Thomas Haller2020-07-071-1/+1
* shared: add nm_steal_pointer()/nm_clear_free() to "nm-std-aux.h"Thomas Haller2020-07-071-0/+18
* shared: move NM_AUTO_DEFINE_FCN*(), nm_auto_free and nm_clear_pointer() to "n...Thomas Haller2020-07-072-71/+76
* shared: drop definitions for bool/true/false from "nm-macros-internal.h"Thomas Haller2020-07-071-45/+0
* shared: include <stdbool.h> in "nm-std-aux.h" and fix glib-ismThomas Haller2020-07-071-5/+6
* shared: make NM_BOOLEAN_EXPR() macro composable and use it for _G_BOOLEAN_EXPR()Thomas Haller2020-07-072-26/+20
* shared: move various basic helpers from "nm-macros-internal.h" to "nm-std-aux.h"Thomas Haller2020-07-072-244/+247
* core: fix treating route metric zero of IPv6 routes specialThomas Haller2020-07-079-64/+66
* po: update Ukrainian (uk) translationYuri Chornoivan2020-07-071-768/+982
* 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