summaryrefslogtreecommitdiff
path: root/src/platform/nm-fake-platform.c
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* platform: handle IFLA_BROADCAST in platform cache for linksThomas Haller2019-06-111-6/+6
* platform: refactor detecting kernel featuresThomas Haller2019-04-181-0/+4
* platform: set errno to ENOENT for nm_platform_sysctl_get()Thomas Haller2019-04-041-1/+8
* platform: add NMPlatformObjWithIfindex helper structure for handling NMPObjec...Thomas Haller2019-03-131-1/+1
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* platform: return platform-error from link-add functionThomas Haller2018-12-271-2/+2
* platform: merge NMPlatformError with nm-errorThomas Haller2018-12-271-10/+10
* all: don't use static buffer for nm_utils_inet*_ntop()Thomas Haller2018-12-191-2/+4
* build: avoid header conflict for <linux/if.h> and <net/if.h> with "nm-platfor...Thomas Haller2018-11-121-0/+1
* docs: misc. typosluz.paz2018-09-151-1/+1
* platform: drop unused virtual function NMPlatformClass.wifi_get_ssid()Thomas Haller2018-08-221-7/+0
* platform: allow setting drivers-autoprobe on SR-IOV PFsBeniamino Galvani2018-07-111-7/+0
* platform/tests: fix generating IPv6 link local address in fake-platformThomas Haller2018-06-201-1/+1
* wifi: always build nl80211 CRIT_PROTOCOL supportThomas Haller2018-01-151-1/+0
* platform: merge nm_platform_*_delete() delete functionsThomas Haller2017-12-111-2/+2
* platform/trivial: s/ADDRROUTE/OBJECT/ for the cache lookupLubomir Rintel2017-12-111-12/+12
* platform: return platform error code from nm_platform_link_set_mtu()Thomas Haller2017-10-241-3/+3
* core,clients: use our own string hashing function nm_str_hash()Thomas Haller2017-10-181-1/+1
* 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