Phonet: allocate sock from accept syscall rather than soft IRQ
authorRémi Denis-Courmont <remi.denis-courmont@nokia.com>
Tue, 8 Mar 2011 22:44:10 +0000 (22:44 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Mar 2011 19:59:32 +0000 (11:59 -0800)
commitf7ae8d59f66154df0424fd94035c89981fed3379
tree829e2a3e2188a30b48afbd200675bf8d0a21cb0d
parent44c9ab16d29a50af6ed9ae084b75774570de512a
Phonet: allocate sock from accept syscall rather than soft IRQ

This moves most of the accept logic to process context like other
socket stacks do. Then we can use a few more common socket helpers
and simplify a bit.

Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/phonet/pep.h
net/phonet/pep.c
net/phonet/socket.c