summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-6lowpan.c
Commit message (Expand)AuthorAgeFilesLines
* utils: add ifname argument to nm_utils_complete_generic()Lubomir Rintel2019-05-281-0/+1
* platform: merge NMPlatformError with nm-errorThomas Haller2018-12-271-4/+4
* libnm: drop API nm_connection_get_setting_{6lowpan,sriov,wpan}()Thomas Haller2018-09-141-5/+5
* device: refactor setting parent in device's update_connection()Thomas Haller2018-08-281-21/+5
* core: give better error reason why device is incompatible with profileThomas Haller2018-07-241-17/+3
* device: replace NM_DEVICE_CLASS_DECLARE_TYPES() macro by explicit initializationThomas Haller2018-07-241-2/+3
* device: use NM_DEVICE_CLASS_DECLARE_TYPES() to set connection_type_supported ...Thomas Haller2018-07-241-2/+1
* device: wrap NM_DEVICE_CLASS_DECLARE_TYPES() macro with do-while blockThomas Haller2018-07-241-1/+1
* device/trivial: rename NMDeviceClass.connection_type to connection_type_suppo...Thomas Haller2018-07-241-1/+1
* core/trival: rename nm_device_match_hwaddr() function to nm_device_match_pare...Thomas Haller2018-07-241-1/+1
* devices: add NMDevice6LowpanLubomir Rintel2018-06-261-0/+375