summaryrefslogtreecommitdiff
path: root/src/platform
Commit message (Expand)AuthorAgeFilesLines
* platform: fix crash if link has no name after 5e935dfdDan Williams2014-03-141-0/+1
* platform: add logging for adding/changing linksThomas Haller2014-03-131-0/+28
* platform: extract function nm_platform_addr_flags2str() to wrap rtnl_addr_fla...Thomas Haller2014-03-132-15/+27
* platform: log more details about link signalThomas Haller2014-03-131-1/+1
* platform: add to_string functions for libnl objectsThomas Haller2014-03-131-4/+92
* platform: add function nm_platform_link_to_string()Thomas Haller2014-03-132-0/+47
* platform: be more resilient to unexpected libnl objectsThomas Haller2014-03-131-25/+60
* platform: react on udev signal "move"Thomas Haller2014-03-121-2/+4
* platform: fix link_type_from_udev() to use ifname from libnlThomas Haller2014-03-121-18/+22
* platform, devices: add support for vxlan devicesDan Winship2014-03-065-0/+206
* platform: fix some tabs-vs-spacesDan Winship2014-03-061-12/+12
* platform: fix a logging bugDan Winship2014-03-051-3/+3
* platform: fix converting address flags in nm_platform_ip6_address_to_string()Thomas Haller2014-03-051-2/+2
* tivial/core: move common #defines to header fileThomas Haller2014-03-052-8/+8
* platform: move asserts for sysctl_get/set functions to nm-linux-platformThomas Haller2014-03-042-6/+12
* platform: add logging when reading and writing sysctl valuesThomas Haller2014-03-041-2/+77
* platform: remove logging about check_cache_items()Thomas Haller2014-03-041-1/+0
* platform: change sysctl_get/set error loggingDan Winship2014-02-275-24/+33
* platform: downgrade error logging about NLE_DUMP_INTR on event socketThomas Haller2014-02-251-3/+13
* trivial: rename function in platformThomas Haller2014-02-241-3/+3
* platform: share the static buffer for platform to_string functionsThomas Haller2014-02-241-12/+10
* platform: align debugging output in platform signalsThomas Haller2014-02-241-9/+9
* core: add nm_platform_link_refresh() function to refresh the libnl cache for ...Thomas Haller2014-02-233-0/+39
* platform: log warnings if macvlan/gre property reads failDan Winship2014-02-211-0/+8
* platform: fix macvlan flags checkingDan Winship2014-02-211-1/+1
* platform: sanitize a boolean propertyDan Winship2014-02-211-1/+1
* platform: refactor address_to_string() to return device as numeric if ifname ...Thomas Haller2014-02-181-24/+33
* platform: do not check for _exists() before deleting addresses and routesThomas Haller2014-02-144-48/+20
* platform: refactor delete_object() and allow deletion of objects that are not...Thomas Haller2014-02-141-31/+57
* platform: clear host identifier before adding a routeThomas Haller2014-02-141-2/+28
* platform: log the link family in event_notification() and get_kernel_object()Thomas Haller2014-02-141-17/+41
* platform: fix caching for link typesThomas Haller2014-02-141-15/+37
* platform: add function choose_cache_by_type()Thomas Haller2014-02-141-2/+8
* platform: cleanup object_type_from_nl_object()Thomas Haller2014-02-141-18/+31
* platform: add debug logging when adding/deleting routesThomas Haller2014-02-141-2/+32
* platform: refactor link_get() not to use auto_nl_objectThomas Haller2014-02-141-2/+2
* libnm-util, libnm-glib: add versioned deprecation/availability macrosDan Winship2014-02-131-0/+1
* trivial: don't open-code g_clear_pointer()Dan Williams2014-02-131-6/+2
* core/platform: fix wrong warning log in nm-linux-platformThomas Haller2014-01-311-1/+1
* core/platform: add debug logging when adding/deleting addressesThomas Haller2014-01-301-4/+28
* core: use nm_utils_get_monotonic_timestamp_s for timestamp of NMPlatformIP[46...Thomas Haller2014-01-304-36/+17
* core/platform: add check_support_kernel_extended_ifa_flags functionThomas Haller2014-01-303-0/+71
* core/platform: workaround new address flag in address_to_stringThomas Haller2014-01-302-1/+42
* core/platform: fix passing wrong type to variadic function nl_socket_add_memb...Thomas Haller2014-01-301-4/+4
* core/platform: silence error about reading sysctl file phys_port_idThomas Haller2014-01-301-4/+1
* build: fix error when building with different build directoryThomas Haller2014-01-301-0/+1
* core/tun: make reading of tun properties more robustThomas Haller2014-01-301-29/+59
* platform: add parameter to nm_platform_sysctl_get() to suppress logging errorThomas Haller2014-01-305-16/+19
* core/platform: replace strcpy by g_strlcpyThomas Haller2014-01-281-1/+1
* core/platform: sort routes before adding them in nm_platform_ipX_route_sync()Thomas Haller2014-01-241-32/+48