aboutsummaryrefslogtreecommitdiffstats
path: root/net/caif/caif_socket.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-061-4/+13
|\
| * caif: fix two caif_connect() bugsEric Dumazet2010-10-051-6/+15
* | caif: remove duplicated includeNicolas Kaiser2010-10-051-1/+0
* | caif: Use default send and receive buffer size in caif_socket.Sjur Braendeland2010-09-211-7/+0
* | caif: Minor fixes in log prints.Sjur Braendeland2010-09-211-6/+2
* | net/caif: Use pr_fmtJoe Perches2010-09-061-10/+9
|/
* caif: Use link layer MTU instead of fixed MTUSjur Braendeland2010-06-201-18/+36
* caif: Bugfix - RFM must support segmentation.Sjur Braendeland2010-06-201-4/+0
* caif: remove unneeded null check in caif_connect()Dan Carpenter2010-05-311-2/+1
* caif: Bugfix - use MSG_TRUNC in receiveSjur Braendeland2010-05-231-29/+18
* caif: Bugfix - missing spin_unlockSjur Braendeland2010-05-231-5/+5
* caif: Bugfix - Poll can't return POLLHUP while connecting.Sjur Braendeland2010-05-231-15/+6
* caif: Bugfix - wait_ev*_timeout returns long.Sjur Braendeland2010-05-231-7/+6
* caif: Rewritten socket implementationSjur Braendeland2010-04-281-967/+828
* net: use sk_sleep()Eric Dumazet2010-04-261-15/+15
* net: sk_sleep() helperEric Dumazet2010-04-201-1/+1
* net-caif: add CAIF socket implementationSjur Braendeland2010-03-301-0/+1391