summaryrefslogtreecommitdiff
path: root/src/devices
AgeCommit message (Expand)AuthorFilesLines
2018-12-04core: avoid calling platform code with invalid ifindex (2)Thomas Haller1-0/+2
2018-12-03core: avoid calling platform code with invalid ifindexThomas Haller3-3/+4
2018-12-03device/shared: set ANDROID_METERED option 43 for shared connectionsThomas Haller1-2/+33
2018-12-01all: make use of NM_MAKE_STRV() macroThomas Haller2-4/+6
2018-12-01core: add checks on connection default propertiesBeniamino Galvani2-25/+43
2018-12-01device: fix wrong connection default propertyBeniamino Galvani1-1/+1
2018-11-29all: say Wi-Fi instead of "wifi" or "WiFi"Lubomir Rintel6-8/+8
2018-11-29wifi/olpc-mesh: allow autoconnectLubomir Rintel1-1/+18
2018-11-29wifi: do not persist the mac address on AddAndActivateLubomir Rintel1-12/+0
2018-11-29device: avoid taking down link to change MAC addressThomas Haller1-25/+51
2018-11-23team: make teamd log to syslogBeniamino Galvani1-2/+23
2018-11-22lldp: fix parsing of vlan-name attributeBeniamino Galvani2-4/+5
2018-11-15device: ignore "carrier-wait" when device is already activatedThomas Haller1-1/+11
2018-11-13dhcp: add "ipv4.dhcp-client-id=duid" settingThomas Haller1-0/+6
2018-11-13all: add "${MAC}" substituion for "connection.stable-id"Thomas Haller1-0/+8
2018-11-13core: cleanup generating DUID in nm-device.cThomas Haller1-57/+60
2018-11-13core: pass boot-id to nm_utils_stable_id_parse()Thomas Haller1-1/+1
2018-11-13core: refactor loading machine-id and cache itThomas Haller2-11/+4
2018-11-12build: avoid header conflict for <linux/if.h> and <net/if.h> with "nm-platfor...Thomas Haller4-0/+4
2018-11-06ofono: fix crash when disconnectingBeniamino Galvani1-1/+1
2018-11-06modem: fix crash when disconnectingBeniamino Galvani1-1/+1
2018-11-01device: add "dhcp-plugin" match spec for deviceThomas Haller1-0/+1
2018-10-24meson: set RPATH for libnm_device_plugin_wwan.soTaegil Bae1-1/+2
2018-10-24meson: set RPATH for libnm_device_plugin_bluetooth.soTaegil Bae1-1/+2
2018-10-23wifi/iwd: check priv->dbus_obj in is_availableAndrew Zaborowski1-1/+2
2018-10-23wifi/iwd: add a sanity check for duplicate Networks on DBusAndrew Zaborowski1-3/+12
2018-10-23wifi/iwd: start a scan immediately after device appearsAndrew Zaborowski1-18/+30
2018-10-23wifi/iwd: handle forgetting connection profilesAndrew Zaborowski1-13/+77
2018-10-23wifi/iwd: print warning if known network exists in interface-addedAndrew Zaborowski1-2/+5
2018-10-23wifi/iwd: return existing connection from mirror_8021x_connectionAndrew Zaborowski1-7/+25
2018-10-23wifi/iwd: use nm_act_request_get_secrets if no PSK for AP foundAndrew Zaborowski1-22/+93
2018-10-23wifi/iwd: skip creating a GVariant for DBus calls with no paramsAndrew Zaborowski1-10/+8
2018-10-23wifi/iwd: use g_variant_lookup in property change handlersAndrew Zaborowski1-41/+12
2018-10-23core: don't cast return value of nm_device_get_applied_setting()Thomas Haller14-66/+89
2018-10-23device: return void pointer from nm_device_get_applied_setting()Thomas Haller2-2/+4
2018-10-17device: add and use overrule-unmanaged flag for nm_device_check_connection_av...Thomas Haller2-8/+15
2018-10-17device: cleanup checking device avilability for ignoring carrierThomas Haller1-7/+17
2018-10-17core/trivial: add code comment for NMDeviceCheckDevAvailableFlags and NMDevic...Thomas Haller1-0/+17
2018-10-17modem: cleanup nm_modem_deactivate_async()Thomas Haller4-96/+69
2018-10-17ppp: make ppp-manager cancellable via GCancellableThomas Haller4-40/+8
2018-10-17modem: don't use GAsyncResult pattern for disconnecting modemThomas Haller9-208/+188
2018-10-17bluez: make connect operation (partially) cancellable and drop GAsyncResult p...Thomas Haller5-115/+155
2018-10-15dhcp: don't start grace period if the client is not runningBeniamino Galvani1-33/+31
2018-10-15dhcp: introduce terminated dhcp-stateBeniamino Galvani1-1/+3
2018-10-15dhcp: reset @was_active on cleanupBeniamino Galvani1-0/+2
2018-10-15dhcp: log whether the client was activeBeniamino Galvani1-4/+6
2018-10-15dhcp6: fix handling of failure eventsBeniamino Galvani1-7/+8
2018-10-13ndisc: ensure we skip unspecified IPv6 address in ndisc_set_router_config()Thomas Haller1-1/+2
2018-10-12devices/olpc: don't assert we're waiting for companion on device_added_cb()Lubomir Rintel1-1/+1
2018-10-12wwan: don't assume DNS info is always available for IPv6Thomas Haller1-1/+1