NetworkManager/src/devices
Lubomir Rintel bd9988f984 device: don't await for IPv6 DAD to finish if we are ignoring that there's no carrier
It's not the correct thing to do, but is the same behavior we've done
previously.

DAD is not even going to start until there's carrier and the client would
just wait indefinitely. Ideally, the client would choose not to waiat, but
it currently there's no way the client would discover what is going on.

https://bugzilla.redhat.com/show_bug.cgi?id=1446367
2017-05-10 13:17:23 +02:00
..
adsl device: don't use platform singleton getter in device subclasses 2017-04-18 15:49:14 +02:00
bluetooth device: don't use platform singleton getter in device subclasses 2017-04-18 15:49:14 +02:00
team device: don't use platform singleton getter in device subclasses 2017-04-18 15:49:14 +02:00
tests tests/lldp: skip test if there's no Tun device 2017-03-28 13:52:26 +02:00
wifi supplicant: configure PMF for each connection 2017-04-28 09:46:06 +02:00
wwan device: don't use platform singleton getter in device subclasses 2017-04-18 15:49:14 +02:00
nm-arping-manager.c devices/arping-manager: log the device context 2017-03-24 12:42:09 +01:00
nm-arping-manager.h core: refactor private data in "src" 2016-10-04 09:50:56 +02:00
nm-device-bond.c device: don't use platform singleton getter in device subclasses 2017-04-18 15:49:14 +02:00
nm-device-bond.h core: refactor private data in "src" 2016-10-04 09:50:56 +02:00
nm-device-bridge.c device: don't use platform singleton getter in device subclasses 2017-04-18 15:49:14 +02:00
nm-device-bridge.h core: refactor private data in "src" 2016-10-04 09:50:56 +02:00
nm-device-dummy.c device: don't use platform singleton getter in device subclasses 2017-04-18 15:49:14 +02:00
nm-device-dummy.h core: add support for dummy devices 2017-02-22 21:05:04 +01:00
nm-device-ethernet-utils.c device: use NMSettings directly instead of NMConnectionProvider in subclasses 2016-05-24 12:35:58 +02:00
nm-device-ethernet-utils.h device: use NMSettings directly instead of NMConnectionProvider in subclasses 2016-05-24 12:35:58 +02:00
nm-device-ethernet.c device: don't use platform singleton getter in device subclasses 2017-04-18 15:49:14 +02:00
nm-device-ethernet.h core: refactor private data in "src" 2016-10-04 09:50:56 +02:00
nm-device-factory.c core: add support for dummy devices 2017-02-22 21:05:04 +01:00
nm-device-factory.h device: drop factory-no-default global arrays 2016-11-13 15:06:57 +01:00
nm-device-generic.c device: don't use platform singleton getter in device subclasses 2017-04-18 15:49:14 +02:00
nm-device-generic.h core: refactor private data in "src" 2016-10-04 09:50:56 +02:00
nm-device-infiniband.c device: don't use platform singleton getter in device subclasses 2017-04-18 15:49:14 +02:00
nm-device-infiniband.h core: refactor private data in "src" 2016-10-04 09:50:56 +02:00
nm-device-ip-tunnel.c ip-tunnel: fix coverity warnings 2017-05-08 15:01:39 +02:00
nm-device-ip-tunnel.h device: move tracking of parent device from NMDeviceIPTunnel to NMDevice 2017-01-04 14:18:01 +01:00
nm-device-logging.h devices: log the device context 2017-03-24 12:42:09 +01:00
nm-device-macsec.c device: don't use platform singleton getter in device subclasses 2017-04-18 15:49:14 +02:00
nm-device-macsec.h core,libnm: introduce NMDeviceMacsec 2017-01-16 17:37:14 +01:00
nm-device-macvlan.c device: don't use platform singleton getter in device subclasses 2017-04-18 15:49:14 +02:00
nm-device-macvlan.h device: move tracking of parent device from NMDeviceMacvlan to NMDevice 2017-01-04 14:18:01 +01:00
nm-device-private.h device: internally export nm_device_hash_check_invalid_keys() 2017-03-06 10:29:16 +01:00
nm-device-tun.c device: don't use platform singleton getter in device subclasses 2017-04-18 15:49:14 +02:00
nm-device-tun.h core: refactor private data in "src" 2016-10-04 09:50:56 +02:00
nm-device-veth.c device: don't use platform singleton getter in device subclasses 2017-04-18 15:49:14 +02:00
nm-device-veth.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nm-device-vlan.c device: don't use platform singleton getter in device subclasses 2017-04-18 15:49:14 +02:00
nm-device-vlan.h device: move tracking of parent device from NMDeviceVlan to NMDevice 2017-01-04 14:18:01 +01:00
nm-device-vxlan.c device: don't use platform singleton getter in device subclasses 2017-04-18 15:49:14 +02:00
nm-device-vxlan.h device: move tracking of parent device from NMDeviceVxlan to NMDevice 2017-01-04 14:18:01 +01:00
nm-device.c device: don't await for IPv6 DAD to finish if we are ignoring that there's no carrier 2017-05-10 13:17:23 +02:00
nm-device.h device: leave device up when setting it as unmanaged by user 2017-04-18 15:52:44 +02:00
nm-lldp-listener.c all: fix typo 'entires' -> 'entries' 2017-05-05 19:14:19 +02:00
nm-lldp-listener.h core: refactor private data for NMExportedObject and others 2016-10-03 12:04:14 +02:00