aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/caif (follow)
AgeCommit message (Collapse)AuthorFilesLines
2010-04-28caif: Rewritten socket implementationSjur Braendeland1-2/+3
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>
2010-03-30net-caif: add CAIF socket and configuration headersSjur Braendeland2-0/+198
Add CAIF types for Socket Address, Socket Options, and configuration parameters for the GPRS IP network interface. Signed-off-by: Sjur Braendeland <sjur.brandeland@stericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>