summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* all: use nm_utils_hash_keys_to_array()th/dbus-cache-propertiesThomas Haller2018-03-266-58/+39
* config: cleanup fields in NMGlobalDnsConfigThomas Haller2018-03-263-84/+132
* config/trivial: rename dns_config local variableThomas Haller2018-03-262-75/+75
* shared: add nm_utils_hash_keys_to_array() helperThomas Haller2018-03-262-21/+36
* wifi: rework tracking of wifi-aps to use CListThomas Haller2018-03-258-289/+219
* core: rework lookup for exported objects by path to use indexThomas Haller2018-03-241-14/+20
* manager: convert hwaddr to binary once in find_device_by_permanent_hw_addr()Thomas Haller2018-03-241-2/+4
* core: track devices in manager via embedded C-ListThomas Haller2018-03-249-203/+205
* core/dbus: manually inline helper function to emit InterfacesAdded signalThomas Haller2018-03-231-26/+12
* core/dbus: cache variants for D-Bus exported propertiesThomas Haller2018-03-233-24/+65
* platform: improve logging message for failure to add routeThomas Haller2018-03-221-4/+6
* platform: assert for valid argument in nmp_object_unref()Thomas Haller2018-03-221-0/+2
* manager: retry activating devices when the parent becomes managedBeniamino Galvani2018-03-221-0/+4
* core: merge branch 'th/ipv6-ll-reapply-rh1552069' (#75)Thomas Haller2018-03-2132-1997/+817
|\
| * device: merge IPv4 and IPv6 versions of _cleanup_ip_pre()th/ipv6-ll-reapply-rh1552069Thomas Haller2018-03-201-32/+26
| * device: merge IPv4 and IPv6 versions of queued_ip_config_change()Thomas Haller2018-03-201-102/+92
| * device: merge IPv4 and IPv6 versions of nm_device_set_ip_config() (pt2)Thomas Haller2018-03-201-174/+104
| * device: merge IPv4 and IPv6 versions of nm_device_set_ip_config() (pt1)Thomas Haller2018-03-201-208/+208
| * device/trivial: rename IPv4/IPv6 related fields in NMDevicePrivate structThomas Haller2018-03-201-168/+173
| * device: merge IPv4 and IPv6 versions of ip_config_merge_and_apply() (pt3)Thomas Haller2018-03-201-95/+81
| * device: merge IPv4 and IPv6 versions of ip_config_merge_and_apply() (pt2)Thomas Haller2018-03-201-170/+156
| * core: add ip-config implementation for NMIP4Config vs. NMIP6ConfigThomas Haller2018-03-201-17/+53
| * device: merge IPv4 and IPv6 versions of ip_config_merge_and_apply() (pt1)Thomas Haller2018-03-201-238/+235
| * dhcp: remove unused nm_utils_resolve_conf_parse() functionThomas Haller2018-03-206-415/+1
| * dhcp: remove unused nm_dhcp_dhclient_read_lease_ip_configs() functionThomas Haller2018-03-208-490/+0
| * dns: remove unused nm_dns_manager_get_resolv_conf_explicit() functionThomas Haller2018-03-202-19/+0
| * dhcp: remove unused nm_dhcp_manager_get_lease_ip_configs() functionThomas Haller2018-03-207-101/+0
| * device: in nm_device_capture_initial_config() only update config onceThomas Haller2018-03-201-2/+17
| * device: don't capture resolve.conf for initial device configThomas Haller2018-03-206-62/+17
| * device: drop capture_lease_config() during connection assumptionThomas Haller2018-03-201-118/+0
| * device: fix assertion in queued_ip6_config_change()Thomas Haller2018-03-201-1/+1
| * device: also export NMIPxConfig on error in nm_device_set_ipx_config()Thomas Haller2018-03-201-2/+2
| * device: cleanup completing wait for linklocal6Thomas Haller2018-03-201-21/+22
| * device: fix check for existing addresses to ignore DADFAILEDThomas Haller2018-03-201-10/+8
| * device: use nm_ip6_config_find_first_address() in check_and_add_ipv6ll_addr()Thomas Haller2018-03-201-11/+7
| * core: add nm_ip6_config_find_first_address() function and refactor lookup of ...Thomas Haller2018-03-204-22/+90
| * device: minor cleanups for ipv6ll_handle boolean variableThomas Haller2018-03-201-7/+10
| * device/trivial: rename internal field "nm_ipv6ll" to "ipv6ll_handle"Thomas Haller2018-03-201-8/+8
| * device: simplify return values for addrconf6_start_with_link_ready() and link...Thomas Haller2018-03-201-30/+21
| * device: drop and inline trival function linklocal6_cleanup()Thomas Haller2018-03-201-13/+7
| * logging: add LOGD_IP_from_af() utilThomas Haller2018-03-201-0/+10
| * device/ndisc: skip link-local addresses from NDiscThomas Haller2018-03-203-1/+8
|/
* core: merge branch 'th/complete-generic-cleanup'Thomas Haller2018-03-2027-118/+130
|\
| * settings: invalidate pointers for debugging use of outdated connections_cache...Thomas Haller2018-03-201-3/+19
| * core: avoid clone of all-connections list for nm_utils_complete_generic()Thomas Haller2018-03-2025-86/+66
| * core: don't sort connection list for nm_utils_complete_generic()Thomas Haller2018-03-201-4/+2
| * core: cleanup of nm_utils_complete_generic()Thomas Haller2018-03-202-29/+29
| * ofono: fix crash during complete-connection for Ofono modemThomas Haller2018-03-201-3/+11
| * device: minor cleanup of nm_device_complete_connection() and add code commentThomas Haller2018-03-202-14/+23
| * shared: fix typecheck in NM_PTRARRAY_LEN()Thomas Haller2018-03-201-1/+2
|/