summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* l3cfg: add NML3ConfigDatath/l3cfg-1Thomas Haller2020-07-234-0/+934
* l3cfg: add nm_l3cfg_property_emit_register() APIThomas Haller2020-07-233-1/+167
* l3cfg: add NML3CfgPrivate dataThomas Haller2020-07-232-0/+14
* l3cfg: track ifname in NML3CfgThomas Haller2020-07-232-0/+50
* l3cfg: notify NML3Cfg about NMPlatform changes in an idle handlerThomas Haller2020-07-234-2/+92
* device: let NMDevice track a NML3Cfg instance for each ifindexThomas Haller2020-07-231-21/+63
* core: add "nm-l3cfg.[hc]"Thomas Haller2020-07-237-0/+293
* device: simplify device_ip_link_changed() for setting ip_ifaceThomas Haller2020-07-231-33/+22
* core: use nm_utils_parse_inaddr_prefix_bin() in nm_utils_ip_route_attribute_t...Thomas Haller2020-07-231-13/+10
* core: move _nm_ip_config_merge_route_attributes() to "NetworkManagerUtils.c"Thomas Haller2020-07-235-118/+120
* core: use nmp_object_ip_route_is_best_defaut_route() in NMIP4ConfigThomas Haller2020-07-232-20/+2
* core: use nmp_object_ref_set() instead of _nm_ip_config_best_default_route_set()Thomas Haller2020-07-233-26/+14
* platform: add nmp_object_ip_route_is_best_defaut_route() helperThomas Haller2020-07-231-0/+18
* platform: add nmp_object_ref_set() helperThomas Haller2020-07-231-0/+19
* platform: add NMP_OBJECT_GET_ADDR_FAMILY() helperThomas Haller2020-07-231-0/+15
* platform: add nmp_object_link_get_ifname() helperThomas Haller2020-07-231-0/+10
* shared: add nm_g_array_append_new() helperThomas Haller2020-07-231-0/+12
* shared: add nm_strv_ptrarray_ensure() and nm_strv_ptrarray_find_first() helpersThomas Haller2020-07-231-0/+27
* shared: add NM_IS_IPv4() macroThomas Haller2020-07-231-0/+9
* shared: move addr-family helpers to "nm-std-aux.h"Thomas Haller2020-07-233-36/+55
* shared: add nm_g_object_ref_set_take() helper macroThomas Haller2020-07-231-0/+20
* shared: add nm_hash_obfuscated_ptr_str() helperThomas Haller2020-07-231-0/+13
* shared: avoid heap allocation for temporary string in nm_utils_parse_inaddr_p...Thomas Haller2020-07-231-3/+6
* device: emit rx-bytes/tx-bytes change notification togetherThomas Haller2020-07-231-2/+8
* shared: don't freeze in nm_gobject_notify_together() unless necessaryThomas Haller2020-07-231-9/+25
* libnm-core: support 'clsact' qdiscBeniamino Galvani2020-07-232-2/+10
* core: fix selecting of best-default-route to consider only unicast routesThomas Haller2020-07-211-1/+2
* core: only expose "type unicast" routes on D-BusThomas Haller2020-07-212-0/+6
* man: update nmcli.xml wordingCharlie Getzen2020-07-211-1/+1
* merge: branch 'bg/sleep-unmanaged-rh1855563'Beniamino Galvani2020-07-212-9/+27
|\
| * policy: block connection from autoconnect in case of failed dependencyBeniamino Galvani2020-07-211-8/+25
| * manager: fix race condition when resuming from sleepBeniamino Galvani2020-07-211-1/+2
|/
* cloud-setup: always replace addresses, routes and rules in _nmc_mangle_connec...Thomas Haller2020-07-201-15/+9
* device: fix setting %NULL iface in nm_device_update_from_platform_link()Thomas Haller2020-07-201-2/+3
* core: use nm_streq*() instead of strcmp() in "nm-device.c" and "nm-manager.c"Thomas Haller2020-07-202-20/+21
* device: mark ifindex/iface fields of NMDevicePrivate as constThomas Haller2020-07-191-27/+39
* all: add trailing semicolon to NM_DEFINE_SINGLETON_REGISTER()Thomas Haller2020-07-191-1/+2
* all: add trailing semicolon to NM_UTILS_LOOKUP_DEFINE()/NM_GOBJECT_PROPERTIES...Thomas Haller2020-07-194-9/+10
* all: add trailing semicolon to NM_AUTO_DEFINE_FCN_*() usesThomas Haller2020-07-1915-47/+47
* shared: add _NM_DUMMY_STRUCT_FOR_TRAILING_SEMICOLON defineThomas Haller2020-07-191-0/+4
* shared: make nm_utils_strdup_reset() self-assignment safeThomas Haller2020-07-191-1/+4
* po: RHEL 8.3 translations - fr,ja,zh-CNBeniamino Galvani2020-07-174-10467/+11629
* core: fix check on master active-connection failureBeniamino Galvani2020-07-171-3/+3
* contrib/rpm: prefer keyfile settings plugin from Fedora 33 and newerThomas Haller2020-07-161-0/+4
* team: perform cleanup immediately when connecting to teamd failsbg/rh1856723Beniamino Galvani2020-07-161-0/+1
* libnm: trace log the call and the completion event for D-Bus methodsThomas Haller2020-07-151-3/+20
* libnm: support "stdout" flag for LIBNM_CLIENT_DEBUG for logging to stdoutThomas Haller2020-07-152-9/+31
* libnm: add trace logging for D-Bus callsThomas Haller2020-07-151-0/+12
* core: merge branch 'ac/vrf_local_route_fix'Antonio Cardace2020-07-157-24/+63
|\
| * core: fix generation of dependent local routes for VRFsac/vrf_local_route_fixAntonio Cardace2020-07-157-24/+63
|/