aboutsummaryrefslogtreecommitdiffstats
path: root/net/caif (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-15caif: checking the wrong variableDan Carpenter1-4/+5
2011-01-10CAIF: Fix IPv6 support in receive path for GPRS/3GKumar Sanghvi1-1/+17
2011-01-10caif: don't set connection request param size before copying dataDan Rosenberg1-1/+1
2010-11-22Net: caif: Makefile: Remove deprecated itemsTracey Dent1-5/+3
2010-11-03caif: Remove noisy printout when disconnecting caif socketsjur.brandeland@stericsson.com1-2/+1
2010-11-03caif: Bugfix for socket priority, bindtodev and dbg channel.André Carvalho de Matos6-44/+49
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: Fix function NULL pointer check.Sjur Braendeland1-1/+1
2010-09-21caif: Minor fixes in log prints.Sjur Braendeland2-7/+3
2010-09-21caif: Remove buggy re-definition of pr_debugSjur Braendeland1-3/+0
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-09-06net/caifcaif_dev.c: Use netdev_<level>Joe Perches1-8/+8
2010-09-06net/caif: Use pr_fmtJoe Perches16-181/+167
2010-08-26net/caif/cfrfml.c: use asm/unaligned.hJeff Mahoney1-1/+1
2010-08-10caif: Bugfix - Increase default headroom size for control channel.Sjur Braendeland1-1/+1
2010-07-22caif: precedence bugDan Carpenter1-1/+1
2010-06-29caif: Kconfig and Makefile fixesSjur Braendeland2-17/+4
2010-06-20caif: Add debug connection type for CAIF.Sjur Braendeland1-0/+5
2010-06-20caif: Use link layer MTU instead of fixed MTUSjur Braendeland11-56/+155
2010-06-20caif: Bugfix - RFM must support segmentation.Sjur Braendeland5-65/+271
2010-06-20caif: Bugfix not all services uses flow-ctrl.Sjur Braendeland8-16/+22
2010-06-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-2/+2
2010-06-09caif: fix a couple range checksDan Carpenter2-2/+2
2010-05-31caif: cleanup: remove duplicate checksDan Carpenter1-6/+2
2010-05-31caif: remove unneeded null check in caif_connect()Dan Carpenter1-2/+1
2010-05-29caif: unlock on error path in cfserl_receive()Dan Carpenter1-2/+4
2010-05-23caif: Bugfix - use MSG_TRUNC in receiveSjur Braendeland1-29/+18
2010-05-23caif: Bugfix - missing spin_unlockSjur Braendeland2-6/+7
2010-05-23caif: Bugfix - Poll can't return POLLHUP while connecting.Sjur Braendeland1-15/+6
2010-05-23caif: Bugfix - handle mem-allocation failuresSjur Braendeland3-9/+25
2010-05-23caif: Bugfix - use standard Linux listsSjur Braendeland1-66/+26
2010-05-23caif: Bugfix - wait_ev*_timeout returns long.Sjur Braendeland1-7/+6
2010-05-23net-caif: drop redundant Kconfig entriesMike Frysinger1-4/+1
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches1-1/+0
2010-05-17net/caif: Use kzallocJulia Lawall2-4/+2
2010-04-28Bugfix: Link selection was swapped in switch.Sjur Braendeland1-2/+2
2010-04-28caif: Bugfixes in CAIF netdevice for close and flow controlSjur Braendeland1-57/+73
2010-04-28caif: Rewritten socket implementationSjur Braendeland1-967/+828
2010-04-28caif: Disconnect without waiting for responseSjur Braendeland2-143/+107
2010-04-28caif: Add reference counting to service layerSjur Braendeland4-1/+26
2010-04-28caif: Rename functions in cfcnfg and caif_devSjur Braendeland2-34/+32
2010-04-26net: use sk_sleep()Eric Dumazet1-15/+15
2010-04-20net: sk_sleep() helperEric Dumazet1-1/+1
2010-04-01net-caif: using kmalloc/kfree requires the include of slab.hStephen Rothwell1-0/+1
2010-03-30net-caif: add CAIF Kconfig and MakefilesSjur Braendeland2-0/+74
2010-03-30net-caif: add CAIF netdeviceSjur Braendeland1-0/+451
2010-03-30net-caif: add CAIF socket implementationSjur Braendeland1-0/+1391