summaryrefslogtreecommitdiff
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* device: vlan: restart ARP announcement after we change MACBeniamino Galvani2018-05-293-4/+6
* core: vlan: avoid unneeded castsBeniamino Galvani2018-05-291-5/+5
* n-acd: slightly improve loggingBeniamino Galvani2018-05-291-1/+5
* all: add stable-id specifier "${DEVICE}"Thomas Haller2018-05-281-1/+2
* device: hash a per-host key for ipv4.dhcp-client-id=stableThomas Haller2018-05-281-1/+6
* ppp-manager: rework stopping NMPPPManager by merging async/sync methodsThomas Haller2018-05-254-20/+47
* devices/wwan: Stop PPP manager in deactivate_cleanup()Frederic Danis2018-05-181-0/+1
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-109-20/+20
* device: start IP configuration when master carrier goes upBeniamino Galvani2018-05-091-6/+6
* meson: distinguish arch specific and arch neutral lib dirLubomir Rintel2018-05-096-7/+7
* core: rework nm_device_steal_connection()Thomas Haller2018-04-302-14/+28
* all: remove consecutive empty linesBeniamino Galvani2018-04-3017-24/+0
* device/connectivity: refactor concheck_periodic_schedule_do()Thomas Haller2018-04-271-22/+32
* device: force a connectivity check when reaching device-state "activated"Thomas Haller2018-04-271-13/+29
* iwd: fix crash updating scan list when comparing new APsThomas Haller2018-04-241-5/+5
* iwd: fix assertion failure when requesting scanAndreas Henriksson2018-04-241-0/+1
* device: fix nm_device_get_type_description() for veth devicesThomas Haller2018-04-242-2/+17
* acd-manager: drop an unused variableLubomir Rintel2018-04-231-1/+0
* device/connectivity: fix periodic checks that take a long time to completeThomas Haller2018-04-201-9/+41
* device/connectivity: fix periodic connectivity checks to always reschedule th...Thomas Haller2018-04-201-6/+18
* device/connectivity: fix handling of completed periodic checks in concheck_cb()Thomas Haller2018-04-201-6/+38
* device/connectivity: fix timeout handling when resetting the periodic intervalThomas Haller2018-04-201-9/+20
* device/connectivity: improve logging about cancelled connectivity checkThomas Haller2018-04-201-2/+2
* all: add support for thunderbolt networkingChristian Kellner2018-04-191-0/+23
* core: rename 'arping' to 'acd'Beniamino Galvani2018-04-186-165/+165
* arping: print IP address conflictsBeniamino Galvani2018-04-181-0/+14
* arping: slightly simplify loggingBeniamino Galvani2018-04-184-14/+6
* arping: use n-acdBeniamino Galvani2018-04-184-182/+214
* shared: drop duplicate c-list.h headerBeniamino Galvani2018-04-182-2/+2
* all: replace "it's" with "its" where neededBeniamino Galvani2018-04-182-4/+4
* core/trivial: rename "NMSettingsConnectionFlags" to "NMSettingsConnectionIntF...Thomas Haller2018-04-162-3/+3
* 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: convert NMDBusObject's "path" property to signal "exported-changed"Thomas Haller2018-04-131-6/+5
* core: drop unused NMConnectionProvider typedefThomas Haller2018-04-131-3/+3
* core: use nm_dbus_utils_g_value_set_object_path_from_hash()Thomas Haller2018-04-131-9/+3
* core: use nm_dbus_object_get_path() instead of nm_connection_get_path()Thomas Haller2018-04-131-1/+1
* 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: add prefix to test namesBeniamino Galvani2018-04-122-2/+2
* build: meson: use run-nm-test.sh to run testsBeniamino Galvani2018-04-122-2/+10
* connectivity: fix the device's fake connectivity stateth/fix-fake-connectivity-stateThomas Haller2018-04-111-0/+9
* connectivity: add connectivity-changed signal to NMDeviceThomas Haller2018-04-112-0/+11
* 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
* connectivity: schedule connectivity timers per-device and probe for short out...Thomas Haller2018-04-102-51/+295
* connectivity: rework async connectivity check requestsThomas Haller2018-04-102-128/+226