summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nmcli: increase strength of generated hotspot passwordsbg/hotspot-fixesBeniamino Galvani2023-03-281-6/+6
* nmcli: don't set a fixed channel for wifi hotspotsBeniamino Galvani2023-03-281-7/+4
* nmcli: fix generating hotspot passwordBeniamino Galvani2023-03-281-1/+1
* wifi: skip no-ir channels when determining AP channelBeniamino Galvani2023-03-2810-15/+23
* platform: store attributes of wifi channelsBeniamino Galvani2023-03-281-14/+27
* core: fix l3cd comparisonbg/fix-l3cd-cmpBeniamino Galvani2023-03-281-26/+28
* core: do not check 'match' settings when comparing connectionsAlfonso Sánchez-Beato2023-03-271-0/+4
* doc: replace all (allow-none) annotations by (optional) and/or (nullable)Corentin Noël2023-03-2770-296/+302
* libnm/docs: merge branch 'th/libnm-doc-deprecated'Thomas Haller2023-03-2720-749/+664
|\
| * libnm: fix documentation for "wireless.security" propertyThomas Haller2023-03-271-11/+3
| * cli: drop showing "connection.read-only" propertyThomas Haller2023-03-275-689/+542
| * libnm: normalize "connection.read-only" to FALSEThomas Haller2023-03-272-0/+27
| * libnm: make "connection.read-only" as deprecatedThomas Haller2023-03-275-7/+13
| * libnm: better explain wifi.seen-bssids propertyThomas Haller2023-03-273-3/+8
| * cli: drop unused readonly properties "wifi.{rate,tx-power}"Thomas Haller2023-03-273-20/+4
| * libnm: normalize "wifi.{rate,tx-power}" properties to zeroThomas Haller2023-03-273-1/+37
| * libnm: mark unused properties "wifi.{rate,tx-power}" as deprecatedThomas Haller2023-03-275-17/+29
| * libnm: adjust comment after "Since" annotation for NMCheckpointCreateFlagsThomas Haller2023-03-271-1/+1
| * libnm: adjust "Since" annotation for @NM_DEVICE_MODEM_CAPABILITY_5GNRThomas Haller2023-03-271-1/+1
| * libnm: fix deprecated annotationsThomas Haller2023-03-276-6/+6
|/
* core: merge branch 'th/mtu-during-assume'Thomas Haller2023-03-271-4/+3
|\
| * device: also configure MTU while assuming devicesThomas Haller2023-03-271-4/+2
| * device: schedule an idle commit when setting device's sys-iface-stateThomas Haller2023-03-271-0/+1
|/
* libnm/connection: Fix nested hashtable documentationCorentin Noël2023-03-231-25/+1
* core: merge branch 'th/dbus-request-name-later'Thomas Haller2023-03-233-39/+62
|\
| * core/dbus: "RequestName" of NetworkManager D-Bus API later to fix raceThomas Haller2023-03-232-3/+8
| * core/dbus: split RequestName D-Bus call out of initialization for NMDBusManagerThomas Haller2023-03-233-42/+60
|/
* po/uk: update Ukrainian translationYuri Chornoivan2023-03-231-1322/+1421
* libnm: fix minor typos in documentationYuri Chornoivan2023-03-234-8/+8
* merge: branch 'lr/cloud-setup-test'Lubomir Rintel2023-03-237-228/+541
|\
| * cloud-setup: actually pass the HTTP method in nm_http_client_poll_req()lr/cloud-setup-testLubomir Rintel2023-03-211-1/+2
| * tests/client: test nm-cloud-setupLubomir Rintel2023-03-214-2/+188
| * tests/client: split out nmcli specific bits into a separate cassLubomir Rintel2023-03-213-217/+224
| * tools/test-cloud-meta-mock: add a mock metadata server for cloud-setupLubomir Rintel2023-03-212-0/+91
| * test/nm-service: short circuit activation if AC activation delay is zeroLubomir Rintel2023-03-211-3/+11
| * test/nm-service: make activation delay actually usefulLubomir Rintel2023-03-211-4/+5
| * test/nm-service: implement applied connection handlingLubomir Rintel2023-03-211-0/+19
| * test/nm-service: deconstruct string properties in connections tooLubomir Rintel2023-03-211-1/+1
* | release: bump version to 1.43.4 (development)1.43.4-devThomas Haller2023-03-222-2/+2
* | core: don't configure IP routes unless there are also IP addressesThomas Haller2023-03-221-1/+25
* | wifi: fix aggressively roaming (background Wi-Fi scanning) based on seen-bssidsThomas Haller2023-03-226-11/+34
|/
* glib-aux/prioq: remove unused includesThomas Haller2023-03-211-3/+0
* platform,core: merge branch 'th/platform-rt-prefsrc'Thomas Haller2023-03-2121-630/+1474
|\
| * platform: rework handling of failed routes during nm_platform_ip_route_sync()Thomas Haller2023-03-215-315/+305
| * l3cfg: don't return success/failure from _l3_commit_one()Thomas Haller2023-03-211-11/+7
| * platform: log extack_msg for failures in nm_platform_ip_route_sync()Thomas Haller2023-03-211-5/+8
| * platform: cleanup error handling in nm_platform_ip_route_sync()Thomas Haller2023-03-211-63/+57
| * core: skip watching prefsrc addresses if the address is readyThomas Haller2023-03-211-2/+47
| * core: watch IP addresses appearing/disappearing and recommit pref_src routesThomas Haller2023-03-211-0/+110
| * core: remove unused tag-less API from nm_netns_watcher*()Thomas Haller2023-03-212-108/+49