NetworkManager/src/devices
Jiří Klimeš e2b7c4824d core: fix IP_DONE vs. IP_FAIL states
0652d9c596 changed IP states like this:
        |        old behaviour          |  new behaviour
---------------------------------------------------------
success | IP_DONE && config is not NULL |    IP_DONE
failure | IP_DONE && config is NULL     |    IP_FAIL

But some failure paths was not updated.
2013-07-03 10:48:14 +02:00
..
wimax wimax: hw_bring_up is pointless 2013-06-14 13:45:39 -05:00
nm-device-adsl.c core: use nm-platform for link management 2013-05-24 19:14:50 +02:00
nm-device-adsl.h core: move carrier handling to NMDevice 2013-05-20 16:38:33 -03:00
nm-device-bond.c core: rename nm_device_hw_* to nm_device_* 2013-06-14 13:45:39 -05:00
nm-device-bond.h core: remove NMDeviceWired 2013-05-20 16:38:34 -03:00
nm-device-bridge.c core: rename nm_device_hw_* to nm_device_* 2013-06-14 13:45:39 -05:00
nm-device-bridge.h core: remove NMDeviceWired 2013-05-20 16:38:34 -03:00
nm-device-bt.c bluetooth: fix crash creating device 2013-06-17 12:04:54 -05:00
nm-device-bt.h devices: fix warning when creating bluetooth device 2013-06-10 10:36:13 -03:00
nm-device-ethernet.c core: rename nm_device_hw_* to nm_device_* 2013-06-14 13:45:39 -05:00
nm-device-ethernet.h devices: make constructors take an NMPlatformLink 2013-06-05 17:49:25 -03:00
nm-device-factory.h devices: make constructors take an NMPlatformLink 2013-06-05 17:49:25 -03:00
nm-device-generic.c devices: make constructors take an NMPlatformLink 2013-06-05 17:49:25 -03:00
nm-device-generic.h devices: make constructors take an NMPlatformLink 2013-06-05 17:49:25 -03:00
nm-device-gre.c devices: make constructors take an NMPlatformLink 2013-06-05 17:49:25 -03:00
nm-device-gre.h devices: make constructors take an NMPlatformLink 2013-06-05 17:49:25 -03:00
nm-device-infiniband.c core: initial InfiniBand partition support 2013-06-13 15:56:15 -03:00
nm-device-infiniband.h core: initial InfiniBand partition support 2013-06-13 15:56:15 -03:00
nm-device-macvlan.c devices: make constructors take an NMPlatformLink 2013-06-05 17:49:25 -03:00
nm-device-macvlan.h devices: make constructors take an NMPlatformLink 2013-06-05 17:49:25 -03:00
nm-device-modem.c device-modem: fix setting initial ip-iface in old MM managed modems 2013-06-07 13:17:37 -03:00
nm-device-modem.h core: make nm-properties-changed-signal always export the right properties 2013-05-20 16:38:33 -03:00
nm-device-olpc-mesh.c core: remove bring_up, take_down, is_up device class methods 2013-06-14 13:45:32 -05:00
nm-device-olpc-mesh.h devices: make constructors take an NMPlatformLink 2013-06-05 17:49:25 -03:00
nm-device-private.h core: rename nm_device_hw_* to nm_device_* 2013-06-14 13:45:39 -05:00
nm-device-tun.c devices: make constructors take an NMPlatformLink 2013-06-05 17:49:25 -03:00
nm-device-tun.h devices: make constructors take an NMPlatformLink 2013-06-05 17:49:25 -03:00
nm-device-veth.c devices: make constructors take an NMPlatformLink 2013-06-05 17:49:25 -03:00
nm-device-veth.h devices: make constructors take an NMPlatformLink 2013-06-05 17:49:25 -03:00
nm-device-vlan.c core: rename nm_device_hw_* to nm_device_* 2013-06-14 13:45:39 -05:00
nm-device-vlan.h core: remove NMDeviceWired 2013-05-20 16:38:34 -03:00
nm-device-wifi.c core: rename nm_device_hw_* to nm_device_* 2013-06-14 13:45:39 -05:00
nm-device-wifi.h devices: make constructors take an NMPlatformLink 2013-06-05 17:49:25 -03:00
nm-device.c core: fix IP_DONE vs. IP_FAIL states 2013-07-03 10:48:14 +02:00
nm-device.h core: rename nm_device_hw_* to nm_device_* 2013-06-14 13:45:39 -05:00