linux/net/core
Alexey Kuznetsov ecbb416939 [NET]: Fix neighbour destructor handling.
->neigh_destructor() is killed (not used), replaced with
->neigh_cleanup(), which is called when neighbor entry goes to dead
state. At this point everything is still valid: neigh->dev,
neigh->parms etc.

The device should guarantee that dead neighbor entries (neigh->dead !=
0) do not get private part initialized, otherwise nobody will cleanup
it.

I think this is enough for ipoib which is the only user of this thing.
Initialization private part of neighbor entries happens in ipib
start_xmit routine, which is not reached when device is down.  But it
would be better to add explicit test for neigh->dead in any case.

Signed-off-by: David S. Miller <davem@davemloft.net>
2007-03-25 18:48:01 -07:00
..
Makefile [NET]: The scheduled removal of the frame diverter. 2006-12-02 21:22:23 -08:00
datagram.c [NET] CORE: Fix whitespace errors. 2007-02-10 23:19:25 -08:00
dev.c [PATCH] mark struct file_operations const 7 2007-02-12 09:48:46 -08:00
dev_mcast.c [PATCH] remove many unneeded #includes of sched.h 2007-02-14 08:09:54 -08:00
dst.c [PATCH] remove many unneeded #includes of sched.h 2007-02-14 08:09:54 -08:00
ethtool.c [NET] CORE: Fix whitespace errors. 2007-02-10 23:19:25 -08:00
fib_rules.c [NET]: Fix fib_rules compatibility breakage 2007-03-25 18:48:00 -07:00
filter.c [PATCH] remove many unneeded #includes of sched.h 2007-02-14 08:09:54 -08:00
flow.c [IPSEC] flow: Fix potential memory leak 2007-01-23 20:25:39 -08:00
gen_estimator.c [NET] CORE: Fix whitespace errors. 2007-02-10 23:19:25 -08:00
gen_stats.c [NET] CORE: Fix whitespace errors. 2007-02-10 23:19:25 -08:00
iovec.c [PATCH] remove many unneeded #includes of sched.h 2007-02-14 08:09:54 -08:00
kmap_skb.h [PATCH] severing skbuff.h -> highmem.h 2006-12-04 02:00:29 -05:00
link_watch.c [NET] CORE: Fix whitespace errors. 2007-02-10 23:19:25 -08:00
neighbour.c [NET]: Fix neighbour destructor handling. 2007-03-25 18:48:01 -07:00
net-sysfs.c Merge branch 'gfar' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc into upstream 2007-02-17 15:09:59 -05:00
netevent.c [NET]: Network Event Notifier Mechanism. 2006-08-02 13:38:20 -07:00
netpoll.c [NET] CORE: Fix whitespace errors. 2007-02-10 23:19:25 -08:00
pktgen.c [PATCH] mark struct file_operations const 7 2007-02-12 09:48:46 -08:00
request_sock.c [NET]: Size listen hash tables using backlog hint 2006-12-02 21:21:44 -08:00
rtnetlink.c [PATCH] remove many unneeded #includes of sched.h 2007-02-14 08:09:54 -08:00
scm.c [NET] CORE: Fix whitespace errors. 2007-02-10 23:19:25 -08:00
skbuff.c [NET]: Copy mac_len in skb_clone() as well 2007-03-16 15:00:46 -07:00
sock.c [NET]: fix up misplaced inlines. 2007-03-22 12:27:49 -07:00
stream.c [NET] CORE: Fix whitespace errors. 2007-02-10 23:19:25 -08:00
sysctl_net_core.c [NET]: The scheduled removal of the frame diverter. 2006-12-02 21:22:23 -08:00
user_dma.c [NET] CORE: Fix whitespace errors. 2007-02-10 23:19:25 -08:00
utils.c [NET] CORE: Fix whitespace errors. 2007-02-10 23:19:25 -08:00
wireless.c [PATCH] mark struct file_operations const 7 2007-02-12 09:48:46 -08:00