git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e58879
)
etherdevice: Add ether_addr_equal_unaligned
author
Joe Perches
<joe@perches.com>
Fri, 6 Dec 2013 22:21:01 +0000
(14:21 -0800)
committer
David S. Miller
<davem@davemloft.net>
Tue, 10 Dec 2013 01:58:10 +0000
(20:58 -0500)
Add a generic routine to test if possibly unaligned
to u16 Ethernet addresses are equal.
If CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is set,
this uses the slightly faster generic routine
ether_addr_equal, otherwise this uses memcmp.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/etherdevice.h
patch
|
blob
|
history
diff --cc
include/linux/etherdevice.h
Simple merge