summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm-core: use different ifname validation function for OVS bridges, ports a...ac/ovs_ifname_lengthAntonio Cardace2020-02-145-20/+277
* nm-setting-ovs-interface: remove unneeded check on 'self'Antonio Cardace2020-02-141-1/+1
* libnm-core: add assertion for valid 'error' argument in nm_utils_is_valid_ifa...Antonio Cardace2020-02-141-0/+2
* all: use nm_utils_ifname_valid_kernel() instead of nm_utils_is_valid_iface_na...Antonio Cardace2020-02-1418-37/+37
* nm-shared-utils: add nm_utils_ifname_valid*() to shared utilsAntonio Cardace2020-02-143-40/+103
* nmcli: remove interface length check in nmcliAntonio Cardace2020-02-142-29/+1
* nm-device-factory: remove ifname check as it prevents activating OVS connectionsAntonio Cardace2020-02-141-8/+0
* nm-dhcp-client: use nm_assert() to check ifnameAntonio Cardace2020-02-141-2/+2
* libnm/doc: fix example for MULTI_CONNECT ifcfg-rh settingThomas Haller2020-02-141-1/+1
* manager: drop devices_inited field in NManagerPrivate for devices_inited_idThomas Haller2020-02-141-5/+3
* all: drop explicit casts from _GET_PRIVATE() macro callsThomas Haller2020-02-1443-98/+98
* device/trivial: add FIXME comment about simplifying deactivate_async()Thomas Haller2020-02-141-0/+25
* supplicant: merge branch 'th/supplicant-cleanup-2'Thomas Haller2020-02-146-50/+50
|\
| * device: move supplicant_timeout_id into supplicant struct in NMDeviceEthernet...Thomas Haller2020-02-141-7/+7
| * device: reorder fields in NMDeviceEthernetPrivate structThomas Haller2020-02-141-9/+9
| * device: inline "struct Supplicant" to where it is usedThomas Haller2020-02-142-25/+24
| * supplicant: expose nm_supplicant_driver_to_string() helper functionThomas Haller2020-02-143-13/+16
| * shared: don't require callback argument to nm_dbus_connection_call_set()Thomas Haller2020-02-141-2/+0
|/
* all: merge branch 'th/define-fcn-macros-cleanup'Thomas Haller2020-02-1428-88/+100
|\
| * shared: drop compat implementation for G_DEFINE_QUARK()th/define-fcn-macros-cleanupThomas Haller2020-02-131-16/+0
| * shared: drop _STATIC variant of macros that define functionsThomas Haller2020-02-1327-72/+100
|/
* shared: explicitly implement binary search in NM_UTILS_STRING_TABLE_LOOKUP_DE...Thomas Haller2020-02-131-11/+22
* shared/tests: add test for NM_UTILS_STRING_TABLE_LOOKUP_DEFINE*()Thomas Haller2020-02-131-0/+30
* libnm: use NM_UTILS_STRING_TABLE_LOOKUP_DEFINE() to implement _nm_setting_bon...Thomas Haller2020-02-131-22/+13
* shared: add entry_cmd argument to NM_UTILS_STRING_TABLE_LOOKUP_DEFINE*() macroThomas Haller2020-02-132-16/+25
* nm-logging: fix stack-use-after-scope error detected by asanAntonio Cardace2020-02-121-18/+21
* core: for WireGuard devices use a default dns-priority of 50 (like for VPNs)Thomas Haller2020-02-124-5/+13
* device: add nm_device_is_vpn() functionThomas Haller2020-02-122-0/+18
* libnm-core: fix documentation of dns-priority propertyBeniamino Galvani2020-02-122-5/+6
* all: use g_ascii_strcasecmp() instead of the locale dependent strcasecmp()Thomas Haller2020-02-118-66/+66
* dhcp: merge branch 'bg/nettools-request-free'Beniamino Galvani2020-02-112-4/+15
|\
| * dhcp: nettools: move to failed state if event dispatch failsBeniamino Galvani2020-02-111-2/+12
| * n-dhcp4: avoid double free of NDhcp4OutgoingBeniamino Galvani2020-02-111-2/+3
|/
* team: merge branch 'bg/team-race-rh1798947'Beniamino Galvani2020-02-111-5/+14
|\
| * team: ignore bus name appearance when killing teamdBeniamino Galvani2020-02-111-0/+6
| * team: ignore bus name appearance if we can't determine process idBeniamino Galvani2020-02-111-5/+8
|/
* license: add Jiří to RELICENSE.mdThomas Haller2020-02-101-0/+1
* supplicant: merge branch 'th/supplicant-cleanup-1'Thomas Haller2020-02-1053-1342/+1171
|\
| * wifi: cleanup property setters in "wifi/nm-wifi-p2p-peer.c"Thomas 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