summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm: add API to NMLldpNeighbor to access by indexth/lldp-neighbor-cleanupThomas Haller2021-03-123-35/+183
* 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 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
| * 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