Re: [PATCH] Fix LLC Data Corruption

2005-11-12 Thread David S. Miller
From: Arnaldo Carvalho de Melo <[EMAIL PROTECTED]> Date: Sat, 12 Nov 2005 18:15:28 -0200 > Looks okay, Dave can you please apply? > > Acked-by: Arnaldo Carvalho de Melo <[EMAIL PROTECTED]> I'll review and apply later tonight. Thanks. - To unsubscribe from this list: send the line "unsubscribe ne

Re: [PATCH] Fix LLC Data Corruption

2005-11-12 Thread Arnaldo Carvalho de Melo
On 11/12/05, Jochen Friedrich <[EMAIL PROTECTED]> wrote: > Hi Arnaldo, > > the observed data corruption happened for two reasons: > > 1. Upper layer still was allowed to send data when remote_busy_flag was >set. > > 2. TX Window handling could underflow if one REJ shrunk the window to 1 >a

[PATCH] Fix LLC Data Corruption

2005-11-12 Thread Jochen Friedrich
Hi Arnaldo, the observed data corruption happened for two reasons: 1. Upper layer still was allowed to send data when remote_busy_flag was set. 2. TX Window handling could underflow if one REJ shrunk the window to 1 and yet another REJ arrived. These patches fix both problems. Printing l