summaryrefslogtreecommitdiff
path: root/src/devices/nm-device.h
Commit message (Expand)AuthorAgeFilesLines
* core: drop "default-unmanaged" devicesdanw/no-default-unmanagedDan Winship2015-01-261-2/+0
* device: new deactivate_async() method to be run during DEACTIVATING phaseAleksander Morgado2015-01-211-0/+11
* core: don't manage externally created software devices until IFF_UP (rh #1030...Dan Williams2014-12-161-5/+7
* device: set the master on device additionLubomir Rintel2014-12-111-0/+2
* core: add NM_UNMANAGED_PARENT flag for a dependency on parent deviceJiří Klimeš2014-11-241-0/+2
* device: Remove unmanaged slaves from master when they disappearLubomir Rintel2014-11-201-0/+2
* policy: pick up externally configured default routes for managed interfacesThomas Haller2014-11-191-2/+2
* iface-helper: add nm-iface-helper for dynamic configure-then-quit supportDan Williams2014-11-071-0/+2
* policy: add manager for default routes and support multiple default routesThomas Haller2014-11-071-0/+3
* device: add function nm_device_uses_assumed_connection()Thomas Haller2014-11-071-0/+2
* core: add explicit functions for the route priority/metricThomas Haller2014-11-071-0/+2
* libnm-core, libnm, devices: merge client and daemon NMDeviceErrorDan Winship2014-10-221-8/+0
* core: remove nm_device_get_best_auto_connection()Thomas Haller2014-10-121-4/+0
* core: add nm_device_can_auto_connect() functionThomas Haller2014-10-121-0/+4
* settings: create default wired connection from NMDeviceEthernetDan Williams2014-09-111-0/+4
* core: sync IPv6 pre-commit hook with IPv4 behaviorDan Williams2014-08-291-1/+1
* all: fix up multiple-include-guard definesDan Winship2014-08-161-2/+2
* core: update data types of some hwaddr propertiesDan Winship2014-08-071-1/+1
* libnm: rename NetworkManager.h and NetworkManagerVPN.hDan Winship2014-08-011-1/+1
* libnm, core, cli, tui: fix the capitalization of various typesDan Winship2014-08-011-2/+2
* core/trivial: change variable name for self pointer in NMDevice to @selfThomas Haller2014-08-011-1/+1
* core: use Interface Identifiers for IPv6 SLAAC addressesDan Williams2014-07-231-0/+3
* core: simplify hardware address readingDan Williams2014-07-231-8/+7
* core: fill in nm-types.h, clean out other headersDan Winship2014-07-231-7/+0
* device: add a new D-Bus 'Delete' method for removing software devicesJiří Klimeš2014-07-221-0/+1
* core: refactor update_slave_connection() as virtual function of master deviceThomas Haller2014-06-271-1/+12
* core: block on dispatcher scripts when quittingDan Williams2014-06-061-0/+1
* core: don't do anything interesting in NMDevice dispose()Dan Williams2014-06-061-1/+1
* trivial: simplify nm_device_set_is_nm_owned()Dan Williams2014-06-061-2/+1
* core: rearrange and remove some NMDevice gettersDan Williams2014-06-061-8/+0
* core: let NMDevice export itselfDan Williams2014-06-061-1/+1
* core: clean up NMDevice simple getters/settersDan Williams2014-06-061-5/+0
* devices: observe externally-caused master/slave changes (rh #1066706)Dan Winship2014-06-061-1/+2
* core: re-attempt connection assumption when the device state changesDan Winship2014-06-061-0/+1
* core: remove unused 'error' argument to check_connection_compatible()Dan Williams2014-05-301-6/+2
* core: add parameter to ignore error in add/remove pending actionThomas Haller2014-05-011-2/+2
* core: split user managed preference (unmanaged specs) out from internal manag...Dan Williams2014-04-071-2/+4
* core: convert unmanaged bits to flagsDan Williams2014-04-071-5/+26
* wifi: bypass available check for hidden APs during activation (rh #1069844)dcbw/hidden-ssidDan Williams2014-03-121-1/+11
* core: remove nm_device_can_interrupt_activation()Dan Williams2014-03-041-3/+0
* core: remove nm_device_ignore_carrier()Dan Williams2014-03-041-1/+0
* core: consolidate auto-activation recheck signalsDan Williams2014-03-031-4/+5
* devices: rework device plugin interface to be more flexibleDan Williams2014-03-031-0/+8
* core: allow devices to indicate when they should be removedDan Williams2014-03-031-1/+2
* core: add nm_connection_provider_get()Dan Williams2014-03-031-2/+0
* core: queue re-activations to allow DEACTIVATING stateDan Williams2014-02-251-1/+1
* core: fix waiting for bringing up/taking down deviceThomas Haller2014-02-231-1/+1
* devices: add :master propertyDan Winship2014-01-231-0/+4
* device: add 'mtu' propertyJiří Klimeš2013-12-201-1/+4
* core: make assumed activations go through all the stagesDan Williams2013-11-081-2/+3