NetworkManager/src/devices
Dan Williams 44900a1584 core: ensure interface is up before applying IP configuration (bgo #738479)
Routing configuration fails to apply if the device is not IFF_UP, so if
we're going to apply IP configuration to the device, make sure it's IFF_UP
first.

https://bugzilla.gnome.org/show_bug.cgi?id=738479
2014-10-17 15:21:34 -05:00
..
adsl core: move device factory type function into factory object 2014-09-11 12:47:23 -05:00
bluetooth bluez: fix compiler error due to redefinition of typedef 2014-10-14 11:28:19 +02:00
team core: pass parent to device factories when creating devices for connections 2014-09-11 12:47:23 -05:00
wifi libnm-util: don't assert in nm_setting_get_secret_flags() and avoid assertion in agent_secrets_done_cb() 2014-10-12 21:17:17 +02:00
wimax core: move device factory type function into factory object 2014-09-11 12:47:23 -05:00
wwan core: move device factory type function into factory object 2014-09-11 12:47:23 -05:00
nm-device-bond.c bond: fix setting bond option 'lacp_rate' 2014-10-03 14:53:06 +02:00
nm-device-bond.h bond: port to internal device factory 2014-09-11 12:50:16 -05:00
nm-device-bridge.c core: fix stray 'break' in switch 2014-09-19 12:07:00 -05:00
nm-device-bridge.h bridge: port to internal device factory 2014-09-11 12:50:16 -05:00
nm-device-ethernet-utils.c settings: create default wired connection from NMDeviceEthernet 2014-09-11 12:47:07 -05:00
nm-device-ethernet-utils.h settings: create default wired connection from NMDeviceEthernet 2014-09-11 12:47:07 -05:00
nm-device-ethernet.c devices: fix default ethernet connection code 2014-09-30 11:07:25 -04:00
nm-device-ethernet.h ethernet: port to internal device factory 2014-09-11 12:50:16 -05:00
nm-device-factory.c core: add support for internal device factories 2014-09-11 12:50:15 -05:00
nm-device-factory.h core: add support for internal device factories 2014-09-11 12:50:15 -05:00
nm-device-generic.c all: remove remaining GParamSpec name/blurb strings 2014-06-19 17:45:03 -04:00
nm-device-generic.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-gre.c gre: port to internal device factory 2014-09-11 12:50:16 -05:00
nm-device-gre.h gre: port to internal device factory 2014-09-11 12:50:16 -05:00
nm-device-infiniband.c infiniband: port to internal device factory 2014-09-11 12:50:16 -05:00
nm-device-infiniband.h infiniband: port to internal device factory 2014-09-11 12:50:16 -05:00
nm-device-logging.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-macvlan.c macvlan: port to internal device factory 2014-09-11 12:50:16 -05:00
nm-device-macvlan.h macvlan: port to internal device factory 2014-09-11 12:50:16 -05:00
nm-device-private.h libnm-core: change all mac-address properties to G_TYPE_STRING 2014-09-04 09:20:10 -04:00
nm-device-tun.c core: fix 'tun' device owner/group property getters 2014-09-19 12:07:00 -05:00
nm-device-tun.h tun: port to internal device factory 2014-09-11 12:50:17 -05:00
nm-device-veth.c veth: port to internal device factory 2014-09-11 12:50:16 -05:00
nm-device-veth.h veth: port to internal device factory 2014-09-11 12:50:16 -05:00
nm-device-vlan.c vlan: port to internal device factory 2014-09-11 12:50:16 -05:00
nm-device-vlan.h vlan: port to internal device factory 2014-09-11 12:50:16 -05:00
nm-device-vxlan.c vxlan: port to internal device factory 2014-09-11 12:50:16 -05:00
nm-device-vxlan.h vxlan: port to internal device factory 2014-09-11 12:50:16 -05:00
nm-device.c core: ensure interface is up before applying IP configuration (bgo #738479) 2014-10-17 15:21:34 -05:00
nm-device.h core: remove nm_device_get_best_auto_connection() 2014-10-12 20:13:18 +02:00