summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * core: use NMDBusTrackObjPath for NM_DEVICE_ACTIVE_CONNECTION pathThomas Haller2018-04-131-61/+44
| * core: use NMDBusTrackObjPath for NM_DEVICE_PARENT pathThomas Haller2018-04-131-19/+18
| * core: use NMDBusTrackObjPath for NM_ACTIVE_CONNECTION_CONNECTION pathThomas Haller2018-04-131-39/+47
| * core: add NMDBusTrackObjPath helperThomas Haller2018-04-132-0/+129
| * settings: track connections via CListThomas Haller2018-04-134-131/+118
| * core: don't unexport active-connection when settings connection disappearsThomas Haller2018-04-131-14/+6
| * core: convert NMDBusObject's "path" property to signal "exported-changed"Thomas Haller2018-04-135-38/+77
| * settings: don't let connection keep NMSettings aliveThomas Haller2018-04-131-2/+0
| * settings: reorder D-Bus events when removing settings-connectionThomas Haller2018-04-131-23/+18
| * core: avoid unnecessary action in NMPolicy's _deactivate_if_active()Thomas Haller2018-04-131-2/+1
| * core: drop unused NMConnectionProvider typedefThomas Haller2018-04-133-5/+4
| * core: minor cleanup of nm_utils_g_value_set_strv()Thomas Haller2018-04-131-3/+6
| * core: use nm_dbus_utils_g_value_set_object_path_from_hash()Thomas Haller2018-04-132-17/+6
| * libnm: optimize nm_simple_connection_new_clone() to not needlessly set the pathThomas Haller2018-04-131-1/+6
| * settings: no longer call nm_connection_set_path() in serverThomas Haller2018-04-131-5/+2
| * core: explicitly pass D-Bus path to nm_utils_log_connection_diff()Thomas Haller2018-04-135-17/+30
| * core: use nm_dbus_object_get_path() instead of nm_connection_get_path()Thomas Haller2018-04-137-23/+21
| * core: simplify NMActiveConnection.get_property to not create temporary GPtrAr...Thomas Haller2018-04-131-5/+4
| * settings: clear connection path when unexporting from D-BusThomas Haller2018-04-132-4/+3
| * settings/trivial: add code commentsThomas Haller2018-04-131-2/+7
| * settings: use cleanup attribute to keep connection alive during connection_re...Thomas Haller2018-04-131-3/+3
| * settings: fix unrefing setting is there are no plugins loadedThomas Haller2018-04-131-3/+1
| * settings: handle default-wired-connection in connection-removed signalThomas Haller2018-04-131-23/+15
| * shared: add nm_dbus_utils_get_paths_for_clist() utilThomas Haller2018-04-132-0/+47
| * core/trivial: add code comment to NMActiveConnection's get_property()Thomas Haller2018-04-131-0/+10
| * auth-chain: remove unused error argumentThomas Haller2018-04-131-3/+1
|/
* manager: don't coalesce duplicate internal activations with different reasonsThomas Haller2018-04-121-1/+2
* device: merge branch 'pr/92'Thomas Haller2018-04-122-10/+12
|\
| * device: return early from handle_auth_or_fail() on failureThomas Haller2018-04-122-10/+8
| * device: let macsec connection fail on supplicant timeout if no secrets are re...Thomas Haller2018-04-121-1/+3
| * device: let Ethernet connection fail on supplicant timeout if no secrets are ...Michael Schaller2018-04-121-1/+3
|/
* device/trivial: add code comment to nm_device_ipv4_sysctl_get_effective_uint32()Thomas Haller2018-04-121-0/+5
* device: look at 'all' rp_filter value too to determine actual valueBeniamino Galvani2018-04-121-8/+25
* build: meson: merge branch 'bg/meson-tests'Beniamino Galvani2018-04-1221-33/+123
|\
| * build: meson: add prefix to test namesBeniamino Galvani2018-04-1219-20/+20
| * build: meson: enable all tests againBeniamino Galvani2018-04-122-7/+5
| * build: meson: increase timeout for some testsBeniamino Galvani2018-04-121-2/+3
| * build: meson: use run-nm-test.sh to run testsBeniamino Galvani2018-04-1221-24/+115
|/
* connectivity: merge branch 'th/fix-fake-connectivity-state'Thomas Haller2018-04-124-40/+63
|\
| * connectivity: fix the device's fake connectivity stateth/fix-fake-connectivity-stateThomas Haller2018-04-111-0/+9
| * manager: merge set_state() in nm_manager_update_state() functionThomas Haller2018-04-111-26/+18
| * connectivity: also expose fake connectivity states to dispatcherThomas Haller2018-04-111-2/+0
| * connectivity: optmize finding best connectivty state in NMManager::device_con...Thomas Haller2018-04-111-3/+12
| * connectivity: add connectivity-changed signal to NMDeviceThomas Haller2018-04-113-2/+12
| * connectivity: only take reference in concheck_cb() if necessaryThomas Haller2018-04-111-2/+5
| * connectivity: improve logging of completed connectivity check in deviceThomas Haller2018-04-111-5/+7
|/
* dhcp/systemd: ensure aligned memory access in ip6_start() for duidThomas Haller2018-04-111-8/+5
* connectivity: merge branch 'th/connectivity-rework'Thomas Haller2018-04-108-407/+984
|\
| * connectivity: emit properties-changed about connectivity settingsThomas Haller2018-04-101-2/+33
| * connectivity: schedule connectivity timers per-device and probe for short out...Thomas Haller2018-04-106-82/+354