summaryrefslogtreecommitdiff
path: root/src/platform
Commit message (Expand)AuthorAgeFilesLines
* platform: add VRF supportBeniamino Galvani2020-01-148-0/+172
* platform: don't use GIOChannel to watch plain file descriptor for netlink socketThomas Haller2020-01-131-21/+17
* platform: use NM_MAKE_STRV() in NMLinuxPlatform:constucted()Thomas Haller2020-01-131-1/+1
* platform: support setting MAC address during nm_platform_link_gre_add()Thomas Haller2020-01-092-2/+4
* platform: drop NMPlatformLnkMacvtap typedefThomas Haller2020-01-094-7/+5
* platform: implement link_macvlan_add via nm_platform_link_add()Thomas Haller2020-01-093-89/+31
* platform: implement link_macsec_add via nm_platform_link_add()Thomas Haller2020-01-093-101/+43
* platform: implement link_ipip_add via nm_platform_link_add()Thomas Haller2020-01-093-83/+32
* platform: implement link_ip6gre_add via nm_platform_link_add()Thomas Haller2020-01-093-108/+48
* platform: implement link_ip6tnl_add via nm_platform_link_add()Thomas Haller2020-01-093-97/+45
* platform: implement link_6lowpan_add via nm_platform_link_add()Thomas Haller2020-01-093-74/+9
* platform: implement link_vxlan_add via nm_platform_link_add()Thomas Haller2020-01-094-140/+66
* platform: implement link_vlan_add via nm_platform_link_add()Thomas Haller2020-01-094-127/+76
* platform: implement link_sit_add via nm_platform_link_add()Thomas Haller2020-01-093-79/+31
* platform: implement link_gre_add via nm_platform_link_add()Thomas Haller2020-01-093-92/+45
* platform: add parent argument to nm_platform_link_add()Thomas Haller2020-01-094-14/+27
* platform: move special link-add functions to headerThomas Haller2020-01-092-91/+60
* platform: extend nm_platform_link_add() to accept type specific extra parameterThomas Haller2020-01-094-35/+63
* platform: log name of link that gets added by nm_platform_link_add()Thomas Haller2020-01-091-4/+6
* platform/linux: add support for /31 prefixes on IPv4 point-to-point linksAntonio Cardace2020-01-071-0/+1
* all: rename time related function to spell out nsec/usec/msec/secThomas Haller2019-12-138-63/+63
* 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