summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wifi: cleanup property setters in "wifi/nm-wifi-p2p-peer.c"th/supplicant-cleanup-1Thomas Haller2020-02-101-46/+12
* wifi: move nm_wifi_utils_parse_ies() to "src/nm-core-utils.h"Thomas Haller2020-02-103-324/+338
* wifi: move nm_wifi_utils_level_to_quality() to "src/nm-core-utils.h"Thomas Haller2020-02-104-21/+25
* supplicant: move defines for supplicant D-Bus API to headerThomas Haller2020-02-102-17/+18
* supplicant: use nm_utils_error_is_cancelled() instead of g_error_matches()Thomas Haller2020-02-101-26/+19
* supplicant: drop unused detection for credreqThomas Haller2020-02-101-48/+2
* supplicant: drop unused NM_SUPPLICANT_INTERFACE_CREDENTIALS_REQUEST signalThomas Haller2020-02-102-26/+0
* supplicant: remove unused nm_supplicant_interface_credentials_reply()Thomas Haller2020-02-102-41/+0
* supplicant: define wpas_state_string_to_enum() via NM_UTILS_STRING_TABLE_LOOK...Thomas Haller2020-02-102-27/+18
* supplicant: use nm_utils_gbytes_to_variant_ay() in nm_supplicant_manager_set_...Thomas Haller2020-02-101-11/+2
* supplicant: track supplicant interface instances in manager via embedded CListThomas Haller2020-02-103-65/+74
* supplicant/trivial: give WPAS defines an NM prefixThomas Haller2020-02-103-37/+37
* supplicant: rework handling of capabilities (features) to use capabilities en...Thomas Haller2020-02-1010-537/+253
* supplicant: add enum for supplicant capabilities (features)Thomas Haller2020-02-102-0/+123
* supplicant: remove unused NM_SUPPLICANT_INTERFACE_GROUP_FORMATION_FAILURE signalThomas Haller2020-02-102-22/+0
* core: forward declare opaque NMRefString typedefThomas Haller2020-02-101-0/+2
* shared/tests: add nmtst_get_rand_uint64() utilThomas Haller2020-02-101-0/+9
* shared: add nm_ref_string_equals_str() helperThomas Haller2020-02-101-0/+12
* shared: rename local variable in _NM_GET_PRIVATE_PTR() macroThomas Haller2020-02-101-2/+2
* shared: drop nm_utils_dbus_normalize_object_path() in favor of nm_dbus_path_n...Thomas Haller2020-02-104-19/+7
* shared: add nm_g_variant_lookup() and nm_g_variant_lookup_value() helpersThomas Haller2020-02-101-0/+18
* shared: add nm_utils_strdup_reset() helperThomas Haller2020-02-101-0/+14
* shared: add NM_FLAGS_ASSIGN_MASK() helperThomas Haller2020-02-101-0/+8
* shared: add nm_dbus_connection_call_set() utilThomas Haller2020-02-102-2/+43
* shared: add NM_PRINT_FMT_QUOTE_REF_STRING() macroThomas Haller2020-02-101-0/+1
* shared: add NM_UTILS_STRING_TABLE_LOOKUP_DEFINE() macro to simplify defining ...Thomas Haller2020-02-101-0/+50
* shared: add nm_utils_get_monotonic_timestamp_msec_cached() helperThomas Haller2020-02-101-0/+7
* shared/trivial: rename time related functions to use "nsec"/"msec" abbreviati...Thomas Haller2020-02-109-21/+22
* all: add nm_utils_error_is_cancelled() and nm_utils_error_is_cancelled_or_dis...Thomas Haller2020-02-1024-62/+66
* platform: use C99 static array index in parameter of nm_platform_if_indextona...Thomas Haller2020-02-102-2/+3
* contrib/REQUIRED_PACKAGES: fix script to work without GNU `which` installedThomas Haller2020-02-101-1/+2
* contrib/REQUIRED_PACKAGES: ignore for non-existing packages "dbus-python", "p...Thomas Haller2020-02-101-2/+2
* ovs: wait that link disappears before continuing with deactivationBeniamino Galvani2020-02-051-0/+115
* shared: redefine G_SOURCE_FUNCBeniamino Galvani2020-02-051-2/+2
* merge: branch 'bg/gcc10'Beniamino Galvani2020-02-038-34/+36
|\
| * n-dhcp4: fix uninitialized variablebg/gcc10Beniamino Galvani2020-02-031-0/+1
| * ifcfg-rh: add missing 'extern' keywordBeniamino Galvani2020-02-031-1/+1
| * clients: add missing 'extern' keywordBeniamino Galvani2020-02-031-1/+1
| * platform: fix GCC warning about zero-lenght array (2)Beniamino Galvani2020-02-031-15/+16
| * platform: fix GCC warning about zero-lenght array (1)Beniamino Galvani2020-02-031-11/+12
| * build: remove duplicate definition in MakefileBeniamino Galvani2020-02-031-2/+0
| * build: use -fcommon when building libnm-coreBeniamino Galvani2020-02-032-1/+5
| * all: remove wrong CURL option initializationBeniamino Galvani2020-02-012-3/+0
|/
* platform: skip VRF test if kernel support is missingBeniamino Galvani2020-01-313-14/+28
* dhcp: merge branch 'bg/dhcp-timeout-rh1791378'Beniamino Galvani2020-01-308-73/+116
|\
| * ndisc: remove upper bound for IPv6 autoconfiguration timeoutBeniamino Galvani2020-01-301-1/+1
| * device: accept new leases in NM_DEVICE_IP_STATE_DONEBeniamino Galvani2020-01-301-2/+13
| * dhcp: introduce EXTENDED state for renewalsBeniamino Galvani2020-01-306-22/+31
| * n-dhcp4: move back to INIT after lease expiresBeniamino Galvani2020-01-301-4/+3
| * dhcp: derive the grace period duration from the timeout propertyBeniamino Galvani2020-01-301-9/+33