NetworkManager/src/devices
Thomas Haller 590b9a830d device: accept UNKNOWN device types during create_and_realize()
There are the link-types NONE and UNKNOWN. NONE is a linktype that is never
returned by platform, but UNKNOWN is very much a valid (albeit unspecified)
type.

Effectively, create_and_realized() should create a link of a known type,
thus it should never return an UNKNOWN link type at this point. Still
change it because it feels more correct.
2015-12-09 16:57:39 +01:00
..
adsl core: use define for NMPPPManager's "state-changed" signal name 2015-12-07 19:54:11 +01:00
bluetooth device: expose nm_device_set_autoconnect() function 2015-12-04 15:46:04 +01:00
team device: set link type from all factories 2015-12-08 18:11:53 +01:00
tests lldp: add test case 2015-11-10 14:25:05 +01:00
wifi device: set link type from all factories 2015-12-08 18:11:53 +01:00
wwan core: use define for NMPPPManager's "state-changed" signal name 2015-12-07 19:54:11 +01:00
Makefile.am lldp: add test case 2015-11-10 14:25:05 +01:00
nm-device-bond.c device: set link type from all factories 2015-12-08 18:11:53 +01:00
nm-device-bond.h device: implement slave property in parent device class 2015-12-05 19:34:06 +01:00
nm-device-bridge.c device: set link type from all factories 2015-12-08 18:11:53 +01:00
nm-device-bridge.h device: implement slave property in parent device class 2015-12-05 19:34:06 +01:00
nm-device-ethernet-utils.c all: drop includes to <glib/gi18n.h> for "nm-default.h" 2015-08-05 15:35:51 +02:00
nm-device-ethernet-utils.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-device-ethernet.c device: set link type from all factories 2015-12-08 18:11:53 +01:00
nm-device-ethernet.h device: export S390Subchannels property on Ethernet device 2015-09-29 09:30:01 +02:00
nm-device-factory.c core: fix interface type names 2015-09-10 13:43:47 -04:00
nm-device-factory.h core: fix interface type names 2015-09-10 13:43:47 -04:00
nm-device-generic.c core/trivial: rename functions 2015-12-04 15:46:04 +01:00
nm-device-generic.h core: split device creation and device setup (bgo #737458) 2015-07-31 14:06:09 -05:00
nm-device-infiniband.c device: set link type from all factories 2015-12-08 18:11:53 +01:00
nm-device-infiniband.h all: rename nm-glib-compat.h to nm-glib.h, use everywhere 2015-07-24 13:25:47 -04:00
nm-device-ip-tunnel.c device: set link type from all factories 2015-12-08 18:11:53 +01:00
nm-device-ip-tunnel.h device/ip-tunnel: add support for IP6TNL tunnels 2015-12-01 17:39:41 +01:00
nm-device-logging.h logging: declare default logging macros in "nm-logging.h" 2015-08-20 11:15:13 +02:00
nm-device-macvlan.c device/macvlan: support device creation 2015-12-09 14:30:08 +01:00
nm-device-macvlan.h device/macvlan: support device creation 2015-12-09 14:30:08 +01:00
nm-device-private.h core: ensure platform links are compatible with the NMDevice 2015-12-04 12:16:41 +01:00
nm-device-tun.c device/tun: set tun mode when the device is created 2015-12-09 13:48:59 +01:00
nm-device-tun.h device/tun: support device creation 2015-11-25 11:39:57 +01:00
nm-device-veth.c device: set link type from all factories 2015-12-08 18:11:53 +01:00
nm-device-veth.h all: rename nm-glib-compat.h to nm-glib.h, use everywhere 2015-07-24 13:25:47 -04:00
nm-device-vlan.c device: set link type from all factories 2015-12-08 18:11:53 +01:00
nm-device-vlan.h core: split device creation and device setup (bgo #737458) 2015-07-31 14:06:09 -05:00
nm-device-vxlan.c device/vxlan: support device creation 2015-12-09 16:36:46 +01:00
nm-device-vxlan.h device/vxlan: support device creation 2015-12-09 16:36:46 +01:00
nm-device.c device: accept UNKNOWN device types during create_and_realize() 2015-12-09 16:57:39 +01:00
nm-device.h device: add NM_DEVICE_CHECK_DEV_AVAILABLE_FOR_USER_REQUEST flag 2015-12-09 12:08:40 +01:00
nm-lldp-listener.c lldp: decouple NMLldpListener from platform 2015-11-10 14:17:42 +01:00
nm-lldp-listener.h lldp: decouple NMLldpListener from platform 2015-11-10 14:17:42 +01:00