summaryrefslogtreecommitdiff
path: root/src/devices/nm-device.c
Commit message (Expand)AuthorAgeFilesLines
* device: don't remove the device from master if its link has no masterLubomir Rintel2015-12-161-0/+3
* device: remove the unreferenced unreal devicesLubomir Rintel2015-12-141-0/+5
* device: reset autoconnect when the device unrealizesLubomir Rintel2015-12-141-2/+4
* device: don't tell the device to unconfigure if it's gone alreadyLubomir Rintel2015-12-111-1/+5
* device: do the LL check when the device is disconnectedLubomir Rintel2015-12-111-1/+1
* platform: return pointer to NMPlatformLink object for add functionsThomas Haller2015-12-101-3/+6
* device: pass const NMPlatformLink instance to setup_start()/setup_finish()Thomas Haller2015-12-091-4/+4
* device: accept UNKNOWN device types during create_and_realize()Thomas Haller2015-12-091-3/+3
* device/vxlan: support device creationBeniamino Galvani2015-12-091-0/+2
* device: don't try to match the spec against a device with no hwaddrLubomir Rintel2015-12-091-1/+1
* device/macvlan: support device creationBeniamino Galvani2015-12-091-0/+2
* device/trivial: rename variableThomas Haller2015-12-091-4/+5
* device: add NM_DEVICE_CHECK_DEV_AVAILABLE_FOR_USER_REQUEST flagThomas Haller2015-12-091-4/+4
* device: move initialization of ifindex to constructor()Beniamino Galvani2015-12-091-10/+30
* device: precisely match the link type to the platform deviceLubomir Rintel2015-12-081-1/+14
* device: add link_type propertyLubomir Rintel2015-12-081-16/+42
* device: fix crash in master_ready() logging unset priv->masterThomas Haller2015-12-071-1/+1
* core: use define for NMDnsMasqManager's "state-changed" signal nameThomas Haller2015-12-071-1/+1
* core: use define for NMDevice's "state-changed" signal nameThomas Haller2015-12-071-3/+4
* device: cache pointer to private-data in NMDevice structureThomas Haller2015-12-071-3/+7
* device: fix a typo in assertionLubomir Rintel2015-12-071-1/+1
* device: don't pass void* pointer to NM_DEVICE_GET_PRIVATE()Thomas Haller2015-12-071-4/+13
* device: use NM_UTILS_STRING_LOOKUP_TABLE() for reason_to_string()Thomas Haller2015-12-071-9/+4
* device: cleanup handling master/slave relationships in NMDeviceThomas Haller2015-12-051-69/+113
* device: implement slave property in parent device classThomas Haller2015-12-051-1/+27
* device: don't return error from release_slave()Thomas Haller2015-12-041-6/+2
* device/trivial: rename master related function of nm-deviceThomas Haller2015-12-041-12/+11
* device/trivial: rename fields to have unique namesThomas Haller2015-12-041-16/+16
* device: expose nm_device_set_autoconnect() functionThomas Haller2015-12-041-1/+1
* device: return the unmanaged flags from nm_device_get_unmanaged_flags()Thomas Haller2015-12-041-5/+6
* core/trivial: rename functionsThomas Haller2015-12-041-49/+49
* core/trivial: move codeThomas Haller2015-12-041-15/+17
* core: allow multiple devices with the same interface namedcbw/devices-for-allDan Williams2015-12-041-0/+40
* core: ensure platform links are compatible with the NMDeviceDan Williams2015-12-041-7/+66
* core: create devices first and realize them laterDan Williams2015-12-041-47/+66
* core: add class function for device unrealizationDan Williams2015-12-041-6/+113
* core: add "real" NMDevice propertyDan Williams2015-12-041-4/+40
* device: let NM_DEVICE_MASTER be equal to nm_device_get_master()Thomas Haller2015-12-041-1/+1
* device: split new_device_added() out of component_added()Thomas Haller2015-12-041-2/+29
* device: fix disconnecting slave-device when master gets deletedThomas Haller2015-12-041-12/+7
* device: add NMDeviceIPTunnelBeniamino Galvani2015-12-011-0/+2
* platform: remove NMPlatformReason enumThomas Haller2015-11-271-8/+0
* device/tun: support device creationBeniamino Galvani2015-11-251-0/+2
* nm-device: don't try to re-add LL address if the devices is torn downLubomir Rintel2015-11-251-2/+4
* device: use nm_utils_find_helper() to find out ping/ping6 binary (bgo #758566)Jiří Klimeš2015-11-241-2/+2
* dhcp4: send FQDN option when ipv4.dhcp-fqdn is setBeniamino Galvani2015-11-231-1/+8
* dhcp: pass IPv6 link-local address to DHCP clientBeniamino Galvani2015-11-231-0/+15
* default-route: fix deleting default-route when disconnecting device (bgo #757...Thomas Haller2015-11-201-4/+11
* core: only run availability recheck transition if requiredDan Williams2015-11-181-6/+10
* device: don't try to re-add addresses that vanish on device disconnectionLubomir Rintel2015-11-121-23/+27