]> git.baikalelectronics.ru Git - kernel.git/commit
neigh: Pass neighbour entry to output ops.
authorDavid S. Miller <davem@davemloft.net>
Sun, 17 Jul 2011 20:34:11 +0000 (13:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Jul 2011 06:11:17 +0000 (23:11 -0700)
commitb01a7749b1e389a3520ba4fedf8cf65339054daf
tree9e2dbd4ba8a66916c690b0e5791ac25ea0958c26
parent915d324d4b9821313259c5a31b13e8ade0ccbce5
neigh: Pass neighbour entry to output ops.

This will get us closer to being able to do "neigh stuff"
completely independent of the underlying dst_entry for
protocols (ipv4/ipv6) that wish to do so.

We will also be able to make dst entries neigh-less.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/neighbour.h
net/atm/clip.c
net/bridge/br_netfilter.c
net/core/neighbour.c
net/decnet/dn_neigh.c
net/decnet/dn_route.c
net/ipv4/arp.c
net/ipv6/ndisc.c