summaryrefslogtreecommitdiff
path: root/src/platform
Commit message (Expand)AuthorAgeFilesLines
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-0432-42392/+0
* udev/trivial: rename nm_udev_client_unref() to nm_udev_client_destory()Thomas Haller2021-02-032-2/+2
* all/udev: use NM_MAKE_STRV() for arguments of nm_udev_client_new()Thomas Haller2021-02-031-1/+1
* build/meson: cleanup "src/meson.build"Thomas Haller2021-01-271-2/+2
* wireguard: fix configuring larger number of allowed-ips on WireGuard linkThomas Haller2021-01-271-1/+1
* platform: move "nm-platform-utils.[hc]" to "shared/nm-platform" libraryThomas Haller2021-01-1514-1877/+12
* platform: use NMOptionBool instead of NMTernaryThomas Haller2021-01-157-36/+40
* libnm,shared: move nm-ethtool helper to "libnm-base"Thomas Haller2021-01-152-2/+2
* libnm: split ethtool option names to a new header "libnm-core/nm-ethtool-util...Thomas Haller2021-01-152-2/+2
* platform: remove unnecessary includes from "nm-platform-utils.c"Thomas Haller2021-01-151-3/+0
* platform: move nm_platform_link_duplex_type_to_string() to "nm-platform-utils.c"Thomas Haller2021-01-154-9/+11
* shared: add duplicate for NM_UTILS_HWADDR_LEN_MAX to "nm-base/nm-base.h"Thomas Haller2021-01-151-3/+3
* platform: move types from "nm-platform-utils.h" to nmp-base.h"Thomas Haller2021-01-154-85/+6
* platform: add duplicate of NMSettingWiredWakeOnLan to nm-base for platformThomas Haller2021-01-154-21/+22
* libnm: add "shared/nm-base/nm-base.h"Thomas Haller2021-01-152-1/+2
* shared,platform: move "nmp-netns.[hc]" to shared/nm-platformThomas Haller2021-01-157-821/+6
* shared,platform: add "shared/nm-platform" libraryThomas Haller2021-01-158-2140/+6
* shared: add _nm_utils_hwaddr_aton_exact()Thomas Haller2021-01-151-1/+1
* src/tests: avoid "-Wmaybe-uninitialized" warning in nmtstp_acd_defender_new()Thomas Haller2021-01-131-1/+1
* platform: avoid "-Wmaybe-uninitialized" warning in ip_route_add()Thomas Haller2021-01-081-10/+3
* platform/tests: workaround failure to add veth device on coprThomas Haller2021-01-081-4/+23
* all: update deprecated SPDX license identifiersThomas Haller2021-01-0537-37/+37
* all: adjust imports to fix libc/linux headersThomas Haller2020-12-231-1/+3
* all: explicit include <linux/if_{ether,infiniband,vlan}.h> as neededThomas Haller2020-12-221-0/+1
* platform: rework nm_platform_dedup_multi_iter_next_*() and add more implement...Thomas Haller2020-11-241-46/+58
* wifi: use NMEtherAddr struct for bssidThomas Haller2020-11-198-27/+36
* wifi: drop Wext handlers get_rate()/get_bssid()/get_qual() from NMWifiUtilsClassThomas Haller2020-11-193-39/+31
* platform: Drop nm_platform_wifi_get_{bssid,rate,quality}Andrew Zaborowski2020-11-196-154/+9
* platform: Add a wifi_get_station utilityAndrew Zaborowski2020-11-197-0/+121
* bridge: set MTU at link creation timeAntonio Cardace2020-11-023-2/+6
* platform: allow setting the MTU at link creation timeAntonio Cardace2020-11-024-21/+57
* core: cleanup IPv4/IPv6 checks using NM_IS_IPv4()th/device-cleanup-addr-familyThomas Haller2020-10-302-14/+10
* shared: rename nm_add_u32_clamped() to nm_add_clamped_u32()Thomas Haller2020-10-271-2/+2
* platform/tests: add NMTstpAcdDefender helper for testingThomas Haller2020-10-232-1/+154
* platform: interpret metric_any for routes to accept offset for default metricThomas Haller2020-10-232-77/+84
* all/trivial: fix formattingThomas Haller2020-10-221-2/+3
* platform/wifi: Cache GET_STATION dump data between callsAndrew Zaborowski2020-10-221-26/+31
* platform/wifi: Use GET_STATION instead of GET_SCAN dumpsAndrew Zaborowski2020-10-221-173/+64
* platform/wifi: Read frequency from NL80211_CMD_GET_INTERFACEAndrew Zaborowski2020-10-221-4/+12
* platform: add NMPlatformIP4Address.ip4acd_not_ready flagThomas Haller2020-10-132-15/+25
* platform: fix handlng of NMPlatformIP4Address.use_ip4_broadcast_address to be...Thomas Haller2020-10-131-16/+22
* shared,platform: take pointer to NMEtherAddr in NM_ETHER_ADDR_FORMAT_VAL() macroThomas Haller2020-10-132-2/+2
* clang-format: mark "nm_platform_iter_obj_for_each()"/"nm_l3_config_data_iter_...Thomas Haller2020-10-131-2/+1
* all: use _NM_DUMMY_STRUCT_FOR_TRAILING_SEMICOLON define for trailing semicolonThomas Haller2020-10-081-4/+4
* platform/tests: skip test_platform_ip_address_pretty_sort_cmp() on non-amd64 ...Thomas Haller2020-10-071-0/+14
* platform/tests: print details about test failure for test_platform_ip_address...Thomas Haller2020-10-071-0/+13
* platform/tests: adjust regeneration of test code for test_platform_ip_address...Thomas Haller2020-10-071-4/+6
* platform: use also statvfs() to check for udevdAlfonso Sánchez-Beato2020-10-061-1/+24
* platform: reorder fields in NMPClass structThomas Haller2020-10-051-4/+3
* test/trivial: rename ASSERT_nmp_cache_is_consistent() function to nmtst_asser...Thomas Haller2020-10-053-12/+12