summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * tui: move from "clients/tui/" to "src/nmtui/"Thomas Haller2021-03-1588-137/+136
| * cli: move from "clients/cli/" to "src/nmcli/"Thomas Haller2021-03-1527-72/+75
| * cloud-setup: move from "clients/cloud-setup/" to "src/nm-cloud-setup/"Thomas Haller2021-03-1524-97/+95
| * initrd: move "src/core/initrd/" to "src/nm-initrd-generator/"Thomas Haller2021-03-15226-336/+367
| * initrd: don't include headers of the daemon from src/core/Thomas Haller2021-03-155-7/+3
| * config: add "nm-base/nm-config-base.h"Thomas Haller2021-03-153-78/+87
| * tests: move nmtst_init_with_logging() to "libnm-glib-aux/nm-test-utils.h"Thomas Haller2021-03-152-30/+34
| * build/meson: fix test name for "test-dispatcher-envp"Thomas Haller2021-03-151-1/+1
| * build/meson: don't try to buildlibnmt-newt without libnewtThomas Haller2021-03-151-1/+3
| * build: fix setting CFLAGS when building "libnm-vpn-plugin-utils-test.la"Thomas Haller2021-03-151-1/+1
| * initrd/tests: avoid variable declaration in for loop in test_if_off()Thomas Haller2021-03-151-2/+2
|/
* wwan/ofono: merge branch 'pr/771'Thomas Haller2021-03-153-52/+119
|\
| * wwan/ofono: use gs_unref_variant instead of g_variant_unrefBhushan Shah2021-03-151-14/+9
| * wwan/modem: do not mark connection as failed when connection dropsTony Espy2021-03-151-1/+0
| * wwan/ofono: Fix ofono re-connection problemsTony Espy2021-03-152-39/+112
|/
* libnm: merge branch 'th/lldp-neighbor-cleanup'Thomas Haller2021-03-122-86/+87
|\
| * libnm: guard against empty attribute names for NMLldpNeighborThomas Haller2021-03-121-1/+6
| * libnm: call nm_lldp_neighbor_get_attr_value() from redundant helpersThomas Haller2021-03-121-12/+3
| * libnm/trivial: move codeThomas Haller2021-03-122-25/+26
| * libnm: for boxed type NMLldpNeighbor only ref the instance instead of deep cl...Thomas Haller2021-03-121-15/+21
| * libnm: minor cleanup of NMLldpNeighbor gettersThomas Haller2021-03-121-15/+13
| * libnm: sort attributes in nm_lldp_neighbor_get_attr_names()Thomas Haller2021-03-121-11/+3
| * libnm: make NMLldpNeighbor ref-counting thread-safeThomas Haller2021-03-121-8/+16
|/
* initrd: fix auto-establishment for dhcp6 and auto6 methodsJonas Jelten2021-03-121-1/+6
* initrd: fix indentationBeniamino Galvani2021-03-121-6/+6
* initrd: fix compilation errorBeniamino Galvani2021-03-121-1/+0
* initrd: merge branch 'bg/initrd-fixes'Beniamino Galvani2021-03-122-36/+61
|\
| * initrd: set multi-connect=single for connections with static IPBeniamino Galvani2021-03-122-2/+52
| * initrd: set the bootif MAC in existing connection with ifnameBeniamino Galvani2021-03-122-33/+8
| * initrd: fix may-fail for IPv6Beniamino Galvani2021-03-121-1/+1
|/
* libnm: fix exporting nm_setting_match_new() symbolThomas Haller2021-03-113-2/+20
* libnm: add NM_VERSION_1_32, NM_AVAILABLE_IN_1_32, NM_DEPRECATED_IN_1_32 macrosThomas Haller2021-03-112-0/+15
* devices: fail optional-802.1X connections if supplicant disappearsbg/802-1x-supplicant-fixBeniamino Galvani2021-03-111-1/+3
* docs: improve manual page about ETHTOOL_OPTSWen Liang2021-03-101-0/+17
* bond: restore MAC on release only when there is a cloned MAC addressbg/bond-macBeniamino Galvani2021-03-091-6/+14
* logging: merge branch 'th/platform-sysctl-logging-mt'Thomas Haller2021-03-093-32/+144
|\
| * platform: make global logging cache for NMPlatform's sysctl values thread-safeth/platform-sysctl-logging-mtThomas Haller2021-03-082-15/+62
| * platform: add NM_LINUX_PLATFORM_FROM_PRIVATE() helper functionThomas Haller2021-03-081-0/+12
| * logging: use NMStrBuf in _domains_to_string()Thomas Haller2021-03-081-8/+11
| * logging: prefer stack buffer for logging messageThomas Haller2021-03-081-7/+4
| * shared: add nm_vsprintf_buf_or_alloc() macroThomas Haller2021-03-081-0/+48
| * shared: fix behavior of NM_G_MUTEX_LOCKED()Thomas Haller2021-03-081-2/+7
|/
* libnm: comment about wrong out parameter of nm_wireguard_peer_get_allowed_ip()Thomas Haller2021-03-081-0/+3
* initrd: apply the MTU from bond= argument to the bond connectionbg/initrd-bond-mtuBeniamino Galvani2021-03-082-3/+9
* platform: merge branch 'th/platform-move'Thomas Haller2021-03-05145-1851/+2168
|\
| * platform: move more platform code to src/libnm-platform/Thomas Haller2021-03-05101-128/+133
| * platform: drop unnecessary #include from platform code (2)Thomas Haller2021-03-057-34/+14
| * platform: move "platform/{wifi,wpan}/" to "src/libnm-platform/"Thomas Haller2021-03-0514-32/+31
| * platform: move "linux/nl802154.h" to "src/linux-headers/"Thomas Haller2021-03-053-4/+4
| * platform: drop unnecessary #include from platform codeThomas Haller2021-03-056-11/+0