Re: [stable] [PATCH] e1000: Update truesize with the length of the packet for packet split

2006-04-27 Thread Greg KH
On Tue, Apr 25, 2006 at 11:16:29PM -0700, Kok, Auke wrote: > > Update skb with the real packet size. > > > Signed-off-by: Jesse Brandeburg <[EMAIL PROTECTED]> > Signed-off-by: Auke Kok <[EMAIL PROTECTED]> > Signed-off-by: John Ronciak <[EMAIL PROTECTED]> queued to -stable. thanks, greg k-h -

[PATCH] e1000: Update truesize with the length of the packet for packet split

2006-04-25 Thread Kok, Auke
Update skb with the real packet size. Signed-off-by: Jesse Brandeburg <[EMAIL PROTECTED]> Signed-off-by: Auke Kok <[EMAIL PROTECTED]> Signed-off-by: John Ronciak <[EMAIL PROTECTED]> --- drivers/net/e1000/e1000_main.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/driv