summaryrefslogtreecommitdiff
path: root/src/platform/tests/test-link.c
Commit message (Expand)AuthorAgeFilesLines
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-041-3823/+0
* platform: move "nm-platform-utils.[hc]" to "shared/nm-platform" libraryThomas Haller2021-01-151-1/+1
* platform: use NMOptionBool instead of NMTernaryThomas Haller2021-01-151-8/+11
* libnm,shared: move nm-ethtool helper to "libnm-base"Thomas Haller2021-01-151-1/+1
* libnm: split ethtool option names to a new header "libnm-core/nm-ethtool-util...Thomas Haller2021-01-151-1/+1
* libnm: add "shared/nm-base/nm-base.h"Thomas Haller2021-01-151-0/+1
* shared,platform: move "nmp-netns.[hc]" to shared/nm-platformThomas Haller2021-01-151-1/+1
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* bridge: set MTU at link creation timeAntonio Cardace2020-11-021-0/+3
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-291-1/+1
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-281-50/+50
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-3066/+3405
* platform: add support for mcast_hash_max netlink attribute for bridgesSayed Shah2020-09-151-0/+4
* platform: workaround for old kernels that don't support IFLA_BR_VLAN_STATS_EN...Thomas Haller2020-08-211-4/+5
* platform/tests: remove unused argument "out_not_supported" from nmtstp_link_b...Thomas Haller2020-08-211-9/+3
* platform: use netlink for configuring bridge settingsSayed Shah2020-08-201-5/+19
* platform: add support for configuring bridge settings via netlink (2)Sayed Shah2020-08-141-8/+31
* platform: add support for configuring bridge settings via netlinkSayed Shah2020-08-071-3/+47
* ethtool: add and use _NM_ETHTOOL_ID_FEATURE_AS_IDX() macroThomas Haller2020-05-221-5/+5
* ethtool: add coalesce settingsAntonio Cardace2020-05-131-5/+5
* platform: fix test failure when /proc is mounted read-onlyBeniamino Galvani2020-05-041-24/+53
* platform: skip VRF test if kernel support is missingBeniamino Galvani2020-01-311-1/+8
* platform: add VRF supportBeniamino Galvani2020-01-141-0/+16
* platform: drop NMPlatformLnkMacvtap typedefThomas Haller2020-01-091-2/+2
* all: rename time related function to spell out nsec/usec/msec/secThomas Haller2019-12-131-3/+3
* platform/tests: skip team test when we fail to create team linkThomas Haller2019-12-021-3/+17
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-1/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* shared,all: return boolean success from nm_utils_file_get_contents()Thomas Haller2019-08-081-11/+24
* platform/tests: relax assertion for platform signal in test_slave()Thomas Haller2019-08-021-1/+1
* platform/tests: relax check for accepting platform signalsThomas Haller2019-07-091-1/+1
* 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-111-1/+0
* platform: handle IFLA_BROADCAST in platform cache for linksThomas Haller2019-06-111-4/+4
* tests/trivial: rename nmtst_get_rand_int() to nmtst_get_rand_uint32()Thomas Haller2019-06-111-23/+23
* platform: add async sysctl set functionBeniamino Galvani2019-05-281-0/+88
* tests: use "/run" instead of "/var/run"Thomas Haller2019-05-171-3/+3
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-181-1/+1
* platform: refactor detecting kernel featuresThomas Haller2019-04-181-2/+1
* platform: set errno to ENOENT for nm_platform_sysctl_get()Thomas Haller2019-04-041-0/+31
* platform: add peer_flags argument to nm_platform_link_wireguard_change()Thomas Haller2019-02-141-0/+1
* platform: add flags for setting individual WireGuard options of linkThomas Haller2019-02-141-1/+4
* platform: add change-flags argument to platform's link_wireguard_change()Thomas Haller2019-02-141-1/+1
* all: replace g_strerror() calls with nm_strerror_native()Thomas Haller2019-02-121-1/+1
* libnm: avoid "-Wmissing-braces" warning for test-link.cThomas Haller2019-02-081-3/+3
* platform: make NMPNetns thread-safeThomas Haller2019-02-051-0/+65
* platform: add @replace_peers argument to nm_platform_link_wireguard_change()Thomas Haller2019-01-221-1/+2
* platform: create wireguard netdev interfaceThomas Haller2019-01-091-7/+266
* platform: merge NMPlatformError with nm-errorThomas Haller2018-12-271-17/+17