From: Jennifer Hunt Date: Fri, 4 May 2007 19:22:07 +0000 (-0700) Subject: [AF_IUCV]: Implementation of a skb backlog queue X-Git-Tag: v2.6.22-rc1~1036^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=561e036006dc4078446815613781c6c33441dd3b;p=pandora-kernel.git [AF_IUCV]: Implementation of a skb backlog queue With the inital implementation we missed to implement a skb backlog queue . The result is that socket receive processing tossed packets. Since AF_IUCV connections are working synchronously it leads to connection hangs. Problems with read, close and select also occured. Using a skb backlog queue is fixing all of these problems . Signed-off-by: Jennifer Hunt Signed-off-by: Frank Pavlic Signed-off-by: David S. Miller --- Reading git-diff-tree failed