linux/drivers/net/e1000
Jeff Kirsher a1415ee655 [PATCH] e1000: revert to single descriptor for legacy receive path
A recent patch attempted to enable more efficient memory usage by using
only 2kB descriptors for jumbo frames.  The method used to implement this
has since been commented upon as "illegal" and in recent kernels even
causes a BUG when receiving ip fragments while using jumbo frames.
This patch simply goes back to the way things were.  We expect some
complaints due to order 3 allocations failing to come back due to this
change.

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
2006-02-28 20:24:07 -08:00
..
LICENSE Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
e1000.h [PATCH] e1000: revert to single descriptor for legacy receive path 2006-02-28 20:24:07 -08:00
e1000_ethtool.c [PATCH] e1000: Fix whitespace 2006-01-18 16:17:58 -05:00
e1000_hw.c [PATCH] e1000: Fix whitespace 2006-01-18 16:17:58 -05:00
e1000_hw.h [PATCH] e1000: Fix whitespace 2006-01-18 16:17:58 -05:00
e1000_main.c [PATCH] e1000: revert to single descriptor for legacy receive path 2006-02-28 20:24:07 -08:00
e1000_osdep.h [PATCH] e1000: Fix whitespace 2006-01-18 16:17:58 -05:00
e1000_param.c [PATCH] e1000: Fix whitespace 2006-01-18 16:17:58 -05:00