summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform: adding onlink gateway route for manual addressesth/ipv6-ll-reapply-rh1552069-pt2Thomas Haller2018-03-304-18/+62
* device: add IPv6 link local address via merge-and-applyThomas Haller2018-03-301-36/+90
* platform: add NM_IP_CONFIG_SOURCE_IP6LL source typeThomas Haller2018-03-302-0/+4
* libnm: don't use GTK-Doc comment in nm-autoptr.hBeniamino Galvani2018-03-281-2/+2
* contrib/nm-live-vm: remove nm-live-vm scriptsThomas Haller2018-03-276-317/+0
* shared/nm-glib: add compat implementation for g_autofreeThomas Haller2018-03-271-0/+8
* libnm: add nm-autoptr.h headerThomas Haller2018-03-273-0/+88
* core: merge branch 'th/dbus-cache-properties'Thomas Haller2018-03-2732-764/+775
|\
| * all: use nm_utils_hash_keys_to_array()Thomas Haller2018-03-276-58/+39
| * config: cleanup fields in NMGlobalDnsConfigThomas Haller2018-03-273-84/+132
| * config/trivial: rename dns_config local variableThomas Haller2018-03-272-75/+75
| * shared: add nm_utils_hash_keys_to_array() helperThomas Haller2018-03-272-21/+36
| * wifi: rework tracking of wifi-aps to use CListThomas Haller2018-03-278-289/+219
| * core: rework lookup for exported objects by path to use indexThomas Haller2018-03-271-14/+20
| * manager: convert hwaddr to binary once in find_device_by_permanent_hw_addr()Thomas Haller2018-03-271-2/+4
| * core: track devices in manager via embedded CListThomas Haller2018-03-279-203/+205
| * core/dbus: manually inline helper function to emit InterfacesAdded signalThomas Haller2018-03-261-26/+12
| * core/dbus: cache variants for D-Bus exported propertiesThomas Haller2018-03-263-24/+65
|/
* libnm-core: trivial: fix indentationFrancesco Giudici2018-03-261-7/+7
* platform: reorder failure checks in nm_platform_ip_route_sync()Thomas Haller2018-03-261-5/+5
* ndisc/trivial: indentation and add "const" to auto variableThomas Haller2018-03-261-24/+24
* libnm: don't use deprecated tags for GOobject introspectionThomas Haller2018-03-269-31/+14
|\
| * libnm-glib: do not use deprecated Gtk-Doc Type: and Virtual: tagsJiří Klimeš2018-03-264-17/+6
| * libnm: don't use deprecated tags for GOobject introspectionJiří Klimeš2018-03-265-24/+8
* | gobject-introspection: made several fixes to the annotationsCorentin Noël2018-03-2624-100/+46
|/
* 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