Home
last modified time | relevance | path

Searched hist:"3 d23a05c75c7e2f45efb4f2550ce17a150c88b2d" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/freescale/
H A Dgianfar.cdiff 3d23a05c75c7e2f45efb4f2550ce17a150c88b2d Wed May 06 10:07:30 CDT 2015 Claudiu Manoil <claudiu.manoil@freescale.com> gianfar: Enable changing mac addr when if up

Use device flag IFF_LIVE_ADDR_CHANGE to signal that
the device supports changing the hardware address when
the device is running.
This allows eth_mac_addr() to change the mac address
also when the network device's interface is open.
This capability is required by certain applications,
like bonding mode 6 (Adaptive Load Balancing).

Signed-off-by: Claudiu Manoil <claudiu.manoil@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>