NetworkManager/src/devices
Dan Winship ab26964c56 all: stop using virtual interface-name properties
The virtual :interface-name properties (eg,
NMDeviceBond:interface-name) are deprecated in favor of
NMSettingConnection:interface-name, and nm_connection_verify() ensures
that their values are kept in sync. So (a) there is no need to set
those properties when we can just set
NMSettingConnection:interface-name instead, and (b) we can replace any
calls to the setting-specific get_interface_name() methods with
nm_connection_get_interface_name() or
nm_setting_connection_get_interface_name().
2014-09-04 09:18:43 -04:00
..
adsl core: refactor nm_utils_complete_generic() not to use a dynamic format string 2014-08-25 16:46:14 +02:00
bluetooth bluetooth: don't crash when switching off bluetooth 2014-09-02 14:53:47 +02:00
team all: stop using virtual interface-name properties 2014-09-04 09:18:43 -04:00
wifi all: remove a bunch of unnecessary dbus/dbus-glib includes 2014-09-03 10:45:24 -04:00
wimax core: refactor nm_utils_complete_generic() not to use a dynamic format string 2014-08-25 16:46:14 +02:00
wwan all: remove a bunch of unnecessary dbus/dbus-glib includes 2014-09-03 10:45:24 -04:00
nm-device-bond.c all: stop using virtual interface-name properties 2014-09-04 09:18:43 -04:00
nm-device-bond.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-bridge.c all: stop using virtual interface-name properties 2014-09-04 09:18:43 -04:00
nm-device-bridge.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-ethernet.c core: refactor nm_utils_complete_generic() not to use a dynamic format string 2014-08-25 16:46:14 +02:00
nm-device-ethernet.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-factory.c core: allow creation of virtual devices (software devices) via NMDeviceFactory 2014-06-27 13:27:01 +02:00
nm-device-factory.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04: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 logging: use new logging macros in NMDevice subclasses 2014-08-06 19:22:02 +02:00
nm-device-gre.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-infiniband.c libnm-core: drop nm_{setting,connection}_get_virtual_iface_name() 2014-09-04 09:18:43 -04:00
nm-device-infiniband.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-logging.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-macvlan.c logging: use new logging macros in NMDevice subclasses 2014-08-06 19:22:02 +02:00
nm-device-macvlan.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-private.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-tun.c logging: use new logging macros in NMDevice subclasses 2014-08-06 19:22:02 +02:00
nm-device-tun.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-veth.c logging: use new logging macros in NMDevice subclasses 2014-08-06 19:22:02 +02:00
nm-device-veth.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-vlan.c all: stop using virtual interface-name properties 2014-09-04 09:18:43 -04:00
nm-device-vlan.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-vxlan.c logging: use new logging macros in NMDevice subclasses 2014-08-06 19:22:02 +02:00
nm-device-vxlan.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device.c core: complete IPv6 even if RA times out when there are manual/external addresses 2014-08-29 16:03:37 -05:00
nm-device.h core: sync IPv6 pre-commit hook with IPv4 behavior 2014-08-29 16:03:36 -05:00