android_kernel_samsung_univ.../net/tipc
Allan Stephens b8f683d126 tipc: properly handle off-node send requests with invalid addr
There are two send routines that might conceivably be asked by an
application to send a message off-node when the node is still using
the default network address.  These now have an added check that
detects this and rejects the message gracefully.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2012-04-19 15:46:47 -04:00
..
addr.c
addr.h tipc: Add routines for safe checking of node's network address 2012-04-19 15:46:39 -04:00
bcast.c
bcast.h
bearer.c tipc: Add routines for safe checking of node's network address 2012-04-19 15:46:39 -04:00
bearer.h
config.c
config.h
core.c
core.h
discover.c
discover.h
eth_media.c
handler.c
Kconfig
link.c
link.h
log.c
log.h
Makefile
msg.c
msg.h
name_distr.c tipc: Update node-scope publications when network address is assigned 2012-04-19 15:46:36 -04:00
name_distr.h
name_table.c tipc: Ensure network address change doesn't impact name table updates 2012-04-19 15:46:40 -04:00
name_table.h
net.c tipc: take lock while updating node network address 2012-04-19 15:46:46 -04:00
net.h
netlink.c
node_subscr.c tipc: Ensure network address change doesn't impact local connections 2012-04-19 15:46:45 -04:00
node_subscr.h
node.c tipc: Add routines for safe checking of node's network address 2012-04-19 15:46:39 -04:00
node.h
port.c tipc: properly handle off-node send requests with invalid addr 2012-04-19 15:46:47 -04:00
port.h tipc: Ensure network address change doesn't impact local connections 2012-04-19 15:46:45 -04:00
ref.c
ref.h
socket.c tipc: Ensure network address change doesn't impact local connections 2012-04-19 15:46:45 -04:00
subscr.c
subscr.h