ipv4: Make neigh lookups directly in output packet path.
authorDavid S. Miller <davem@davemloft.net>
Mon, 2 Jul 2012 09:02:15 +0000 (02:02 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Jul 2012 08:02:12 +0000 (01:02 -0700)
commita263b3093641fb1ec377582c90986a7fd0625184
tree691fdb4703bb88611272bf958d9de1a461f1492a
parent11604721a3c4bea60e2ddd9e4e30d741ecdba7b0
ipv4: Make neigh lookups directly in output packet path.

Do not use the dst cached neigh, we'll be getting rid of that.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/arp.h
include/net/neighbour.h
net/core/neighbour.c
net/ipv4/ip_output.c
net/ipv4/route.c