From: Ayaz Abdulla Date: Fri, 6 Jan 2006 06:45:45 +0000 (-0800) Subject: [PATCH] forcedeth: TSO fix for large buffers X-Git-Tag: v2.6.16-rc1~669^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa45459e5e4507402350f1cdaf44b7455602770c;p=pandora-kernel.git [PATCH] forcedeth: TSO fix for large buffers This contains a bug fix for large buffers. Originally, if a tx buffer to be sent was larger then the maximum size of the tx descriptor, it would overwrite other control bits. In this patch, the buffer is split over multiple descriptors. Also, the fragments are now setup in forward order. Signed-off-by: Ayaz Abdulla Signed-off-by: Manfred Spraul Signed-off-by: Andrew Morton Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed