summaryrefslogtreecommitdiff
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* device: reset the capabilities to class defaults when reseting themLubomir Rintel2016-01-041-0/+2
* vlan: make connection available if the device is not realLubomir Rintel2016-01-041-0/+13
* build: rename directory "include" to "shared"Thomas Haller2015-12-247-14/+14
* device/vlan: fix failed assertion in parent_hwaddr_changed()Beniamino Galvani2015-12-221-4/+8
* tun: add support for MTU and cloned-mac-address propertiesBeniamino Galvani2015-12-191-0/+60
* vxlan: add support for MTU and cloned-mac-address propertiesBeniamino Galvani2015-12-191-0/+54
* ip-tunnel: add a MTU propertyBeniamino Galvani2015-12-191-0/+20
* rdisc: don't log error message when failing to create NDP socketThomas Haller2015-12-171-2/+5
* device: connect slave assumption recheck on external enslavementLubomir Rintel2015-12-171-0/+1
* device: don't remove the device from master if its link has no masterLubomir Rintel2015-12-161-0/+3
* adsl: look up ATM index before constructionDan Williams2015-12-163-54/+90
* adsl: fix detection of br2684 ("nas") interface (bgo #759001)Dan Williams2015-12-161-126/+161
* 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/trivial: rename sysctl slave/master option functionsThomas Haller2015-12-102-7/+7
* platform/trivial: rename link related functionsThomas Haller2015-12-107-26/+25
* platform: return pointer to NMPlatformLink object for add functionsThomas Haller2015-12-1011-23/+19
* device: pass const NMPlatformLink instance to setup_start()/setup_finish()Thomas Haller2015-12-0910-15/+15
* device: accept UNKNOWN device types during create_and_realize()Thomas Haller2015-12-091-3/+3
* device/vxlan: support device creationBeniamino Galvani2015-12-093-25/+435
* 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-093-24/+586
* platform: return the macvlan mode as integerBeniamino Galvani2015-12-091-2/+19
* device/tun: set tun mode when the device is createdBeniamino Galvani2015-12-091-0/+3
* device/trivial: rename variableThomas Haller2015-12-091-4/+5
* device: add NM_DEVICE_CHECK_DEV_AVAILABLE_FOR_USER_REQUEST flagThomas Haller2015-12-092-7/+8
* device: fix enum value NM_DEVICE_CHECK_CON_AVAILABLE_ALLThomas Haller2015-12-091-2/+1
* device: move initialization of ifindex to constructor()Beniamino Galvani2015-12-091-10/+30
* device: set link type from all factoriesLubomir Rintel2015-12-0813-1/+62
* device: precisely match the link type to the platform deviceLubomir Rintel2015-12-081-1/+14
* device: add link_type propertyLubomir Rintel2015-12-082-16/+44
* device: fix crash in master_ready() logging unset priv->masterThomas Haller2015-12-071-1/+1
* core: use define for NMPPPManager's "state-changed" signal nameThomas Haller2015-12-073-7/+7
* 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-074-5/+7
* device: cache pointer to private-data in NMDevice structureThomas Haller2015-12-072-3/+12
* 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/tun: fix reloading tun propertiesThomas Haller2015-12-071-6/+20
* device: cleanup handling master/slave relationships in NMDeviceThomas Haller2015-12-054-89/+118
* device: implement slave property in parent device classThomas Haller2015-12-058-161/+38
* wifi: fix supplicant_connection_timeout_cb() using settings-connectionThomas Haller2015-12-051-1/+1
* device: don't return error from release_slave()Thomas Haller2015-12-045-22/+11
* 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-044-3/+4
* device: return the unmanaged flags from nm_device_get_unmanaged_flags()Thomas Haller2015-12-042-6/+7