summaryrefslogtreecommitdiff
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* dhcp: introduce terminated dhcp-stateBeniamino Galvani2018-10-151-1/+3
* dhcp: reset @was_active on cleanupBeniamino Galvani2018-10-151-0/+2
* dhcp: log whether the client was activeBeniamino Galvani2018-10-151-4/+6
* dhcp6: fix handling of failure eventsBeniamino Galvani2018-10-151-7/+8
* ndisc: ensure we skip unspecified IPv6 address in ndisc_set_router_config()Thomas Haller2018-10-131-1/+2
* devices/olpc: don't assert we're waiting for companion on device_added_cb()Lubomir Rintel2018-10-121-1/+1
* wwan: don't assume DNS info is always available for IPv6Thomas Haller2018-10-121-1/+1
* wifi/iwd: use KnownNetwork DBus properties on Network objectsAndrew Zaborowski2018-10-111-14/+35
* wifi/iwd: always update can_connect in state_changedAndrew Zaborowski2018-10-111-5/+7
* wifi/iwd: add Ad-hoc mode supportAndrew Zaborowski2018-10-111-41/+96
* wifi/iwd: add AP mode supportAndrew Zaborowski2018-10-111-194/+511
* wifi/iwd: use nm_utils_error_is_cancelled consistentlyAndrew Zaborowski2018-10-111-4/+5
* wifi/iwd: free variants returned by g_dbus_proxy_call_finishAndrew Zaborowski2018-10-111-16/+25
* wifi: skip nm_platform_wifi_get_capabilities/get_mode for IWD backendAndrew Zaborowski2018-10-113-23/+27
* wifi/iwd: set capabilities property based on IWD supportAndrew Zaborowski2018-10-111-30/+56
* devices/olpc: correct the signal handler argumentsLubomir Rintel2018-10-091-1/+1
* devices/wpan: set channel on activationLubomir Rintel2018-10-071-0/+10
* core/setting-wpan: add page and channel propertiesLubomir Rintel2018-10-071-1/+1
* device: fix a wrong comparisonBeniamino Galvani2018-10-061-1/+1
* acd/tests: skip NAcd tests under valgrindThomas Haller2018-10-041-0/+48
* device: always cancel WPS when secret-request failsThomas Haller2018-10-031-13/+30
* core: fix typo in commentFrédéric Danis2018-10-011-1/+1
* Fix typosRafael Fontenelle2018-09-301-1/+1
* all: drop _nm_utils_bin2hexstr()Thomas Haller2018-09-301-6/+10
* all/trivial: rename hexstr<>bin conversion functionsThomas Haller2018-09-301-6/+6
* device: fix crash in nm_device_generate_connection()Beniamino Galvani2018-09-271-1/+1
* acd: make NMAcdManager no GObjectThomas Haller2018-09-274-197/+138
* device: set token only after router discovery was startedBeniamino Galvani2018-09-271-8/+11
* wifi/iwd: handle IWD Station interface disappearingAndrew Zaborowski2018-09-261-79/+88
* wifi: log warning when active scanning for hidden networksThomas Haller2018-09-261-2/+13
* device: don't remove routes when the interface is downbg/preserve-routes-down-rh1626004Beniamino Galvani2018-09-261-9/+12
* ip-config: add @intersect_routes argument to intersect functionsBeniamino Galvani2018-09-261-9/+14
* device: fix updating device information after link changeBeniamino Galvani2018-09-261-1/+18
* device: expose connectivity check result on a deviceLubomir Rintel2018-09-242-18/+19
* connectivity: allow limiting the connectivity check to a specified AFLubomir Rintel2018-09-242-93/+135
* connectivity: use systemd-resolved for resolving the check endpointLubomir Rintel2018-09-241-0/+1
* core: fix route metric set to -1 on DHCP renewalFrederic Danis2018-09-211-4/+8
* acd: fix crash in acd-event loopThomas Haller2018-09-201-6/+16
* core: improve logging why startup-complete is blockedThomas Haller2018-09-192-6/+13
* devices/acd-manager: avoid uninitialzied variable useLubomir Rintel2018-09-191-2/+1
* wifi/iwd: don't change state in secrets callbackAndrew Zaborowski2018-09-191-6/+1
* wifi/iwd: actually wait for Connect() call returnAndrew Zaborowski2018-09-191-41/+47
* wifi/iwd: don't save secrets in mirror NM connectionsAndrew Zaborowski2018-09-191-1/+10
* wifi/iwd: access Network objects through ObjectManagerAndrew Zaborowski2018-09-193-29/+31
* devices: make sure the generated connections are normalizedLubomir Rintel2018-09-182-19/+24
* device: don't leave dhclient running upon device removalLubomir Rintel2018-09-181-5/+9
* dhcp: save root-path in the state fileLubomir Rintel2018-09-181-0/+5
* acd: adapt NM code and build optionsBeniamino Galvani2018-09-182-104/+128
* connectivity: fix crash when removing easy-handle from curl callbackThomas Haller2018-09-171-8/+6
* shared: let nm_utils_parse_inaddr_bin() return the detected address familyThomas Haller2018-09-172-8/+8