summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-28core: fix l3cd comparisonbg/fix-l3cd-cmpBeniamino Galvani1-26/+28
2023-03-27core: do not check 'match' settings when comparing connectionsAlfonso Sánchez-Beato1-0/+4
2023-03-27doc: replace all (allow-none) annotations by (optional) and/or (nullable)Corentin Noël70-296/+302
2023-03-27libnm/docs: merge branch 'th/libnm-doc-deprecated'Thomas Haller20-749/+664
2023-03-27libnm: fix documentation for "wireless.security" propertyThomas Haller1-11/+3
2023-03-27cli: drop showing "connection.read-only" propertyThomas Haller5-689/+542
2023-03-27libnm: normalize "connection.read-only" to FALSEThomas Haller2-0/+27
2023-03-27libnm: make "connection.read-only" as deprecatedThomas Haller5-7/+13
2023-03-27libnm: better explain wifi.seen-bssids propertyThomas Haller3-3/+8
2023-03-27cli: drop unused readonly properties "wifi.{rate,tx-power}"Thomas Haller3-20/+4
2023-03-27libnm: normalize "wifi.{rate,tx-power}" properties to zeroThomas Haller3-1/+37
2023-03-27libnm: mark unused properties "wifi.{rate,tx-power}" as deprecatedThomas Haller5-17/+29
2023-03-27libnm: adjust comment after "Since" annotation for NMCheckpointCreateFlagsThomas Haller1-1/+1
2023-03-27libnm: adjust "Since" annotation for @NM_DEVICE_MODEM_CAPABILITY_5GNRThomas Haller1-1/+1
2023-03-27libnm: fix deprecated annotationsThomas Haller6-6/+6
2023-03-27core: merge branch 'th/mtu-during-assume'Thomas Haller1-4/+3
2023-03-27device: also configure MTU while assuming devicesThomas Haller1-4/+2
2023-03-27device: schedule an idle commit when setting device's sys-iface-stateThomas Haller1-0/+1
2023-03-23libnm/connection: Fix nested hashtable documentationCorentin Noël1-25/+1
2023-03-23core: merge branch 'th/dbus-request-name-later'Thomas Haller3-39/+62
2023-03-23core/dbus: "RequestName" of NetworkManager D-Bus API later to fix raceThomas Haller2-3/+8
2023-03-23core/dbus: split RequestName D-Bus call out of initialization for NMDBusManagerThomas Haller3-42/+60
2023-03-23po/uk: update Ukrainian translationYuri Chornoivan1-1322/+1421
2023-03-23libnm: fix minor typos in documentationYuri Chornoivan4-8/+8
2023-03-23merge: branch 'lr/cloud-setup-test'Lubomir Rintel7-228/+541
2023-03-22release: bump version to 1.43.4 (development)1.43.4-devThomas Haller2-2/+2
2023-03-22core: don't configure IP routes unless there are also IP addressesThomas Haller1-1/+25
2023-03-22wifi: fix aggressively roaming (background Wi-Fi scanning) based on seen-bssidsThomas Haller6-11/+34
2023-03-21cloud-setup: actually pass the HTTP method in nm_http_client_poll_req()lr/cloud-setup-testLubomir Rintel1-1/+2
2023-03-21tests/client: test nm-cloud-setupLubomir Rintel4-2/+188
2023-03-21tests/client: split out nmcli specific bits into a separate cassLubomir Rintel3-217/+224
2023-03-21tools/test-cloud-meta-mock: add a mock metadata server for cloud-setupLubomir Rintel2-0/+91
2023-03-21test/nm-service: short circuit activation if AC activation delay is zeroLubomir Rintel1-3/+11
2023-03-21test/nm-service: make activation delay actually usefulLubomir Rintel1-4/+5
2023-03-21test/nm-service: implement applied connection handlingLubomir Rintel1-0/+19
2023-03-21test/nm-service: deconstruct string properties in connections tooLubomir Rintel1-1/+1
2023-03-21glib-aux/prioq: remove unused includesThomas Haller1-3/+0
2023-03-21platform,core: merge branch 'th/platform-rt-prefsrc'Thomas Haller21-630/+1474
2023-03-21platform: rework handling of failed routes during nm_platform_ip_route_sync()Thomas Haller5-315/+305
2023-03-21l3cfg: don't return success/failure from _l3_commit_one()Thomas Haller1-11/+7
2023-03-21platform: log extack_msg for failures in nm_platform_ip_route_sync()Thomas Haller1-5/+8
2023-03-21platform: cleanup error handling in nm_platform_ip_route_sync()Thomas Haller1-63/+57
2023-03-21core: skip watching prefsrc addresses if the address is readyThomas Haller1-2/+47
2023-03-21core: watch IP addresses appearing/disappearing and recommit pref_src routesThomas Haller1-0/+110
2023-03-21core: remove unused tag-less API from nm_netns_watcher*()Thomas Haller2-108/+49
2023-03-21core: add "watch" infrastructure to NMNetnsThomas Haller2-3/+691
2023-03-21platform: move NMPlatformSignalChangeType to "nmp-base.h" headerThomas Haller2-7/+9
2023-03-21platform,l3cfg: remove force-commit flag for addresses/routesThomas Haller8-108/+26
2023-03-21platform: don't add onlink route to gateway in nm_platform_ip_route_sync()Thomas Haller1-75/+1
2023-03-21platform: always reconfigure IP routes even if removed externallyThomas Haller1-10/+26