linux/net/ethernet
David S. Miller ba645c1602 [NET]: Slightly optimize ethernet address comparison.
We know the thing is at least 2-byte aligned, so take
advantage of that instead of invoking memcmp() which
results in truly horrifically inefficient code because
it can't assume anything about alignment.

Signed-off-by: David S. Miller <davem@davemloft.net>
2005-09-27 16:03:05 -07:00
..
eth.c [NET]: Slightly optimize ethernet address comparison. 2005-09-27 16:03:05 -07:00
Makefile
pe2.c
sysctl_net_ether.c