royger 3ac2dc7953 netback: fixes for netback
This patch contains the following fixes for netback:
 - Only unbind the evtchn if it has been bound.
 - Set xnb->bridge to NULL after free to prevent double-freeing it.
 - Set the MAC address for the host-facing interface to a dummy value.

Sponsored by: Citrix Systems R&D

dev/xen/netback/netback.c:
 - Prevent trying to unbind if the evtchn has not been bounded.
 - Prevent double-freeing xnb->bridge.
 - Set the MAC address of the host-facing interface to a dummy value,
   so it can work when the interface is added to a bridge.
2014-08-22 15:10:26 +00:00
..
2014-08-04 09:02:49 +00:00
2014-08-22 15:10:26 +00:00
2013-11-10 09:36:51 +00:00
2014-06-16 08:54:04 +00:00
2014-06-16 08:44:33 +00:00