]> git.baikalelectronics.ru Git - kernel.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)
commit6ea2f6fe70cac792eadc9529556cb7cc523055ff
tree645d3207b985dc7b1b139cfd857ed6de273655ef
parent237cbdd87db7ced2f896f13e109b002291cb7a7a
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