summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: avoid unbound recursion in IPv6 connection sharingbg/ipv6-pd-recursion-rh1488030Beniamino Galvani2020-03-171-28/+27
* license: add Jan to RELICENSE.mdThomas Haller2020-03-171-0/+1
* license: add Benjamin to RELICENSE.mdThomas Haller2020-03-171-0/+1
* device: merge branch 'th/act-stage2-re-entrant'Thomas Haller2020-03-1717-264/+257
|\
| * device: make device stage2 reentrant for NMDeviceBridgeThomas Haller2020-03-171-1/+4
| * device: make device stage2 reentrant for NMDeviceAdslThomas Haller2020-03-171-5/+11
| * device: allow scheduling nm_device_activate_schedule_stage2_device_config() r...Thomas Haller2020-03-172-12/+11
| * device: allow scheduling nm_device_activate_schedule_stage1_prepare() right awayThomas Haller2020-03-1711-31/+28
| * device/wifi: don't postpone act_stage2_config() for iwd when nothing to waitThomas Haller2020-03-171-1/+4
| * device: various code cleanups in devicesThomas Haller2020-03-1712-214/+191
| * libnm-core: minor cleanup checks in "nm-setting-adsl.c"'s verify()Thomas Haller2020-03-171-8/+8
| * shared: add nm_g_variant_is_of_type() helperThomas Haller2020-03-171-0/+8
|/
* cli: merge branch 'th/cli-device-wifi-cleanup'Thomas Haller2020-03-162-90/+125
|\
| * cli: fix out of bounds access in _print_fill()Thomas Haller2020-03-161-1/+2
| * cli: minor cleanup dropping unnecessary local variablesThomas Haller2020-03-161-7/+8
| * cli: return typed PrintDataCol array from _output_selection_parse()Thomas Haller2020-03-161-7/+13
| * cli: add get_type argument to ap_wpa_rsn_flags_to_string() for optional i18nThomas Haller2020-03-161-7/+11
| * cli: use slice allocator in do_device_wifi_list() and designated initializers...Thomas Haller2020-03-161-15/+26
| * cli: cleanup selecting Wi-Fi device for `nmcli device wifi list`Thomas Haller2020-03-161-28/+47
| * cli: take reference in sort_access_points() for "clients/cli/devices.c"Thomas Haller2020-03-161-6/+5
| * cli: use NM_CMP*() macros for compare_aps() in "clients/cli/devices.c"Thomas Haller2020-03-161-8/+7
| * cli: use nm_utils_bin2hexstr_full() in ssid_to_hex()Thomas Haller2020-03-161-11/+6
|/
* libnm: fix nm_vpn_plugin_info_list_find_service_type()Thomas Haller2020-03-151-2/+0
* libnm: hide NMVpnPluginInfo structs from public APIThomas Haller2020-03-142-22/+15
* libnm: reuse _list_find_by_service() for searching NMVpnPluginInfoThomas Haller2020-03-141-34/+31
* libnm: let nm_vpn_plugin_info_new_search_file() call full list-loadThomas Haller2020-03-141-48/+33
* nm-device: merge branch 'ac/nm-device-hwaddr'Antonio Cardace2020-03-1357-685/+302
|\
| * nm-device: expose via D-Bus the 'hw-address' propertyAntonio Cardace2020-03-1357-681/+292
| * libnm: cleanup 'NML_DBUS_META_IFACE_INIT_PROP' macroAntonio Cardace2020-03-131-4/+10
|/
* license: add Atul to RELICENSE.mdAtul Anand2020-03-121-0/+1
* supplicant: merge branch 'th/supplicant'Thomas Haller2020-03-1215-2817/+4097
|\
| * wifi: track access point via hash table for supplicant D-Bus pathThomas Haller2020-03-123-19/+11
| * wifi: expose NMRefString for nm_wifi_ap_get_supplicant_path()Thomas Haller2020-03-125-31/+34
| * supplicant: large rework of wpa_supplicant handlingThomas Haller2020-03-1214-2785/+4069
| * wifi: delay release of old wfd_ies array in nm_wifi_p2p_peer_set_wfd_ies()Thomas Haller2020-03-121-1/+2
|/
* po: update Brazilian Portuguese (pt_BR) translationRafael Fontenelle2020-03-101-1617/+1801
* bond: merge branch 'ac/fix_miimon_updelay'Antonio Cardace2020-03-067-264/+360
|\
| * nmtui: only set 'mode' and enable 'miimon' when setting up a new connectionAntonio Cardace2020-03-061-12/+7
| * nm-setting-bond: add API to libnm to get the normalized bond option valueAntonio Cardace2020-03-063-0/+28
| * bond: bond options logic reworkAntonio Cardace2020-03-063-244/+308
| * nm-setting-bond: let 'miimon' and 'arp_interval' coexist for verify()Antonio Cardace2020-03-062-11/+10
| * nm-setting-bond: if unset consider bond options with default values for valid...Antonio Cardace2020-03-062-20/+30
|/
* ifcfg-rh: use binary search for converting string to ethtool IDThomas Haller2020-03-061-31/+87
* ifcfg-rh/tests: add test for consistency of ethtool ifcfg namesThomas Haller2020-03-061-0/+57
* shared: expose size of nm_ethtool_data array in headerThomas Haller2020-03-061-1/+1
* man: show example for `nmcli --ask device wifi connect` in nmcli-example manualThomas Haller2020-03-061-1/+2
* man: show example for `nmcli device wifi connect` in nmcli-example manualAuke Kok2020-03-061-0/+4
* core: merge branch 'th/prune-device-state-files'Thomas Haller2020-03-044-33/+70
|\
| * core: periodically cleanup unused device state files from /runThomas Haller2020-03-041-1/+19
| * core: return ifindex from nm_manager_write_device_state()Thomas Haller2020-03-042-14/+22