linux/net/tipc
Allan Stephens 863fae666a [TIPC] Fixed sk_buff panic caused by tipc_link_bundle_buf (REVISED)
The recent change to direct inspection of bundle buffer tailroom did not
account for the possiblity of unrequested tailroom added by skb_alloc(),
thereby allowing a bundle to be created that exceeds the current link MTU.
An additional check now ensures that bundling works correctly no matter
if the bundle buffer is smaller, larger, or equal to the link MTU.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Per Liden <per.liden@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-07-03 19:39:36 -07:00
..
addr.c
addr.h
bcast.c [PATCH] spin/rwlock init cleanups 2006-06-27 17:32:39 -07:00
bcast.h
bearer.c [PATCH] spin/rwlock init cleanups 2006-06-27 17:32:39 -07:00
bearer.h
cluster.c
cluster.h
config.c [PATCH] spin/rwlock init cleanups 2006-06-27 17:32:39 -07:00
config.h
core.c [TIPC]: Initial activation message now includes TIPC version number 2006-06-29 17:08:20 -07:00
core.h [TIPC] Fixed sk_buff panic caused by tipc_link_bundle_buf (REVISED) 2006-07-03 19:39:36 -07:00
dbg.c [PATCH] spin/rwlock init cleanups 2006-06-27 17:32:39 -07:00
dbg.h
discover.c
discover.h
eth_media.c
handler.c [PATCH] spin/rwlock init cleanups 2006-06-27 17:32:39 -07:00
Kconfig
link.c [TIPC] Fixed sk_buff panic caused by tipc_link_bundle_buf (REVISED) 2006-07-03 19:39:36 -07:00
link.h
Makefile
msg.c
msg.h
name_distr.c
name_distr.h
name_table.c [PATCH] spin/rwlock init cleanups 2006-06-27 17:32:39 -07:00
name_table.h
net.c [PATCH] spin/rwlock init cleanups 2006-06-27 17:32:39 -07:00
net.h
netlink.c
node_subscr.c
node_subscr.h
node.c [TIPC]: Improve response to requests for node/link information 2006-06-29 17:08:15 -07:00
node.h
port.c [PATCH] spin/rwlock init cleanups 2006-06-27 17:32:39 -07:00
port.h
ref.c [PATCH] spin/rwlock init cleanups 2006-06-27 17:32:39 -07:00
ref.h
socket.c
subscr.c [PATCH] spin/rwlock init cleanups 2006-06-27 17:32:39 -07:00
subscr.h
user_reg.c [PATCH] spin/rwlock init cleanups 2006-06-27 17:32:39 -07:00
user_reg.h
zone.c
zone.h [TIPC]: Improve response to requests for node/link information 2006-06-29 17:08:15 -07:00