linux/drivers/net/e1000e
Auke Kok 47f44e40a3 e1000e: Fix jumbo frame receive code.
Fix allocation and freeing of jumbo frames where several bugs
were recently introduced by cleanups after we forked this code
from e1000. This moves ps_pages to buffer_info where it really
belongs and makes it a dynamically allocated array. The penalty
is not that high since it's allocated outside of the buffer_info
struct anyway.

Without this patch all jumbo frames are completely broken and the
driver panics.

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
2007-10-29 05:47:08 -04:00
..
82571.c
Makefile
defines.h
e1000.h e1000e: Fix jumbo frame receive code. 2007-10-29 05:47:08 -04:00
es2lan.c
ethtool.c e1000e: don't poke PHY registers to retreive link status 2007-10-16 21:10:27 -04:00
hw.h e1000e: Fix debug printk macro 2007-10-16 21:10:27 -04:00
ich8lan.c
lib.c e1000e: restore flow control settings properly 2007-10-10 16:55:25 -07:00
netdev.c e1000e: Fix jumbo frame receive code. 2007-10-29 05:47:08 -04:00
param.c
phy.c