summaryrefslogtreecommitdiff
path: root/src/core/platform/nm-fake-platform.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-01platform: fix bridge test with fake platformBeniamino Galvani1-0/+61
2023-02-28platform: return extack message from add address/route operationsThomas Haller1-10/+20
2023-01-19platform: better handle `ip route replace` for ignored routesThomas Haller1-0/+1
2022-11-21platform: pass extra_hops to ip_route_add functionFernando Fernandez Mancera1-10/+13
2022-10-26platform/tests: use nmtst_inet6_from_string() instead of *nmtst_inet6_from_st...Thomas Haller1-1/+1
2022-10-26platform/tests: rename nmtst_inet6_from_string() to nmtst_inet6_from_string_p()Thomas Haller1-1/+1
2022-09-15all: use nm_g_array_{index,first,last,index_p}() instead of g_array_index()Thomas Haller1-2/+2
2022-09-15all: use nm_g_array_append_new() at various placesThomas Haller1-2/+1
2022-08-25glib-aux: rename IP address related helpers from "nm-inet-utils.h"Thomas Haller1-7/+7
2022-08-04platform: add netlink support for bond linkFernando Fernandez Mancera1-0/+9
2022-02-10platform: don't treat ifindex zero special in nmp_lookup_init_object()Thomas Haller1-6/+5
2021-11-29format: reformat source tree with clang-format 13.0Thomas Haller1-59/+59
2021-11-18core: rework IP configuration in NetworkManager using layer 3 configurationThomas Haller1-2/+0
2021-07-21platform: mark routes in NMPlatform cache as "external"Thomas Haller1-0/+3
2021-04-22platform: introduce nm_platform_link_change_flags()Fernando Fernandez Mancera1-64/+17
2021-03-05platform: move more platform code to src/libnm-platform/Thomas Haller1-2/+2
2021-03-05platform: drop unnecessary #include from platform code (2)Thomas Haller1-3/+0
2021-03-05platform: move nm_utils_new_{vlan,infiniband}_name() to libnm-platformThomas Haller1-2/+2
2021-03-05core: use _NM_UTILS_HWADDR_LEN_MAX instead of NM_UTILS_HWADDR_LEN_MAXThomas Haller1-1/+1
2021-03-05core: use _NMVlanFlags instead of NMVlanFlagsThomas Haller1-2/+2
2021-03-05core: use _NM80211Mode instead of NM80211ModeThomas Haller1-3/+3
2021-03-05core: use _NMDeviceWifiCapabilities instead of NMDeviceWifiCapabilitiesThomas Haller1-5/+5
2021-02-24build: move "shared/nm-platform" to "src/libnm-platform"Thomas Haller1-1/+1
2021-02-09all: add "src/core/nm-default-daemon.h" as replacement for "nm-default.h"Thomas Haller1-1/+1
2021-02-04all: move "src/" directory to "src/core/"Thomas Haller1-0/+1403