commit | 489b10c1f63fafcb89c330a0603694652068132a | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@osdl.org> | Tue Oct 03 16:39:12 2006 -0700 |
committer | Jeff Garzik <jeff@garzik.org> | Thu Oct 05 06:43:23 2006 -0400 |
tree | d63a874a197e67c64c96137efd2cd55d1947eaa9 | |
parent | d223a60106891bfe46febfacf46b20cd8509aaad [diff] |
[PATCH] sky2: incorrect length on receive packets 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 <shemminger@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>