summaryrefslogtreecommitdiff
path: root/src/devices/nm-device.h
Commit message (Expand)AuthorAgeFilesLines
* manager: fix wrongly removing DNS configuration on shutdownThomas Haller2016-04-201-1/+1
* infiniband: remove the partitions on unrealizingLubomir Rintel2016-04-201-0/+8
* device/trivial: fix indention with tabs vs. spaces and align "nm-device.h"Thomas Haller2016-04-041-53/+53
* device: renew dhcp leases on awake for software devicesNikolay Martynov2016-03-311-0/+1
* device: add nm_device_get_unmanaged_mask()Thomas Haller2016-03-311-0/+1
* device: _get_available_connections() with _get_best_connection()Lubomir Rintel2016-03-261-2/+3
* device: revert overruling NM_UNMANAGED_USER_SETTINGS decisionThomas Haller2016-02-221-3/+3
* device: rename NM_UNMANAGED_USER_CONFIG to NM_UNMANAGED_USER_SETTINGSThomas Haller2016-02-221-2/+4
* device: remove default-unmanaged and refactor unmanaged flagsThomas Haller2016-02-151-24/+43
* device/trivial: rename nm_device_set_unmanaged_flags()Thomas Haller2016-02-151-6/+6
* device: add nm_device_get_applied_setting()Beniamino Galvani2016-02-121-0/+1
* device: add _NM_DEVICE_CHECK_CON_AVAILABLE_FOR_USER_REQUEST enumThomas Haller2016-01-241-4/+6
* device: export nm_device_reactivate_ip{4,6}_config functionsBeniamino Galvani2016-01-121-0/+6
* trivial: fix whitespaceThomas Haller2016-01-111-4/+4
* device: refactor virtual function NMDevice:unrealize_notify() to only clear p...Thomas Haller2016-01-111-5/+3
* device/trivial: rename virtual function NMDevice:unrealize() to unrealize_not...Thomas Haller2016-01-111-2/+2
* device: pass NMPlatformLink instance as const pointerThomas Haller2016-01-111-1/+1
* device/trivial: rename realize/setup function in NMDeviceThomas Haller2016-01-111-3/+3
* device: remove unused virtual function NMDevice:realize()Thomas Haller2016-01-111-21/+0
* device: move implementation of NMDevice:setup_start() to realize_start_setup()Thomas Haller2016-01-111-7/+4
* device: remove unused virtual function NMDevice:setup_finish()Thomas Haller2016-01-111-11/+0
* device: wait for valid MAC before making ethernet devices availableBeniamino Galvani2016-01-071-0/+3
* platform: return pointer to NMPlatformLink object for add functionsThomas Haller2015-12-101-2/+4
* device: pass const NMPlatformLink instance to setup_start()/setup_finish()Thomas Haller2015-12-091-3/+3
* device: add NM_DEVICE_CHECK_DEV_AVAILABLE_FOR_USER_REQUEST flagThomas Haller2015-12-091-3/+4
* device: fix enum value NM_DEVICE_CHECK_CON_AVAILABLE_ALLThomas Haller2015-12-091-2/+1
* device: add link_type propertyLubomir Rintel2015-12-081-0/+2
* core: use define for NMDevice's "state-changed" signal nameThomas Haller2015-12-071-0/+1
* device: cache pointer to private-data in NMDevice structureThomas Haller2015-12-071-0/+5
* device: implement slave property in parent device classThomas Haller2015-12-051-1/+5
* device: don't return error from release_slave()Thomas Haller2015-12-041-1/+1
* device: expose nm_device_set_autoconnect() functionThomas Haller2015-12-041-0/+1
* device: return the unmanaged flags from nm_device_get_unmanaged_flags()Thomas Haller2015-12-041-1/+1
* core/trivial: rename functionsThomas Haller2015-12-041-9/+9
* core/trivial: move codeThomas Haller2015-12-041-1/+1
* device: reorder unmanaged-flagsThomas Haller2015-12-041-12/+14
* core: allow multiple devices with the same interface namedcbw/devices-for-allDan Williams2015-12-041-0/+2
* core: ensure platform links are compatible with the NMDeviceDan Williams2015-12-041-0/+2
* core: create devices first and realize them laterDan Williams2015-12-041-4/+19
* core: add class function for device unrealizationDan Williams2015-12-041-0/+14
* core: add "real" NMDevice propertyDan Williams2015-12-041-0/+2
* device: split new_device_added() out of component_added()Thomas Haller2015-12-041-0/+3
* device: allow multiple vpn IP configurationsLubomir Rintel2015-10-131-2/+6
* device: export list of LLDP neighbors through D-BusBeniamino Galvani2015-10-121-0/+1
* core: separate active and applied connectionLubomir Rintel2015-09-181-3/+10
* device/trivial: rename nm_device_get_unmanaged_flag() to nm_device_get_unmana...Thomas Haller2015-09-181-1/+1
* device/trivial: rename nm_device_set_initial_unmanaged_flag() to nm_device_se...Thomas Haller2015-09-181-3/+3
* policy: update device's metered property when connection changesBeniamino Galvani2015-09-181-0/+1
* device: refactor setting unmanaged based on device-specThomas Haller2015-09-161-0/+1
* device: add explicit NM_UNMANAGED_LOOPBACK flag for not managing "lo"Thomas Haller2015-09-161-0/+2