aboutsummaryrefslogtreecommitdiffstats
path: root/net/caif/caif_socket.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-03caif: Bugfix for socket priority, bindtodev and dbg channel.André Carvalho de Matos1-30/+15
2010-10-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+13
2010-10-05caif: fix two caif_connect() bugsEric Dumazet1-6/+15
2010-10-05caif: remove duplicated includeNicolas Kaiser1-1/+0
2010-09-21caif: Use default send and receive buffer size in caif_socket.Sjur Braendeland1-7/+0
2010-09-21caif: Minor fixes in log prints.Sjur Braendeland1-6/+2
2010-09-06net/caif: Use pr_fmtJoe Perches1-10/+9
2010-06-20caif: Use link layer MTU instead of fixed MTUSjur Braendeland1-18/+36
2010-06-20caif: Bugfix - RFM must support segmentation.Sjur Braendeland1-4/+0
2010-05-31caif: remove unneeded null check in caif_connect()Dan Carpenter1-2/+1
2010-05-23caif: Bugfix - use MSG_TRUNC in receiveSjur Braendeland1-29/+18
2010-05-23caif: Bugfix - missing spin_unlockSjur Braendeland1-5/+5
2010-05-23caif: Bugfix - Poll can't return POLLHUP while connecting.Sjur Braendeland1-15/+6
2010-05-23caif: Bugfix - wait_ev*_timeout returns long.Sjur Braendeland1-7/+6
2010-04-28caif: Rewritten socket implementationSjur Braendeland1-967/+828
2010-04-26net: use sk_sleep()Eric Dumazet1-15/+15
2010-04-20net: sk_sleep() helperEric Dumazet1-1/+1
2010-03-30net-caif: add CAIF socket implementationSjur Braendeland1-0/+1391