summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: workaround configuring IPv6 routes with "src" (RTA_PREFSRC)th/route-pref-src-rh1452684Thomas Haller2017-09-139-10/+189
* core: merge branch 'th/ip-config-route-id'Thomas Haller2017-09-1312-267/+210
|\
| * core: track routes with source RTPROT_KERNEL (rtm_protocol) in NMIP4Config/NM...Thomas Haller2017-09-134-15/+11
| * core: track IPv4 device routes in NMIP4ConfigThomas Haller2017-09-135-95/+131
| * core: fix merging IP addresses in NMIP4Config/NMIP6ConfigThomas Haller2017-09-131-16/+8
| * core: adjust route equality for NMIP4Config/NMIP6Config to what kernel doesThomas Haller2017-09-136-119/+20
| * core/tests: add checks in test for test_add_route_with_source()Thomas Haller2017-09-132-8/+16
| * platform: use distinct hash seed for nmp_object_id_hash() of routesThomas Haller2017-09-131-2/+4
| * core: add nm_utils_ip4_address_same_prefix() functionThomas Haller2017-09-131-10/+18
| * core: fix invalid assertion in nm_ip6_config_get_num_routes().Thomas Haller2017-09-131-1/+1
| * core: fix invalid assertion in nm_ip4_config_get_num_routes()Thomas Haller2017-09-131-1/+1
|/
* libnm: fix uninitialized variable in get_system_encodings()Thomas Haller2017-09-131-1/+1
* libnm-core: also consider LC_ALL and LC_CTYPE to guess SSID charsetBeniamino Galvani2017-09-121-2/+7
* libnm-core: cache the current character encodingBeniamino Galvani2017-09-121-95/+92
* cli: cleanup _get_fcn_gobject_int() and _set_fcn_gobject_int()Thomas Haller2017-09-121-26/+5
* cli: implement dcb priority as plain int propertyThomas Haller2017-09-121-22/+14
* cli: refactor connection.autoconnect-retires to use int-getterThomas Haller2017-09-121-32/+12
* cli: refactor ipv4.dad-timeout to use int-getterThomas Haller2017-09-121-25/+12
* cli: fix _set_fcn_gobject_int_impl() to accept nick for setting int propertyThomas Haller2017-09-121-12/+13
* core/dhcp: use addr-family parameter for instead of booleanThomas Haller2017-09-1111-136/+166
* device: enable support for ipv6.dhcp-timeoutThomas Haller2017-09-1110-62/+81
* dhcp: dhclient: fix daemon start when dhcp-timeout is specifiedFrancesco Giudici2017-09-111-1/+1
* contrib/rpm: allow building RPM without fatal warningsThomas Haller2017-09-111-0/+4
* contrib/NM-log: don't use exec in bash functionsThomas Haller2017-09-081-2/+2
* ppp: rename the interface only when necessaryBeniamino Galvani2017-09-083-15/+28
* core: merge branch 'th/platform-route-pt4' (part 2)Thomas Haller2017-09-0818-2048/+723
|\
| * core: rework handling of default-routes and drop NMDefaultRouteManagerth/platform-route-pt4Thomas Haller2017-09-0813-1979/+284
| * core: support tracking default-route in NMIP4Config/NMIP6ConfigThomas Haller2017-09-087-69/+439
|/
* core: merge branch 'th/platform-route-pt4' (part 1)Thomas Haller2017-09-0823-370/+530
|\
| * core: return new route from _nm_ip_config_add_obj()Thomas Haller2017-09-0811-54/+95
| * core/trivial: rename test functions _nmtst_nm_ip*_config_*() to _nmtst_ip*_co...Thomas Haller2017-09-088-50/+50
| * platform: delete routes after adding in nm_platform_ip_route_sync()Thomas Haller2017-09-081-60/+46
| * core: ignore routes from non-main table in nm_ip4_config_capture()Thomas Haller2017-09-082-2/+8
| * core: don't loop twice over routes in nm_ip4_config_capture()Thomas Haller2017-09-082-17/+8
| * core: add nm_utils_connection_has_default_route()Thomas Haller2017-09-085-67/+56
| * device: expose nm_device_get_ip_route_metric() functionThomas Haller2017-09-082-22/+21
| * core: nm_utils_ip_route_metric_normalize() utilThomas Haller2017-09-082-4/+7
| * platform: add nm_clear_nmp_object() utilThomas Haller2017-09-081-0/+15
| * core: return new object from _nm_ip_config_add_obj()Thomas Haller2017-09-083-15/+33
| * core: use _nm_ip_config_add_obj() in nm_ip4_config_replace() for routesThomas Haller2017-09-081-6/+7
| * core/tests: add test for nm_ip6_config_replace()Thomas Haller2017-09-081-0/+67
| * platform/trivial: add code commentsThomas Haller2017-09-082-1/+8
| * policy: take reference to best_device/activating_deviceThomas Haller2017-09-081-21/+17
| * policy: cleanup setting default_device/activating_deviceThomas Haller2017-09-081-32/+32
| * policy: don't re-lookup the best device during update_system_hostname()Thomas Haller2017-09-081-18/+12
| * policy: always check for hostname from DHCPv6 in update_system_hostname()Thomas Haller2017-09-081-1/+3
| * policy: refactor setting hostname from DHCP in update_system_hostname()Thomas Haller2017-09-081-18/+14
| * shared: add nm_g_object_ref_set() and nm_clear_g_object()Thomas Haller2017-09-081-3/+52
|/
* shared: add nm_g_object_class_find_property_from_gtype() utilThomas Haller2017-09-073-3/+16
* dns: use 127.0.0.53 address in /etc/resolv.conf with systemd-resolvedThomas Haller2017-09-071-2/+9