summaryrefslogtreecommitdiff
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
...
* docs: misc. typos pt2luz.paz2018-09-171-1/+1
* docs: misc. typosluz.paz2018-09-157-24/+24
* libnm: drop API nm_connection_get_setting_{6lowpan,sriov,wpan}()Thomas Haller2018-09-142-9/+9
* wifi: fix leaking fake AP in NMDeviceWifi's act_stage1_prepare()Thomas Haller2018-09-131-0/+1
* dhcp: return error reason from DHCP client startThomas Haller2018-09-121-14/+26
* wifi/iwd: handle new GetOrderedNetworks() return typeAndrew Zaborowski2018-09-111-54/+94
* device: mark wireguard devices as unmanagedThomas Haller2018-09-101-1/+5
* device: rename NM_UNMANAGED_LOOPBACK to NM_UNMANAGED_BY_TYPEThomas Haller2018-09-102-6/+6
* device: detect loopback device explicitlyThomas Haller2018-09-101-2/+11
* device: make device incompatible with profiles by defaultThomas Haller2018-09-101-0/+8
* wifi/iwd: use the new 'Station' DBus interfaceAndrew Zaborowski2018-09-081-30/+96
* wifi/iwd: add new DBus interface name definesAndrew Zaborowski2018-09-071-0/+3
* wifi/iwd: use NM_IN_STRSET for stringsAndrew Zaborowski2018-09-071-1/+1
* wifi/iwd: fix leaking agent DBus objectsAndrew Zaborowski2018-09-071-22/+31
* core: fix wireless bitrate property name on D-BusBeniamino Galvani2018-09-071-1/+1
* device: allow the reapply of mdns and llmnr propertiesbg/llmnrBeniamino Galvani2018-09-061-1/+3
* core: add support for connection.llmnrBeniamino Galvani2018-09-061-0/+26
* core: add nm_config_data_get_connection_default_int64()Beniamino Galvani2018-09-063-177/+141
* device: clear queued IP config sources when the device is unrealizedBeniamino Galvani2018-09-051-0/+3
* wifi/iwd: fix tracking of IWD-side known networksThomas Haller2018-09-051-55/+66
* wifi/iwd: various minor cleanups in nm-iwd-manager.cThomas Haller2018-09-052-18/+17
* wifi/iwd: use NMHashState (siphash24) for hashingThomas Haller2018-09-051-1/+6
* wifi/iwd: in manager's interface_added() ensure known-network ID is not wrong...Thomas Haller2018-09-051-1/+1
* wifi/iwd: Create connections for IWD-side known networksAndrew Zaborowski2018-09-051-1/+126
* wifi: Move get_connection_iwd_security to nm-wifi-utils.cAndrew Zaborowski2018-09-054-36/+59
* wifi/iwd: Track known networks using interface-added/-removed signalsAndrew Zaborowski2018-09-052-23/+96
* wifi/iwd: Convert manager.known_networks to a GHashTableAndrew Zaborowski2018-09-051-19/+39
* wifi/iwd: Drop nm_iwd_manager_network_connectedAndrew Zaborowski2018-09-053-21/+0
* wifi/iwd: Drop usage of the KnownNetworks IWD APIAndrew Zaborowski2018-09-051-88/+0
* wifi/iwd: Check g_dbus_proxy_get_cached_property return valuesAndrew Zaborowski2018-09-052-37/+69
* all: use nm_utils_gbytes_equal_mem()Thomas Haller2018-08-301-11/+1
* settings: use delegation instead of inheritance for NMSettingsConnection and ...Thomas Haller2018-08-2810-126/+152
* device: don't limit try count in nm_device_ethernet_utils_get_default_wired_n...Thomas Haller2018-08-281-2/+1
* device: refactor setting parent in device's update_connection()Thomas Haller2018-08-287-104/+63
* build: always define NM_MORE_LOGGING define and don't check with #ifdefThomas Haller2018-08-272-2/+2
* wifi: refactor nm_wifi_ap_set_ssid() to accept GBytesThomas Haller2018-08-224-34/+72
* wifi: don't use GBytesArray for NMWifiAP's ssidThomas Haller2018-08-227-140/+104
* wifi: don't ignore trailing NUL byte when comparing SSIDThomas Haller2018-08-221-1/+1
* wifi: use GBytes for ssids scan listThomas Haller2018-08-221-27/+17
* device: avoid intermediary GByteArray when creating DUID GBytesThomas Haller2018-08-221-13/+13
* wifi/olpc: fix setting SSID for OLPC mesh in complete_connection()Thomas Haller2018-08-221-5/+4
* platform: if AF_INET6 is not available, don't warnLubomir Rintel2018-08-201-1/+2
* device: cope with devices' failure to provide reason for incompatibilityLubomir Rintel2018-08-141-0/+1
* wifi: provide reasons for connection incompatibilityLubomir Rintel2018-08-141-7/+28
* iwd: improve error messagesLubomir Rintel2018-08-141-3/+3
* device: support match.interface-nameBeniamino Galvani2018-08-111-4/+15
* device: implement setting ethtool offload featuresThomas Haller2018-08-101-0/+87
* all/style: write elvis operator ?: without spaceThomas Haller2018-08-091-1/+1
* core: handle route metric when reapplying dynamic IP methodsBeniamino Galvani2018-08-081-6/+59
* core: introduce NMDeviceWireGuardJavier Arteaga2018-08-064-1/+257