summaryrefslogtreecommitdiff
path: root/src/platform/nm-fake-platform.c
Commit message (Expand)AuthorAgeFilesLines
* all: use _nm_utils_ip4_*() utils functionsThomas Haller2017-09-051-1/+1
* platform: add option to suppress error message from nm_platform_ip_route_add()Thomas Haller2017-08-241-0/+2
* platform: return failure reason from route-add and return only netlink responseThomas Haller2017-08-241-3/+3
* platform: add and use nm_platform_ip_route_normalize()Thomas Haller2017-08-231-9/+2
* platform: fix cache to use kernel's notion for equality of routesThomas Haller2017-08-121-24/+95
* platform: preserve order of objects during dumpThomas Haller2017-08-121-3/+8
* platform: extend API for adding routesThomas Haller2017-08-031-16/+9
* platform: pass full route object to platform delete functionThomas Haller2017-07-251-38/+44
* platform: move link accessors to NMPlatform base classThomas Haller2017-07-051-312/+367
* platform: refactor fake platform to use NMPCache for addressesThomas Haller2017-07-051-192/+82
* platform: drop separate index for visible objectsThomas Haller2017-07-051-4/+2
* platform: track routes in NMFakePlatform via NMPCacheThomas Haller2017-07-051-250/+142
* platform: add nm_platform_link_veth_add() to create VETH linksThomas Haller2017-05-271-10/+27
* platform: remove plen argument for IPv6 address IDThomas Haller2017-05-271-2/+1
* platform: detect SR-IOV support and allow changing the number of VFsBeniamino Galvani2017-04-181-0/+24
* core: add NMNetns to bundle platform and route managersThomas Haller2017-04-181-3/+5
* logging: log device and connection along with the messageLubomir Rintel2017-03-241-1/+1
* platform: change signature of nm_platform_ip{4,6}_route_add()Beniamino Galvani2017-03-061-58/+39
* platform: support preferred source option for IPv6 routesBeniamino Galvani2017-03-061-1/+2
* platform: add optional dirfd argument to sysctl functionsThomas Haller2016-12-131-2/+24
* core: don't use generated glib enum for platform typesThomas Haller2016-10-221-15/+15
* core: refactor private data in "src"Thomas Haller2016-10-041-54/+60
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-8/+8
* core: don't warn when setting address of non-existing linkThomas Haller2016-07-051-3/+3
* all/tests: split core part out of "nm-test-utils.h"Thomas Haller2016-05-171-1/+1
* platform: extend NMIPConfigSource to preserve the rtm_protocol fieldThomas Haller2016-04-281-2/+3
* core/trivial: rename "source" field of addresses and routesThomas Haller2016-04-281-6/+4
* platform: use nm_utils_new_infiniband_name()Thomas Haller2016-04-201-4/+4
* platform: add functionality to remove infiniband partitionsLubomir Rintel2016-04-201-0/+14
* platform: change @plen field of NMPlatformIPxAddress to type guint8Thomas Haller2016-04-111-11/+12
* platform: change @plen field of NMPlatformIPxRoute to type guint8Thomas Haller2016-04-111-6/+8
* platform: add flags argument to nm_platform_ip4_address_add()Thomas Haller2016-03-011-0/+2
* core: split "nm-core-utils.h" out of "NetworkManagerUtils.h"Thomas Haller2016-03-011-2/+4
* platform/trivial: rename NMPlatformIP6Address's "flags" field to "n_ifa_flags"Thomas Haller2016-02-291-1/+1
* platform: adjust type of IPv6 address flags to guintThomas Haller2016-02-291-1/+2
* platform/trivial: rename NMPlatformLink's "flags" field to "n_ifi_flags"Thomas Haller2016-02-291-9/+9
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* fake-platform: check link_get returnLubomir Rintel2016-01-291-1/+2
* platform: add const to input arguments to link-add functionsThomas Haller2015-12-111-1/+1
* platform: move reading sysctl-options for master/slave to NMPlatformThomas Haller2015-12-101-36/+0
* platform: return pointer to NMPlatformLink object for add functionsThomas Haller2015-12-101-9/+11
* platform: add vxlan supportBeniamino Galvani2015-12-091-0/+26
* platform: remove NMPlatformReason enumThomas Haller2015-11-271-15/+15
* platform: use ifi_change field for setting link flagsThomas Haller2015-11-021-5/+14
* platform/vlan: add support for ingress/egress-qos-mappings and changing flagsThomas Haller2015-11-021-10/+12
* platform: promise that the link lnk is an immutable NMPObject and expose itThomas Haller2015-11-021-14/+21
* platform/tests: test setting bridge addressThomas Haller2015-11-021-0/+6
* platform: properly handle IPv4 peer-addressesThomas Haller2015-11-021-28/+33
* platform: refactor nm_platform_veth_get_properties()Thomas Haller2015-11-021-8/+0
* platform: implement infiniband properties as lnk dataThomas Haller2015-11-011-22/+5