[AF_IUCV]: Implementation of a skb backlog queue
authorJennifer Hunt <jenhunt@us.ibm.com>
Fri, 4 May 2007 19:22:07 +0000 (12:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 May 2007 19:22:07 +0000 (12:22 -0700)
commit561e036006dc4078446815613781c6c33441dd3b
tree1c1af5a95b584841f47e7e90813df1d5fe51a7e0
parent9e71efcd6d659afb9d390eea69b558a7432ba23e
[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 <jenhunt@us.ibm.com>
Signed-off-by: Frank Pavlic <fpavlic@de.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/iucv/af_iucv.h
net/iucv/af_iucv.c