summaryrefslogtreecommitdiff
path: root/src/platform/nm-fake-platform.c
Commit message (Expand)AuthorAgeFilesLines
* all: use nm_clear_pointer() instead of g_clear_pointer()Thomas Haller2020-03-231-1/+1
* all: use nm_clear_g_free() instead of g_clear_pointer()Thomas Haller2020-03-231-1/+1
* all: drop explicit casts from _GET_PRIVATE() macro callsThomas Haller2020-02-141-6/+6
* all: use _nm_utils_inet4_ntop() instead of nm_utils_inet4_ntop()Thomas Haller2020-01-281-2/+2
* platform: track IFA_BROADCAST address in NMPlatformIP4AddressThomas Haller2020-01-141-10/+14
* platform: implement link_vxlan_add via nm_platform_link_add()Thomas Haller2020-01-091-30/+8
* platform: implement link_vlan_add via nm_platform_link_add()Thomas Haller2020-01-091-41/+23
* platform: add parent argument to nm_platform_link_add()Thomas Haller2020-01-091-7/+7
* platform: extend nm_platform_link_add() to accept type specific extra parameterThomas Haller2020-01-091-10/+16
* all: rename time related function to spell out nsec/usec/msec/secThomas Haller2019-12-131-2/+2
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-1/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* 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