From: Jeff Kirsher Date: Fri, 13 Jan 2006 00:50:55 +0000 (-0800) Subject: [PATCH] e1000: Fix Desc. Rings and Jumbo Frames X-Git-Tag: v2.6.16-rc2~366^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=997f5cbdded3d8282dc56b741d332e51014ea64b;p=pandora-kernel.git [PATCH] e1000: Fix Desc. Rings and Jumbo Frames This patch contains two fixes. The first fix is to the tx and rx descriptor rings clean up process. The second fix is to jumbo frames, which cleans up the code logic and removes most of the fifo related limitations on jumbo frames. This is because the driver code now supports splitting a packet across multiple descriptors. Signed-off-by: Jeff Kirsher Signed-off-by: Jesse Brandeburg Signed-off-by: John Ronciak Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed