From: Stephen Hemminger Date: Sun, 30 Oct 2005 21:47:34 +0000 (-0800) Subject: [NETEM]: Support time based reordering X-Git-Tag: v2.6.15-rc1~452^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=300ce174ebc2fcf2b5111a50fa42f79d891927dd;p=pandora-kernel.git [NETEM]: Support time based reordering Change netem to support packets getting reordered because of variations in delay. Introduce a special case version of FIFO that queues packets in order based on the netem delay. Since netem is classful, those users that don't want jitter based reordering can just insert a pfifo instead of the default. This required changes to generic skbuff code to allow finer grain manipulation of sk_buff_head. Insertion into the middle and reverse walk. Signed-off-by: Stephen Hemminger Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed