On Fri, Feb 17, 2012 at 19:34, Randy Dunlap wrote:
> On 02/16/2012 09:50 PM, Stephen Rothwell wrote:
>> Changes since 20120216:
>
> uml on x86_64 (defconfig):
>
> CC arch/um/kernel/asm-offsets.s
> In file included from linux-next-20120217/include/linux/slab.h:12:0
From: Danny Kukawka
Date: Fri, 17 Feb 2012 16:43:31 +0100
> Set addr_assign_type correctly to NET_ADDR_RANDOM in case
> a random MAC address was generated and assigned to the netdevice.
>
> Return state from setup_etheraddr() about returning a random
> MAC address or not and check this state in
From: Richard Weinberger
Date: Fri, 17 Feb 2012 16:55:41 +0100
> On 17.02.2012 16:43, Danny Kukawka wrote:
>> Set addr_assign_type correctly to NET_ADDR_RANDOM in case
>> a random MAC address was generated and assigned to the netdevice.
>>
>> Return state from setup_etheraddr() about returning a
On 02/16/2012 09:50 PM, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20120216:
uml on x86_64 (defconfig):
CC arch/um/kernel/asm-offsets.s
In file included from linux-next-20120217/include/linux/slab.h:12:0,
from linux-next-20120217/include/linux/cr
The fourth part of my patch series to fix the handling of
addr_assign_type for random MAC addresses.
This most of the patches in this series are for slightly
more complex cases to handle addr_assign_type and the
reset to NET_ADDR_PERM as soon as the MAC get changed via
.ndo_set_mac_address whe
On 17.02.2012 16:43, Danny Kukawka wrote:
> Set addr_assign_type correctly to NET_ADDR_RANDOM in case
> a random MAC address was generated and assigned to the netdevice.
>
> Return state from setup_etheraddr() about returning a random
> MAC address or not and check this state in eth_configure().
>
Set addr_assign_type correctly to NET_ADDR_RANDOM in case
a random MAC address was generated and assigned to the netdevice.
Return state from setup_etheraddr() about returning a random
MAC address or not and check this state in eth_configure().
Signed-off-by: Danny Kukawka
---
arch/um/drivers/n