linux/net/tipc
Paul Gortmaker b2abd4c033 tipc: Optimize handling excess content on incoming messages
Remove code that trimmed excess trailing info from incoming messages
arriving over an Ethernet interface.  TIPC now ignores the extra info
while the message is being processed by the node, and only trims it off
if the message is retransmitted to another node.  (This latter step is
done to ensure the extra info doesn't cause the sk_buff to exceed the
outgoing interface's MTU limit.) The outgoing buffer is guaranteed to
be linear.

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-09-09 21:34:14 -07:00
..
Kconfig
Makefile
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 tipc: Fix log buffer memory leak if initialization fails 2010-08-17 17:31:51 -07:00
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 tipc: Optimize handling excess content on incoming messages 2010-09-09 21:34:14 -07:00
handler.c
link.c tipc: Prevent missing name table entries when link flip-flops rapidly 2010-08-17 17:32:00 -07:00
link.h
msg.c
msg.h
name_distr.c
name_distr.h
name_table.c tipc: Minor optimizations to name table translation code 2010-09-06 18:12:56 -07:00
name_table.h
net.c tipc: Optimize handling excess content on incoming messages 2010-09-09 21:34:14 -07:00
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: Minor optimizations to name table translation code 2010-09-06 18:12: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