summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: refactor nm_ethernet_address_is_valid()th/wifi-bssid-cleanupThomas Haller2020-11-195-49/+40
* wifi: use NMEtherAddr struct for bssidThomas Haller2020-11-1914-81/+83
* wifi: drop Wext handlers get_rate()/get_bssid()/get_qual() from NMWifiUtilsClassThomas Haller2020-11-193-39/+31
* wifi: use nm_wifi_ap_set_address_bin() in activation_success_handler()Thomas Haller2020-11-192-8/+3
* wifi: expose nm_wifi_ap_set_address_bin() helperThomas Haller2020-11-192-17/+18
* shared: add static asserts for size/alignment of NMEtherAddrThomas Haller2020-11-191-0/+3
* shared: improve NM_ETHER_ADDR_INIT() helper macroThomas Haller2020-11-192-4/+13
* trivial: improve code commentsin "nm-std-aux/c-list-util.c"Thomas Haller2020-11-191-2/+3
* wifi: merge branch 'balrog-kun:platform-wifi-common-call'Thomas Haller2020-11-199-162/+143
|\
| * platform: Drop nm_platform_wifi_get_{bssid,rate,quality}Andrew Zaborowski2020-11-196-154/+9
| * wifi: Switch to using nm_platform_wifi_get_stationAndrew Zaborowski2020-11-192-38/+43
| * platform: Add a wifi_get_station utilityAndrew Zaborowski2020-11-197-0/+121
|/
* wifi/iwd: merge branch 'balrog-kun:iwd-autoconnect'Thomas Haller2020-11-1910-359/+1414
|\
| * iwd: Update KnownNetwork.AutoConnect on NM connection changesAndrew Zaborowski2020-11-191-5/+68
| * iwd: Roughly respect the NMDevice::autoconnect propertyAndrew Zaborowski2020-11-191-30/+81
| * iwd: Add the wifi.iwd.autoconnect settingAndrew Zaborowski2020-11-194-83/+677
| * iwd: Order objects from g_dbus_object_manager_get_objectsAndrew Zaborowski2020-11-192-2/+80
| * iwd: Create mirror connections for non-802.1X IWD known networksAndrew Zaborowski2020-11-193-94/+255
| * wifi: Add NMWifiAp getters for wpa_flags/rsn_flagsAndrew Zaborowski2020-11-192-16/+30
| * iwd: Stop using _nm_utils_ssid_to_utf8()Andrew Zaborowski2020-11-194-111/+132
| * iwd: Validate UTF-8 SSID early in check_connection_compatible/complete_connec...Andrew Zaborowski2020-11-191-30/+46
| * iwd: Never lock to BSSID in complete_connectionAndrew Zaborowski2020-11-191-4/+1
| * iwd: Move scheduling periodic scan out of set_current_ap()Andrew Zaborowski2020-11-191-4/+7
| * iwd: Rename can_connect and iwd_connectionAndrew Zaborowski2020-11-191-15/+15
| * iwd: Allow scanning in NM_DEVICE_STATE_NEED_AUTHAndrew Zaborowski2020-11-191-1/+1
| * iwd: Handle the net.connman.iwd.Agent.Cancel() methodAndrew Zaborowski2020-11-192-4/+61
|/
* dns: fix _dns_manager_set_ip_config() for missing deviceThomas Haller2020-11-191-1/+1
* release: bump version to 1.29.2 (development)1.29.2-devBeniamino Galvani2020-11-182-2/+2
* libnm/tests: add unit test for more consistency check of NMObject type inform...Thomas Haller2020-11-181-14/+77
* utils: introduce new NML_DBUS_META_INTERFACE_PRIO_INSTANTIATE_20Fernando Fernandez Mancera2020-11-182-1/+3
* libnm/trivial: rename enums NML_DBUS_META_INTERFACE_PRIO_INSTANTIATE_*Fernando Fernandez Mancera2020-11-1838-83/+83
* cli: replace if-else-if construct in nmc_process_connection_properties() by c...Thomas Haller2020-11-181-77/+86
* cli: don't fail `nmcli con modify $PROFILE remove $SETTING` for non-existing ...Thomas Haller2020-11-181-11/+3
* gitlab CI: remove leftover comments referring to libinputPeter Hutterer2020-11-182-8/+6
* man,libnm,cli: merge branch 'th/man-cli-connection-types'Thomas Haller2020-11-177-49/+117
|\
| * man: update supported connection types in `man nmcli`Thomas Haller2020-11-171-5/+45
| * man: sort supported connection types in `man nmcli`Thomas Haller2020-11-171-17/+17
| * cli: assert that valid_parts are set for base typesThomas Haller2020-11-172-3/+25
| * cli: fix shell completion for connection.type to show "ovs-{dpkg,patch}"Thomas Haller2020-11-171-1/+2
| * shared/libnm: move NMSettingPriority helpers to "shared/nm-meta-setting.h"Thomas Haller2020-11-174-29/+34
|/
* ovs: merge branch 'th/ovs-external-ids-2'Thomas Haller2020-11-1712-271/+808
|\
| * core/ovs: for now drop cancellable from ovsdbmethod call againThomas Haller2020-11-171-74/+5
| * core/ovs: support setting OVS external-idsThomas Haller2020-11-178-44/+294
| * core/ovs: log external-ids of Interfaces/Ports/BridgesThomas Haller2020-11-171-12/+54
| * core/ovs: cleanup logging of OvsdbMethodCallThomas Haller2020-11-171-56/+42
| * core/ovs: allow ovsdb calls to be cancelledThomas Haller2020-11-171-6/+74
| * core/ovs: don't fail with "cancelled" reason for disconnected ovsdbThomas Haller2020-11-171-1/+4
| * core/ovs: track pending calls in a CList instead of GArrayThomas Haller2020-11-171-56/+59
| * core/ovs: move definitions of structs in "nm-ovsdb.c"Thomas Haller2020-11-171-43/+43
| * examples: extend "ovs-external-ids.py" to support `nmcli device modify`Thomas Haller2020-11-171-67/+305