]> bbs.cooldavid.org Git - net-next-2.6.git/commit
caif: Rewritten socket implementation
authorSjur Braendeland <sjur.brandeland@stericsson.com>
Wed, 28 Apr 2010 08:54:38 +0000 (08:54 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Apr 2010 19:55:14 +0000 (12:55 -0700)
commitbece7b2398d073d11b2e352405a3ecd3a1e39c60
tree645d3207b985dc7b1b139cfd857ed6de273655ef
parent8d545c8f958f5f433c50a00762ce1f231ed56eee
caif: Rewritten socket implementation

Changes:
 This is a complete re-write of the socket layer. Making the socket
 implementation more aligned with the other socket layers and using more
 of the support functions available in sock.c. Lots of code is copied
 from af_unix (and some from af_irda).
 Non-blocking mode should be working as well.

Signed-off-by: Sjur Braendeland <sjur.brandeland@stericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/caif/caif_socket.h
net/caif/caif_socket.c