summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* iwd: Update KnownNetwork.AutoConnect on NM connection changesth/pr/670Andrew Zaborowski2020-11-121-12/+74
* iwd: Roughly respect the NMDevice::autoconnect propertyAndrew Zaborowski2020-11-121-29/+78
* iwd: Add the wifi.iwd.autoconnect settingAndrew Zaborowski2020-11-123-56/+608
* iwd: Order objects from g_dbus_object_manager_get_objectsAndrew Zaborowski2020-11-122-2/+80
* iwd: Create mirror connections for non-802.1X IWD known networksAndrew Zaborowski2020-11-123-94/+269
* iwd: Stop using _nm_utils_ssid_to_utf8()Andrew Zaborowski2020-11-124-111/+132
* iwd: Validate UTF-8 SSID early in check_connection_compatible/complete_connec...Andrew Zaborowski2020-11-121-30/+46
* iwd: Never lock to BSSID in complete_connectionAndrew Zaborowski2020-11-121-4/+1
* iwd: Move scheduling periodic scan out of set_current_ap()Andrew Zaborowski2020-11-121-4/+7
* iwd: Rename can_connect and iwd_connectionAndrew Zaborowski2020-11-121-15/+15
* iwd: Allow scanning in NM_DEVICE_STATE_NEED_AUTHAndrew Zaborowski2020-11-121-1/+1
* iwd: Handle the net.connman.iwd.Agent.Cancel() methodAndrew Zaborowski2020-11-122-4/+63
* iwd: Fix a use after freeAndrew Zaborowski2020-11-121-2/+3
* core/trivial: fix clang-format code formattingThomas Haller2020-11-121-2/+2
* manager: Keep volatile/external connections while referenced by async_op_lstAndrew Zaborowski2020-11-121-2/+34
* po: update Ukrainian (uk) translationYuri Chornoivan2020-11-111-260/+285
* gitlab-ci: automatically run prep-container to fix hanging testsThomas Haller2020-11-112-23/+23
* gitlab-ci: add "needs" for pages testThomas Haller2020-11-112-0/+4
* device: fix _Generic() types for _NM_DEVICE_CAST() macro (2)Thomas Haller2020-11-101-1/+4
* build: fix handling NMTST_SKIP_PYTHON_BLACK for skipping `make check-python-b...Thomas Haller2020-11-101-1/+1
* device: fix _Generic() types for _NM_DEVICE_CAST() macroThomas Haller2020-11-101-4/+6
* gitlab-ci: fix building artifacts (pages) during gitlab-ci testThomas Haller2020-11-103-1/+9
* gitlab-ci: skip python black check during `make check` for buildsThomas Haller2020-11-101-0/+6
* contrib/checkpatch: fix shallow repository for checkpatch scriptThomas Haller2020-11-101-0/+2
* contrib/checkpatch: use random name for git remote and clean up afterwardsThomas Haller2020-11-101-5/+14
* gitlab-ci: bump default-tagThomas Haller2020-11-102-5/+5
* gitlab-ci: merge "check-ci-script" test with static checksThomas Haller2020-11-103-47/+37
* gitlab-ci: cleanup ".gitlab-ci/{build,fedora-install,debian-install}.sh"Thomas Haller2020-11-103-45/+104
* contrib: install "udev" package with "debian/REQUIRED_PACKAGES"Thomas Haller2020-11-101-0/+2
* contrib: install "python{3,}-setuptools" package with "debian/REQUIRED_PACKAGES"Thomas Haller2020-11-101-0/+2
* ovs: merge branch 'th/ovs-external-ids' (first part of feature)Thomas Haller2020-11-1058-631/+2182
|\
| * core/ovs: refactor duplicate code in ovsdb_next_command()th/ovs-external-idsThomas Haller2020-11-091-52/+39
| * core/ovs: split payload out of OvsdbMethodCall structThomas Haller2020-11-091-98/+125
| * core/ovs: rename logging output for _LOGT_call()Thomas Haller2020-11-091-3/+3
| * core/ovs: name union fields in OvsdbMethodCallThomas Haller2020-11-091-33/+41
| * core/ovs: cleanup debug logging for OVS commandThomas Haller2020-11-091-15/+9
| * core/ovs: track external-ids for cached ovsdb objectsThomas Haller2020-11-092-45/+119
| * core/ovs: cleanup logic in update handling of ovsdb_got_update()Thomas Haller2020-11-091-152/+269
| * core/ovs: change function signature of _free_{bridge,port,interface}Thomas Haller2020-11-091-14/+11
| * core/ovs: use helper functions to emit NM_OVSDB_* signalsThomas Haller2020-11-092-47/+44
| * core/ovs: move code in "nm-ovsdb.c" around to have simple helpers at the topThomas Haller2020-11-091-59/+67
| * core/ovs: track key for OpenvswitchInterface in same structThomas Haller2020-11-091-6/+9
| * core/ovs: track key for OpenvswitchPort in same structThomas Haller2020-11-091-6/+9
| * core/ovs: track key for OpenvswitchBridge in same structThomas Haller2020-11-091-13/+14
| * core/ovs: minor cleanup of logic in _add_interface()Thomas Haller2020-11-091-6/+8
| * core/ovs: avoid possible crash in _add_interface()Thomas Haller2020-11-091-2/+2
| * core/ovs: use streq() instead of strcmp()Thomas Haller2020-11-091-21/+19
| * core/ovs: cleanup uses of g_slice_*() in "nm-ovsdb.c"Thomas Haller2020-11-091-20/+27
| * core/ovs: fix using unsigned "mtu" value to json_pack()Thomas Haller2020-11-091-2/+2
| * core/ovs: cleanup handling of call id for OVS commandsThomas Haller2020-11-091-18/+38