summaryrefslogtreecommitdiff
path: root/src/platform/nm-platform.c
Commit message (Expand)AuthorAgeFilesLines
* platform: handle parent interfaces in other netnsth/platform-parent-other-netns-bgo753726Thomas Haller2015-08-251-3/+8
* platform: minor fix in nm_platform_link_to_string()Thomas Haller2015-08-251-1/+1
* logging: declare default logging macros in "nm-logging.h"Thomas Haller2015-08-201-28/+11
* platform: parent link can be in a different NETNSLubomir Rintel2015-08-191-1/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-2/+1
* core: log setup of singleton instancesThomas Haller2015-08-051-1/+1
* core: order destruction of singleton instancesThomas Haller2015-08-051-2/+2
* platform: replace addr/route exists() functions by get()Thomas Haller2015-07-141-18/+12
* platform: don't assert there's no parent-parent loopsLubomir Rintel2015-07-141-3/+3
* platform: fix wrapper nm_platform_addr_flags2str() for rtnl_addr_flags2str()Thomas Haller2015-07-121-14/+33
* platform: don't allocate string for flags in nm_platform_ip6_address_to_string()Thomas Haller2015-07-121-6/+7
* platform: add optional @metric argument to route_add() functionThomas Haller2015-07-071-4/+4
* platform: remove unreachable code in nm_platform_link_get_all()Thomas Haller2015-07-021-7/+2
* platform: add trace-logging to nm_platform_link_get_all()th/platform-link-get-allThomas Haller2015-07-021-1/+8
* platform: replace debug() log macro with _LOGD()Thomas Haller2015-07-021-35/+33
* platform: add logging macros _LOGx() to nm-platform.cThomas Haller2015-07-021-0/+38
* route-manager: manage IPv4 device-routes with NMRouteManagerThomas Haller2015-07-011-43/+14
* platform: properly consider address lifetimes in nm_platform_ip4_address_sync()Thomas Haller2015-07-011-12/+22
* platform: change NMPlatformGetRouteMode enum to NMPlatformGetRouteFlags flagsThomas Haller2015-07-011-6/+4
* platform/trivial: rename enum value NM_IP_CONFIG_SOURCE_RTPROT_KERNELThomas Haller2015-07-011-1/+1
* platform: track pref_src field of IPv4 routesThomas Haller2015-07-011-9/+11
* platform: move address lifetime utils function to nm-platform-utils.cThomas Haller2015-07-011-73/+6
* platform: fix inverting guint8 value inet6_addr_gen_mode_invThomas Haller2015-06-251-3/+3
* platform: pass object type with platform changed signalThomas Haller2015-06-241-6/+6
* platform: (trivial) rename @managed to @unmanaged in link_get_unmanaged()Jiří Klimeš2015-06-241-7/+6
* platform: prettify and line-wrap route_to_string() print statementsThomas Haller2015-06-231-6/+25
* platform: don't assert for valid ifindex in nm_platform_link_get()Thomas Haller2015-06-211-12/+13
* platform: refactor virtual methods for link objects in NMPlatformThomas Haller2015-06-211-138/+145
* platform: add nm_platform_process_events() functionThomas Haller2015-06-191-0/+17
* platform: add g_return_val_if_fail() check to nm_platform_sysctl_set_ip6_hop_...Thomas Haller2015-06-171-0/+2
* platform: drop nm_platform_get_error()Thomas Haller2015-06-171-161/+7
* platform: signal missing firmware in nm_platform_set_up()Thomas Haller2015-06-171-2/+3
* platform: return NMPlatformError from link-add functionsThomas Haller2015-06-171-63/+95
* platform: rework NMPlatformError codesThomas Haller2015-06-171-18/+38
* platform: expose GUdevDevice instance for platform linksThomas Haller2015-06-171-0/+13
* platform: no longer expose udi field in NMPlatformLinkThomas Haller2015-06-171-9/+14
* platform: remove redundant NMPlatformLink fields "arp" and "up"Thomas Haller2015-06-171-4/+2
* platform: register singleton instance early with NM_PLATFORM_REGISTER_SINGLETONThomas Haller2015-06-171-0/+52
* platform: implement NMPObject and NMPCacheThomas Haller2015-06-171-1/+7
* platform: add _NM_IP_CONFIG_SOURCE_RTPROT_KERNEL sourceThomas Haller2015-06-171-0/+2
* 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-171-1/+1
* platform/trivial: rename to_string_buffer variableThomas Haller2015-06-171-11/+11
* platform: add inet6_token parameter to NMPlatformLinkThomas Haller2015-06-171-0/+3
* platform: add arptype parameter to NMPlatformLinkThomas Haller2015-06-171-0/+1
* platform: add inet6_addr_get_mode_inv parameter to NMPlatformLinkThomas Haller2015-06-171-0/+1
* platform: add addr parameter to NMPlatformLinkThomas Haller2015-06-171-0/+13
* platform: add vlan_id parameter to NMPlatformLinkThomas Haller2015-06-171-0/+9
* platform: add flags parameter to NMPlatformLinkThomas Haller2015-06-171-0/+7
* platform: add scope parameter to NMPlatformIP4RouteThomas Haller2015-06-171-2/+7