summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* core/platform: add support for TUN/TAP netlink support and various cleanupThomas Haller2018-03-2010-302/+500
* ifcfg-rh: preserve NULL wifi mode when persisting a connectionBeniamino Galvani2018-03-203-6/+6
* build: Remove GLIB_GENMARSHAL checkBastien Nocera2018-03-191-2/+0
* po: update Ukrainian (uk) translation (bgo#794443)Yuri Chornoivan2018-03-191-1890/+2180
* shared: add nm_clear_pointer() and implement existing nm_clear_*() based on itThomas Haller2018-03-191-27/+28
* shared: clear destination pointer in nm_clear_*() functions firstThomas Haller2018-03-191-9/+21
* all: avoid calling g_free on a const pointer with g_clear_pointer()Thomas Haller2018-03-193-8/+8
* all: don't explicitly cast destroy function for g_clear_pointer()Thomas Haller2018-03-193-3/+3
* connectivity: merge branch 'th/connectivity-rework' (part 1)Thomas Haller2018-03-195-54/+57
|\
| * connectivity: always build nm-connectivity.c sourceThomas Haller2018-03-194-8/+9
| * connectivity/trivial: move codeThomas Haller2018-03-191-11/+11
| * connectivity: fix evaluating @what argument of CURLMOPT_SOCKETFUNCTIONThomas Haller2018-03-191-6/+9
| * connectivity: fix timeout handling for curlThomas Haller2018-03-191-1/+1
| * connectivity: fix integer type for signal-id NMDevicePrivate.concheck_periodi...Thomas Haller2018-03-191-3/+2