NetworkManager/src/devices
Thomas Haller 67b6852358 device: add hack to wait after changing MAC address
It seems some drivers return success for nm_platform_link_set_address(),
but at that point the address did not yet actually change *sigh*.
It changes a bit later, possibly after setting the device up.

Add a workaround to retry reading the MAC address when platform indicates
success but the address still differs at first.

https://bugzilla.gnome.org/show_bug.cgi?id=770456
2016-08-29 18:39:30 +02:00
..
adsl tests: try to resolve the .so file symbols 2016-08-23 14:32:43 +02:00
bluetooth tests: try to resolve the .so file symbols 2016-08-23 14:32:43 +02:00
team device/team: fix assuming non-NULL team-config in NMDeviceTeam::act_stage1_prepare() 2016-08-24 10:59:39 +02:00
tests all/tests: split core part out of "nm-test-utils.h" 2016-05-17 16:48:52 +02:00
wifi tests: try to resolve the .so file symbols 2016-08-23 14:32:43 +02:00
wwan tests: try to resolve the .so file symbols 2016-08-23 14:32:43 +02:00
Makefile.am lldp: add test case 2015-11-10 14:25:05 +01:00
nm-arping-manager.c arping-manager: failure to get a device name should not be fatal 2016-02-26 13:37:01 +01:00
nm-arping-manager.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nm-device-bond.c bond: use defines for sysfs attribute names 2016-07-06 15:20:53 +02:00
nm-device-bond.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nm-device-bridge.c utils: inject platform into nm_utils_complete_generic() 2016-03-15 12:56:58 +01:00
nm-device-bridge.h all: cleanup includes in header files 2016-08-17 19:51:17 +02: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: enable checks against the MAC address of virtual devices 2016-07-22 19:36:23 +02:00
nm-device-ethernet.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nm-device-factory.c device: don't unload device plugins on failure 2016-04-29 15:41:41 +02:00
nm-device-factory.h device: fix matching MAC address for VLAN and MACVLAN devices 2016-06-30 08:29:55 +02:00
nm-device-generic.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nm-device-generic.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nm-device-infiniband.c device: let infiniband prefer permanent MAC address for infiniband.mac-address setting 2016-06-30 08:29:55 +02:00
nm-device-infiniband.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nm-device-ip-tunnel.c device: use NMSettings directly instead of NMConnectionProvider in subclasses 2016-05-24 12:35:58 +02:00
nm-device-ip-tunnel.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nm-device-logging.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nm-device-macvlan.c device: reset MAC address in NMDevice's deactivate() 2016-06-30 08:35:45 +02:00
nm-device-macvlan.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nm-device-private.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nm-device-tun.c device: fail activation on failure to set cloned MAC address 2016-06-30 08:29:56 +02:00
nm-device-tun.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nm-device-veth.c veth: refactor type definition of NMDeviceVeth 2016-07-05 23:08:23 +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: reset MAC address in NMDevice's deactivate() 2016-06-30 08:35:45 +02:00
nm-device-vlan.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nm-device-vxlan.c device: fail activation on failure to set cloned MAC address 2016-06-30 08:29:56 +02:00
nm-device-vxlan.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nm-device.c device: add hack to wait after changing MAC address 2016-08-29 18:39:30 +02:00
nm-device.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nm-lldp-listener.c systemd: merge branch systemd into master 2016-06-30 10:55:03 +02:00
nm-lldp-listener.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00