linux-stable/drivers/net/bonding
Joe Perches ada0f8633c bonding: Convert memcpy(foo, bar, ETH_ALEN) to ether_addr_copy(foo, bar)
ether_addr_copy is smaller and faster for some architectures.

This relies on a stack frame being at least __aligned(2)
for one use of an Ethernet address on the stack.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-02-17 00:29:23 -05:00
..
bond_3ad.c bonding: Convert memcpy(foo, bar, ETH_ALEN) to ether_addr_copy(foo, bar) 2014-02-17 00:29:23 -05:00
bond_3ad.h bonding: Convert c99 comments 2014-02-17 00:29:23 -05:00
bond_alb.c bonding: Convert memcpy(foo, bar, ETH_ALEN) to ether_addr_copy(foo, bar) 2014-02-17 00:29:23 -05:00
bond_alb.h drivers/net/*: Fix FSF address in file headers 2013-12-06 12:37:55 -05:00
bond_debugfs.c bonding: Convert pr_warning to pr_warn, neatening 2014-02-17 00:29:23 -05:00
bond_main.c bonding: Convert memcpy(foo, bar, ETH_ALEN) to ether_addr_copy(foo, bar) 2014-02-17 00:29:23 -05:00
bond_netlink.c bonding: Neaten pr_<level> 2014-02-17 00:29:23 -05:00
bond_options.c bonding: Neaten pr_<level> 2014-02-17 00:29:23 -05:00
bond_options.h bonding: convert slaves to use the new option API 2014-01-22 15:38:44 -08:00
bond_procfs.c bonding: Neaten pr_<level> 2014-02-17 00:29:23 -05:00
bond_sysfs.c bonding: Neaten pr_<level> 2014-02-17 00:29:23 -05:00
bond_sysfs_slave.c bonding: change name of sysfs dir for bonding slaves 2014-01-22 21:57:05 -08:00
bonding.h bonding: fix locking in bond_loadbalance_arp_mon() 2014-01-28 23:48:33 -08:00
Makefile bonding: add sysfs /slave dir for bond slave devices. 2014-01-17 18:51:58 -08:00