]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8f086b3c7315239fc602c6248e8fc37951a989f5
tree691fdb4703bb88611272bf958d9de1a461f1492a
parent4a468931d612c428cf89c4ab1e50fcdf9ec05e7a
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