linux/net/tipc
Allan Stephens 5a68d5ee00 tipc: Prevent missing name table entries when link flip-flops rapidly
Ensure that TIPC does not re-establish communication with a
neighboring node until it has finished updating all data structures
containing information about that node to reflect the earlier loss of
contact.  Previously, it was possible for TIPC to perform its purge of
name table entries relating to the node once contact had already been
re-established, resulting in the unwanted removal of valid name table
entries.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-08-17 17:32:00 -07:00
..
addr.c
addr.h
bcast.c tipc: Fix bug in broadcast link transmit statistics computation 2010-08-17 17:31:55 -07:00
bcast.h
bearer.c
bearer.h
cluster.c
cluster.h
config.c
config.h
core.c
core.h
dbg.c
dbg.h
discover.c tipc: Prevent missing name table entries when link flip-flops rapidly 2010-08-17 17:32:00 -07:00
discover.h
eth_media.c
handler.c
Kconfig
link.c tipc: Prevent missing name table entries when link flip-flops rapidly 2010-08-17 17:32:00 -07:00
link.h
Makefile
msg.c
msg.h
name_distr.c
name_distr.h
name_table.c tipc: Minor enhancements to name table display format 2010-08-17 17:31:58 -07:00
name_table.h
net.c
net.h
netlink.c
node.c tipc: Prevent missing name table entries when link flip-flops rapidly 2010-08-17 17:32:00 -07:00
node.h tipc: Prevent missing name table entries when link flip-flops rapidly 2010-08-17 17:32:00 -07:00
node_subscr.c
node_subscr.h
port.c tipc: Remove per-connection sequence number logic 2010-08-17 17:31:56 -07:00
port.h
ref.c
ref.h
socket.c tipc: Allow connect() to wait indefinitely 2010-08-17 17:31:59 -07:00
subscr.c
subscr.h
user_reg.c
user_reg.h
zone.c
zone.h