From: David S. Miller Date: Thu, 7 Nov 2013 23:30:35 +0000 (-0500) Subject: Merge branch 'tipc_fragmentation' X-Git-Tag: v3.13-rc1~105^2~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=95ed40196f965177ee0d044ab304e5cab3aee9c1;p=platform%2Fkernel%2Flinux-stable.git Merge branch 'tipc_fragmentation' Erik Hugne says: ==================== tipc: message reassembly using fragment chain We introduce a new reassembly algorithm that improves performance and eliminates the risk of causing out-of-memory situations. v3: -Use skb_try_coalesce, and revert to fraglist if this does not succeed. -Make sure reassembly list head is uncloned. v2: -Rebased on Ying's indentation fix. -Node unlock call in msg_fragmenter case moved from patch #2 to #1. ('continue' with this lock held would cause spinlock recursion if only patch #1 is used) ==================== Signed-off-by: David S. Miller --- 95ed40196f965177ee0d044ab304e5cab3aee9c1