summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* platform: merge branch 'th/platform_refact_caching-bgo747981'Thomas Haller2015-06-1740-2434/+6804
|\
| * platform: drop nm_platform_get_error()Thomas Haller2015-06-179-312/+38
| * device: drop logging platform error on failure to set permanent MAC addressThomas Haller2015-06-171-2/+1
| * platform: signal missing firmware in nm_platform_set_up()Thomas Haller2015-06-1714-42/+56
| * device: don't check for NM_PLATFORM_ERROR_NOT_FOUND in set_nm_ipv6ll()Thomas Haller2015-06-171-2/+1
| * platform: return NMPlatformError from link-add functionsThomas Haller2015-06-1713-108/+146
| * platform: rework NMPlatformError codesThomas Haller2015-06-173-27/+53
| * platform: expose GUdevDevice instance for platform linksThomas Haller2015-06-174-14/+38
| * platform: invoke platform signals with clone of objectThomas Haller2015-06-171-2/+9
| * Revert "core: add NMRefString"Thomas Haller2015-06-173-182/+0
| * platform: no longer expose udi field in NMPlatformLinkThomas Haller2015-06-178-33/+52
| * glib-compat: add g_ptr_array_insert()Thomas Haller2015-06-172-0/+61
| * platform: stringify nlmsg-event-type in loggingThomas Haller2015-06-171-1/+24
| * platform/trivial: rename functions (NMIPConfigSource conversion)Thomas Haller2015-06-171-5/+5
| * platform/trivial: move code (NMIPConfigSource conversion)Thomas Haller2015-06-171-116/+122
| * platform/trivial: rename functions (nm_rtnl_link_parse_info_data)Thomas Haller2015-06-171-15/+15
| * platform/trivial: move code (nm_rtnl_link_parse_info_data)Thomas Haller2015-06-171-82/+84
| * platform/trivial: rename by using _nl_*() prefix for libnl related functionsThomas Haller2015-06-171-29/+28
| * platform: remove redundant NMPlatformLink fields "arp" and "up"Thomas Haller2015-06-176-31/+23
| * platform: fetch objects via the event socketThomas Haller2015-06-175-508/+754
| * libnm: add _nm_utils_ptrarray_find_first() utility functionThomas Haller2015-06-172-0/+28
| * utils: add nm_utils_is_power_of_two() macroThomas Haller2015-06-172-0/+115
| * platform: register singleton instance early with NM_PLATFORM_REGISTER_SINGLETONThomas Haller2015-06-173-1/+59
| * platform: reorder initializationThomas Haller2015-06-171-11/+16
| * platform: add _support_user_ipv6ll_still_undecided() macroThomas Haller2015-06-171-2/+5
| * platform: add priv pointer to NMLinuxPlatformThomas Haller2015-06-172-5/+19
| * platform: refactor flushing of event socket to _nl_sock_flush_data()Thomas Haller2015-06-171-10/+28
| * platform/test: add simple test for NMLinuxPlatformThomas Haller2015-06-171-0/+15
| * platform: remove unused argument preserve_rtprot from rtprot_to_source()Thomas Haller2015-06-171-6/+4
| * platform: remove obsolete functions after refactoring platform cacheThomas Haller2015-06-171-1426/+0
| * platform: use new platform cachingThomas Haller2015-06-176-515/+410
| * platform: add new platform caching to nm-linux-platform.cThomas Haller2015-06-171-0/+1143
| * platform: implement NMPObject and NMPCacheThomas Haller2015-06-177-5/+3064
| * platform: move ObjectType to nmp-object.hThomas Haller2015-06-172-13/+11
| * platform: add nmp-object.h fileThomas Haller2015-06-176-0/+108
| * core: add NMMultiIndex classThomas Haller2015-06-174-0/+912
| * core: add NMRefStringThomas Haller2015-06-173-0/+182
| * glib-compat: add nm_g_hash_table_replace() compat functionThomas Haller2015-06-171-0/+17
| * platform: add _NM_IP_CONFIG_SOURCE_RTPROT_KERNEL sourceThomas Haller2015-06-173-4/+14
| * platform: implement dispose() in NMLinuxPlatformThomas Haller2015-06-171-0/+7
| * platform: print more fields in nm_platform_link_to_string()Thomas Haller2015-06-171-25/+69
| * platform: expose internal buffer for to_string() functionsThomas Haller2015-06-172-1/+2
| * platform/trivial: rename to_string_buffer variableThomas Haller2015-06-171-11/+11
| * platform: add inet6_token parameter to NMPlatformLinkThomas Haller2015-06-173-0/+32
| * platform: add arptype parameter to NMPlatformLinkThomas Haller2015-06-173-0/+5
| * platform: add inet6_addr_get_mode_inv parameter to NMPlatformLinkThomas Haller2015-06-173-0/+15
| * platform: add addr parameter to NMPlatformLinkThomas Haller2015-06-173-0/+31
| * platform: add vlan_id parameter to NMPlatformLinkThomas Haller2015-06-173-0/+15
| * platform: add flags parameter to NMPlatformLinkThomas Haller2015-06-173-3/+23
| * platform: add scope parameter to NMPlatformIP4RouteThomas Haller2015-06-176-5/+48