summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * core: move NMPObjectType to "libnm-platform/nmp-base.h"Thomas Haller2021-03-054-82/+85
| * core: move creating singleton instance out of "nm-platform.c"Thomas Haller2021-03-057-66/+72
| * platform: move nm_utils_modprobe() to libnm-platformThomas Haller2021-03-059-93/+97
| * platform: move nm_utils_lifetime_*() to libnm-platformThomas Haller2021-03-056-104/+107
| * platform: move nm_utils_new_{vlan,infiniband}_name() to libnm-platformThomas Haller2021-03-059-70/+74
| * core: move NM_PLATFORM_LIFETIME_PERMANENT to libnm-platform/nmp-base.hThomas Haller2021-03-053-2/+5
| * base: move "libnm-core-intern/nm-core-types-internal.h" to libnm-baseThomas Haller2021-03-059-30/+12
| * base: move bridge defines to libnm-base/nm-base.hThomas Haller2021-03-052-85/+87
| * glib-aux: move nm_utils_route_type{2str,_by_name}() to libnm-glib-auxThomas Haller2021-03-054-32/+37
| * glib-aux: move nm_utils_ptrarray_find_first() helper to libnm-glib-auxThomas Haller2021-03-056-32/+34
| * glib-aux: move NMIcmpv6RouterPref to libnm-glib-auxThomas Haller2021-03-054-21/+23
| * glib-aux: move nm_utils_sysctl_ip_conf_*() helpersThomas Haller2021-03-054-141/+143
| * glib-aux: move nm_utils_ip4_address_is_{zeronet,link_local}()Thomas Haller2021-03-052-18/+18
| * glib-aux: move nm_utils_ip[46]_address_*() helpersThomas Haller2021-03-053-167/+171
| * glib-aux: move NMUtilsIPv6IfaceId struct to libnm-glib-auxThomas Haller2021-03-057-154/+151
| * glib-aux: move NMLinkType to "libnm-glib-aux/nm-shared-utils.h"Thomas Haller2021-03-052-77/+79
| * core: use _NM_UTILS_HWADDR_LEN_MAX instead of NM_UTILS_HWADDR_LEN_MAXThomas Haller2021-03-059-27/+31
| * core: use _NMVlanFlags instead of NMVlanFlagsThomas Haller2021-03-057-31/+31
| * core: use _NM80211Mode instead of NM80211ModeThomas Haller2021-03-0519-190/+196
| * core: use _NMDeviceWifiCapabilities instead of NMDeviceWifiCapabilitiesThomas Haller2021-03-0513-65/+65
| * core: use _NMSettingWirelessWakeOnWLan instead of NMSettingWirelessWakeOnWLanThomas Haller2021-03-058-57/+61
| * libnm-base: add internal _NMVlanFlags typeThomas Haller2021-03-054-1/+64
| * libnm-base: add internal _NM80211Mode typeThomas Haller2021-03-053-8/+68
| * libnm-base: add internal _NMDeviceWifiCapabilities typeThomas Haller2021-03-052-0/+72
| * libnm-base: add internal _NMSettingWirelessWakeOnWLan typeThomas Haller2021-03-053-2/+86
| * platform: avoid nm_utils_hwaddr_ntoa() in "nm-platform.c"Thomas Haller2021-03-051-1/+3
| * glib-aux: move ssid utils from "libnm-core-impl" to "libnm-glib-aux"Thomas Haller2021-03-056-66/+78
| * glib-aux: move nm_utils_exp10() from core to libnm-glib-auxThomas Haller2021-03-054-33/+35
| * glib-aux: add _nm_utils_hwaddr_ntoa_maybe_a() helper macroThomas Haller2021-03-051-0/+14
|/
* core/dns: emit CONFIG_CHANGED signal even if cachingJonathan Lebon2021-03-041-2/+2
* wifi: fix SpecificObject of ActiveConnection not updated after WiFi roamingzsien2021-03-041-0/+8
* core/tests: fix unit tests after changing syslog idenfierThomas Haller2021-03-031-1/+1
* logging: fix syslog identifier for NetworkManagerThomas Haller2021-03-031-1/+1
* contrib/scripts: fix "nm-copr-build.sh" script to use new nm-git-bundleThomas Haller2021-03-031-1/+1