summaryrefslogtreecommitdiff
path: root/src/platform/nm-fake-platform.c
Commit message (Expand)AuthorAgeFilesLines
* platform/tests: fix errors in fake platform handling route metricsThomas Haller2015-01-121-0/+8
* platform: avoid conflicts when reinstalling the device-routeThomas Haller2014-12-111-0/+8
* platform: add paramter to ip4_route_add to set src (RTA_PREFSRC)Thomas Haller2014-11-251-1/+1
* all: consistently include config.hDan Winship2014-11-131-0/+2
* platform: support route_get_all() to return route for every ifindexThomas Haller2014-11-071-20/+6
* platform: extend nm_platform_ipX_route_get_all() to return default-routes onlyThomas Haller2014-11-071-6/+20
* core: cleanup type of route metric to ensure guint32Thomas Haller2014-11-071-8/+8
* platform: don't include gsystem-local-alloc.h in nm-platform.hThomas Haller2014-11-071-0/+1
* core: Move NMPlatformSource to nm-types.hLubomir Rintel2014-10-201-6/+6
* platform: add @peer_address argument to nm_platform_ip4_address_delete()Thomas Haller2014-09-241-2/+3
* libnm-core: change DBUS_TYPE_G_UCHAR_ARRAY properties to G_TYPE_BYTESDan Winship2014-09-041-1/+1
* trivial: don't shadown link(3) in NMFakePlatformDan Williams2014-08-201-2/+2
* all: remove use of struct ether_addr / ether_aton()Dan Winship2014-08-071-1/+1
* platform: use gs_free (instead of own define auto_g_free)Thomas Haller2014-07-151-4/+4
* platform: improve tracking of route sourcesDan Winship2014-06-061-2/+4
* trivial: route-related whitespace/indentation fixesDan Winship2014-06-061-4/+6
* platform/test: fix expecting NM_PLATFORM_SOURCE_KERNEL in platform testsThomas Haller2014-06-051-0/+4
* platform/test: fix fake platform to emit signals synchronously (analog to Lin...Pavel Šimerda2014-06-051-40/+2
* platform: add nm_platform_link_get()Thomas Haller2014-06-051-0/+11
* platform: allow setting address when adding software link (bridge)Thomas Haller2014-05-301-8/+8
* platform: refactor signals by combining added/changed/removedThomas Haller2014-05-031-15/+15
* platform: add link_get_wake_on_lan()Dan Winship2014-04-171-0/+10
* wifi: move wifi-utils into platformDan Winship2014-04-171-0/+110
* platform: support address labels for IPv4 addressesDan Winship2014-03-261-1/+4
* platform, devices: add support for vxlan devicesDan Winship2014-03-061-0/+7
* platform: change sysctl_get/set error loggingDan Winship2014-02-271-3/+3
* platform: do not check for _exists() before deleting addresses and routesThomas Haller2014-02-141-12/+12
* core: use nm_utils_get_monotonic_timestamp_s for timestamp of NMPlatformIP[46...Thomas Haller2014-01-301-12/+3
* platform: add parameter to nm_platform_sysctl_get() to suppress logging errorThomas Haller2014-01-301-3/+3
* platform/core: add back support for PtP/peer addresses (rh #1018317)Dan Winship2013-12-021-2/+8
* core: add ifa_flags to NMPlatformIP6Address structureThomas Haller2013-11-081-1/+2
* core: improve handling of NPAR/SR-IOV devices (rh #804527)Dan Winship2013-11-061-0/+11
* core: minor code cleanup to use preprocessor constantsThomas Haller2013-08-121-1/+1
* platform: simplify getting routes and ignoring the default routeDan Williams2013-08-031-6/+10
* platform: add reason attribute to all signalsPavel Šimerda2013-08-021-15/+15
* platform: don't check for route existencePavel Šimerda2013-08-011-2/+32
* platform: update all address lifetimesPavel Šimerda2013-07-301-2/+32
* platform: add support for address lifetimesPavel Šimerda2013-07-261-2/+18
* platform: remove cached addresses and routes for deleted devicesPavel Šimerda2013-06-211-0/+28
* platform: specify link-added signal as asynchronousDan Williams2013-06-201-2/+40
* platform: add support for creating InfiniBand subdevicesDan Winship2013-06-131-0/+19
* platform: add NMPlatformLink.parent, sort link_get_all() outputDan Winship2013-06-051-3/+2
* platform: merge remaining NMUdevManager functionality into NMLinuxPlatformDan Winship2013-06-051-0/+4
* Revert "platform, devices: add support for vxlan devices"Dan Winship2013-06-041-7/+0
* platform, devices: add support for gre and gretap devicesDan Winship2013-06-041-0/+7
* platform, devices: add support for vxlan devicesDan Winship2013-06-041-0/+7
* platform, devices: add support for macvlan and macvtap devicesDan Winship2013-06-041-0/+7
* platform, devices: add support for tun and tap devicesDan Winship2013-06-041-0/+7
* platform: merge NM_LINK_TYPE_GENERIC into NM_LINK_TYPE_UNKNOWNPavel Šimerda2013-05-271-3/+0
* platform, devices: add support for veth devicesDan Winship2013-05-241-0/+8