NetworkManager/shared/nm-libnm-core-intern
Thomas Haller 2027ff50af
ethtool: use NM_MORE_ASSERT_ONCE() in _ASSERT_data() to assert immutable data only once
_ASSERT_data() checks static, immutable data. Even with more asserts enabled,
there is no need to do that every time. Use NM_MORE_ASSERT_ONCE().

Note that NM_MORE_ASSERT_ONCE() will return constant FALSE, when build
without a sufficiently high assertion level. That means, the compiler
will just optimize the rest away.
2020-05-11 14:47:43 +02:00
..
nm-auth-subject.c license: relicense "shared/nm-libnm-core-intern-aux/nm-auth-subject.[hc]" under LGPL-2.1+ 2020-02-16 15:41:44 +01:00
nm-auth-subject.h license: relicense "shared/nm-libnm-core-intern-aux/nm-auth-subject.[hc]" under LGPL-2.1+ 2020-02-16 15:41:44 +01:00
nm-common-macros.h dhcp: make connection.mud-url configurable as global connection default 2020-04-28 13:01:18 +02:00
nm-ethtool-utils.c ethtool: use NM_MORE_ASSERT_ONCE() in _ASSERT_data() to assert immutable data only once 2020-05-11 14:47:43 +02:00
nm-ethtool-utils.h shared: expose size of nm_ethtool_data array in header 2020-03-06 09:49:32 +01:00
nm-libnm-core-utils.c shared: add nm_client_permission_result_to_string() helper 2019-12-10 07:53:25 +01:00
nm-libnm-core-utils.h core: add and indicate NM_CAPABILITY_OVS capability on D-Bus 2019-12-21 11:33:59 +01:00