summaryrefslogtreecommitdiff
path: root/src/platform
Commit message (Expand)AuthorAgeFilesLines
* platform/tests: skip team test when we fail to create team linkThomas Haller2019-12-021-3/+17
* all: add support for "scope" attribute for IPv4 routesThomas Haller2019-11-281-1/+1
* core: track whether IP addresses are externalBeniamino Galvani2019-10-232-6/+14
* platform: silence cppcheck warning about NULL pointer dereferenceIlya Shipitsin2019-10-171-1/+2
* all: unify format of our Copyright source code commentsThomas Haller2019-10-029-9/+9
* meson: Use variable for test program nameIñigo Martínez2019-10-011-2/+4
* meson: Improve the src build fileIñigo Martínez2019-10-011-12/+17
* all: manually drop code comments with file descriptionThomas Haller2019-10-0128-56/+27
* all: SPDX header conversionLubomir Rintel2019-09-1035-490/+35
* platforn/linux: don't fall back to WEXT for OLPC Meshlr/olpc-meshLubomir Rintel2019-09-071-9/+1
* wifi: add OLPC Mesh support via nl80211Lubomir Rintel2019-09-071-0/+67
* ipv6: set neighbor parameters from RAsBeniamino Galvani2019-08-302-0/+54
* wifi: expose IBSS_RSN capabilityBeniamino Galvani2019-08-261-0/+3
* shared,all: return boolean success from nm_utils_file_get_contents()Thomas Haller2019-08-082-27/+53
* platform/tests: relax assertion for platform signal in test_slave()Thomas Haller2019-08-021-1/+1
* platform: drop checks for failure of nl80211_alloc_msg()Thomas Haller2019-08-021-9/+5
* platform: avoid coverity warning about not checking nla_nest_start() resultThomas Haller2019-08-021-0/+2
* core/trivial: fix whitespaceThomas Haller2019-08-021-3/+3
* platform: add NMP_OBJECT_CAST_LNK_WIREGUARD() macroThomas Haller2019-07-291-0/+1
* platform: cleanup NMPObject cast macrosThomas Haller2019-07-291-90/+15
* platform: make plobj argument of nmp_object_new() void pointerThomas Haller2019-07-292-2/+2
* platform: allow AF_UNSPEC for nmp_lookup_init_object_by_addr_family()Thomas Haller2019-07-291-1/+4
* setting-wireless: allow Mesh modeLubomir Rintel2019-07-292-5/+13
* platform: add nm_platform_lookup_object_by_addr_family() utilThomas Haller2019-07-271-0/+11
* all: codespell fixesLubomir Rintel2019-07-241-1/+1
* platform/netlink: mark nested netlink attribute with NLA_F_NESTEDThomas Haller2019-07-231-1/+1
* libnm,core: use nm_utils_clock_gettime_*() instead of clock_gettime()Thomas Haller2019-07-231-11/+9
* policy-routing: take ownership of externally configured rulesThomas Haller2019-07-163-24/+109
* platform/tests: relax check for accepting platform signalsThomas Haller2019-07-091-1/+1
* core: drop nm_platform_link_get_address_as_bytes()Beniamino Galvani2019-07-052-12/+14
* platform: add nm_platform_sysctl_ip_conf_get_rp_filter_ipv4()Thomas Haller2019-06-172-0/+45
* platform/tests: relax assertion for accepting signals in /link/software/bridg...Thomas Haller2019-06-161-1/+1
* platform/tests: relax assertion for accepting signals in /link/software/bond ...Thomas Haller2019-06-141-1/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-1130-30/+0
* platform: avoid heap allocating string buffer for printing link flagsThomas Haller2019-06-113-15/+46
* platform: handle IFLA_BROADCAST in platform cache for linksThomas Haller2019-06-115-58/+131
* tests/trivial: rename nmtst_get_rand_int() to nmtst_get_rand_uint32()Thomas Haller2019-06-114-63/+63
* platform: avoid compiler error passing NMP_OBJECT_CAST_OBJ_WITH_IFINDEX() to ...Thomas Haller2019-05-291-1/+1
* platform: make nm_platform_kernel_support_get() macro an inline functionThomas Haller2019-05-291-22/+22
* core: set number of SR-IOV VFs asynchronouslyBeniamino Galvani2019-05-283-54/+125
* platform: add async sysctl set functionBeniamino Galvani2019-05-284-12/+355
* platform: print sysctl absolute path when pathid is NULLBeniamino Galvani2019-05-281-3/+3
* platform: use 'self' argument name for platform functionsBeniamino Galvani2019-05-282-103/+98
* gitignore: merge gitignore filesThomas Haller2019-05-191-16/+0
* platform/tests: rename platform's "test-general.c"Thomas Haller2019-05-183-12/+14
* build/meson: rename platform tests to use same name as autotoolsThomas Haller2019-05-171-6/+3
* tests: use "/run" instead of "/var/run"Thomas Haller2019-05-171-3/+3
* platform: avoid valgrind warning about uninitialised memory in _ioctl_call()Thomas Haller2019-05-161-1/+1
* platform: use memset() to initialize ifr struct in _ioctl_call()Thomas Haller2019-05-161-3/+1
* core: don't log plain pointer values for singletonsThomas Haller2019-05-131-1/+2