summaryrefslogtreecommitdiff
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* device: Recheck P2P availability after setting a supplicant interfaceBenjamin Berg2019-02-191-0/+4
* device: Destroy P2P device with its parent Wifi deviceBenjamin Berg2019-02-191-0/+6
* device: Ensure P2P device is unavailable without wpa_supplicantBenjamin Berg2019-02-191-0/+4
* ovs: fix dispose()Beniamino Galvani2019-02-171-5/+11
* ovs: don't leak a GCancellable on connection failureBeniamino Galvani2019-02-171-3/+1
* ovs: fix leak of json objectsBeniamino Galvani2019-02-171-4/+5
* ovs: use nm_auto_decref_jsonBeniamino Galvani2019-02-171-29/+20
* wifi/iwd: fix compiler warning about pointer cast in powered_changed()Thomas Haller2019-02-171-1/+1
* device: add mechanism to invoke act_stage2_config() function also for externa...Thomas Haller2019-02-142-2/+10
* device: split activate_stage2_device_config() steps for assumed/external checkThomas Haller2019-02-141-6/+11
* device: abort device activation if tc_commit() fails in stage2Thomas Haller2019-02-141-0/+1
* policy: treat WireGuard devices as VPN for DNSThomas Haller2019-02-141-2/+7
* wifi-p2p: add FIXME comment for handling group_owner in NMDeviceWifiP2PThomas Haller2019-02-131-0/+1
* wifi-p2p: rework setting pending action waiting for supplicantThomas Haller2019-02-131-49/+62
* wifi-p2p: drop constructor property NM_DEVICE_WIFI_P2P_MGMT_IFACEThomas Haller2019-02-133-46/+19
* wifi-p2p: don't use g_signal_connect_object()Thomas Haller2019-02-131-16/+12
* all: replace strerror() calls with nm_strerror_native()Thomas Haller2019-02-122-9/+9
* all: replace g_strerror() calls with nm_strerror_native()Thomas Haller2019-02-123-8/+8
* all: cache errno in local variable before using itThomas Haller2019-02-123-12/+18
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-1237-52/+0
* device: avoid "-Wmissing-braces" warning for initializing "struct in6_addr"Thomas Haller2019-02-081-3/+7
* wifi/iwd: avoid "-Wstrict-aliasing" warning in nm_device_iwd_set_dbus_object()Thomas Haller2019-02-081-1/+1
* device: print warning when rp_filter is set to strict with connectivity checkingThomas Haller2019-02-081-0/+36
* iwd: drop unused variable in disconnect()Thomas Haller2019-02-071-2/+2
* ofono: drop unused variable in disconnect()Thomas Haller2019-02-071-1/+0
* all: don't use "static inline" in source filesThomas Haller2019-02-061-2/+2
* wifi-p2p: strict validate options argument to "StartFind"Thomas Haller2019-02-051-12/+32
* wifi-p2p: fix spelling of "timeout" argument in "StartFind"Thomas Haller2019-02-051-1/+1
* wifi-p2p: fix getting timeout argument from a{sv} variant for "StartFind"Thomas Haller2019-02-051-2/+2
* wwan: avoid deprecated mm_simple_connect_properties_set_number()Thomas Haller2019-02-051-6/+11
* wifi/utils: complete key-mgmt=sae for SAE capable APsLubomir Rintel2019-02-051-0/+6
* wifi/ap: expose SAE capabilityLubomir Rintel2019-02-051-1/+4
* wifi,clients/secret-agent: use defines for property names in secret hintsThomas Haller2019-02-051-1/+1
* core: pass hints as strv to nm_act_request_get_secrets()Thomas Haller2019-02-052-6/+8
* all: avoid bogus compiler warning about uninitialized variableThomas Haller2019-02-041-1/+2
* wifi-p2p: rename Wi-Fi P2PThomas Haller2019-02-016-195/+197
* wifi-p2p: rename files for consistent Wi-Fi P2P namingThomas Haller2019-02-015-5/+5
* core/device-p2p-wifi: drop unused codeThomas Haller2019-02-012-38/+0
* core/device-p2p-wifi/trival: move codeThomas Haller2019-02-011-76/+76
* core/p2p-wifi: various minor cleanupsThomas Haller2019-02-014-15/+13
* all/trivial: whitespaceThomas Haller2019-02-011-1/+1
* wifi-p2p: don't assert for pending action 'waiting-for-supplicant' in nm_devi...Thomas Haller2019-01-281-2/+3
* core/devices: Add DBus methods to start/stop a P2P findBenjamin Berg2019-01-271-0/+79
* core/devices: Automatically create P2P device for wifi devicesBenjamin Berg2019-01-273-1/+109
* core/devices: Add P2P Wifi device and peer trackingBenjamin Berg2019-01-276-3/+2271
* all: fix misspellingsRafael Fontenelle2019-01-242-4/+4
* all/trivial: rename NM_UTILS_LOOKUP_STR() to have "_A" suffixThomas Haller2019-01-152-14/+13
* device: when assuming a bridge ignore stp options if stp is disabledfg/assume_bridge-rh1593939Francesco Giudici2019-01-101-10/+24
* device: use bool instead of gboolean in the bridge options structFrancesco Giudici2019-01-101-2/+2
* device: always enforce bridge properties limitsFrancesco Giudici2019-01-101-21/+60