Re: [PATCH] sky2: incorrect length on receive packets

2006-10-05 Thread Jeff Garzik
applied to #upstream-fixes - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] sky2: incorrect length on receive packets

2006-10-03 Thread Stephen Hemminger
The previous change to do fragmented receive (post 2.6.18) introduced a bug where packets are passed up with size set to the size of the receive buffer not the actual received data. IP silently trims this so it didn't show up right away. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> ---