linux-stable/drivers/net/ethernet/ibm
Benjamin Herrenschmidt 13f85203e1 net/eth/ibmveth: Fixup retrieval of MAC address
Some ancient pHyp versions used to create a 8 bytes local-mac-address
property in the device-tree instead of a 6 bytes one for veth.

The Linux driver code to deal with that is an insane hack which also
happens to break with some choices of MAC addresses in qemu by testing
for a bit in the address rather than just looking at the size of the
property.

Sanitize this by doing the latter instead.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
CC: <stable@vger.kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-05-05 16:58:02 -04:00
..
ehea net: Fix vlan bitmask changes in EHEA driver. 2013-04-22 19:34:34 -04:00
emac Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2013-05-01 14:08:52 -07:00
Kconfig ehea: Remove remnants of LRO support 2012-11-19 19:13:59 -05:00
Makefile net: powerpc: remove the legacy iSeries ethernet driver 2012-03-09 23:41:26 -05:00
ibmveth.c net/eth/ibmveth: Fixup retrieval of MAC address 2013-05-05 16:58:02 -04:00
ibmveth.h