aboutsummaryrefslogtreecommitdiffstats
path: root/net/caif
Commit message (Expand)AuthorAgeFilesLines
* caif: Fix set-but-unused variables.David S. Miller2011-04-171-9/+2
* caif: Add BUG_ON if dev_info is missing in packetSjur Brændeland2011-04-111-1/+2
* caif: Don't resend if dev_queue_xmit fails.Sjur Brændeland2011-04-119-88/+14
* caif: code cleanupStephen Hemminger2011-04-117-304/+23
* caif: performance bugfix - allow radio stack to prioritize packets.Sjur Brændeland2011-04-111-1/+5
* caif: Bugfix use for_each_safe when removing list nodes.Sjur Brændeland2011-04-111-2/+2
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-081-2/+2
|\
| * net/caif: Fix dangling list pointer in freed object on error.David S. Miller2011-02-081-2/+2
* | net: cleanup unused macros in net directoryShan Wei2011-01-195-6/+2
|/
* caif: checking the wrong variableDan Carpenter2011-01-151-4/+5
* CAIF: Fix IPv6 support in receive path for GPRS/3GKumar Sanghvi2011-01-101-1/+17
* caif: don't set connection request param size before copying dataDan Rosenberg2011-01-101-1/+1
* Net: caif: Makefile: Remove deprecated itemsTracey Dent2010-11-221-5/+3
* caif: Remove noisy printout when disconnecting caif socketsjur.brandeland@stericsson.com2010-11-031-2/+1
* caif: Bugfix for socket priority, bindtodev and dbg channel.André Carvalho de Matos2010-11-036-44/+49
* 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: Fix function NULL pointer check.Sjur Braendeland2010-09-211-1/+1
* | caif: Minor fixes in log prints.Sjur Braendeland2010-09-212-7/+3
* | caif: Remove buggy re-definition of pr_debugSjur Braendeland2010-09-211-3/+0
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-091-1/+1
|\ \ | |/
| * net/caif/cfrfml.c: use asm/unaligned.hJeff Mahoney2010-08-261-1/+1
* | net/caifcaif_dev.c: Use netdev_<level>Joe Perches2010-09-061-8/+8
* | net/caif: Use pr_fmtJoe Perches2010-09-0616-181/+167
|/
* caif: Bugfix - Increase default headroom size for control channel.Sjur Braendeland2010-08-101-1/+1
* caif: precedence bugDan Carpenter2010-07-221-1/+1
* caif: Kconfig and Makefile fixesSjur Braendeland2010-06-292-17/+4
* caif: Add debug connection type for CAIF.Sjur Braendeland2010-06-201-0/+5
* caif: Use link layer MTU instead of fixed MTUSjur Braendeland2010-06-2011-56/+155
* caif: Bugfix - RFM must support segmentation.Sjur Braendeland2010-06-205-65/+271
* caif: Bugfix not all services uses flow-ctrl.Sjur Braendeland2010-06-208-16/+22
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-112-2/+2
|\
| * caif: fix a couple range checksDan Carpenter2010-06-092-2/+2
* | caif: cleanup: remove duplicate checksDan Carpenter2010-05-311-6/+2
* | caif: remove unneeded null check in caif_connect()Dan Carpenter2010-05-311-2/+1
|/
* caif: unlock on error path in cfserl_receive()Dan Carpenter2010-05-291-2/+4
* caif: Bugfix - use MSG_TRUNC in receiveSjur Braendeland2010-05-231-29/+18
* caif: Bugfix - missing spin_unlockSjur Braendeland2010-05-232-6/+7
* caif: Bugfix - Poll can't return POLLHUP while connecting.Sjur Braendeland2010-05-231-15/+6
* caif: Bugfix - handle mem-allocation failuresSjur Braendeland2010-05-233-9/+25
* caif: Bugfix - use standard Linux listsSjur Braendeland2010-05-231-66/+26
* caif: Bugfix - wait_ev*_timeout returns long.Sjur Braendeland2010-05-231-7/+6
* net-caif: drop redundant Kconfig entriesMike Frysinger2010-05-231-4/+1
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-171-1/+0
* net/caif: Use kzallocJulia Lawall2010-05-172-4/+2
* Bugfix: Link selection was swapped in switch.Sjur Braendeland2010-04-281-2/+2
* caif: Bugfixes in CAIF netdevice for close and flow controlSjur Braendeland2010-04-281-57/+73