aboutsummaryrefslogtreecommitdiffstats
path: root/net/caif
Commit message (Expand)AuthorAgeFilesLines
* caif: Add missing braces to multiline if in cfctrl_linkup_requestDave Jones2013-10-131-1/+2
* caif: Fix missing msg_namelen update in caif_seqpkt_recvmsg()Mathias Krause2013-05-011-0/+2
* caif: Fix access to freed pernet memorySjur Brændeland2012-08-091-1/+1
* net caif: Register properly as a pernet subsystem.Eric W. Biederman2012-02-032-8/+4
* caif: Fix BUG() with network namespacesDavid Woodhouse2011-11-111-2/+3
* caif: Bugfix - XOFF removed channel from caif-muxsjur.brandeland@stericsson.com2011-06-161-1/+1
* caif: Fix race when conditionally taking rtnl locksjur.brandeland@stericsson.com2011-06-011-6/+3
* caif: Plug memory leak for checksum errorsjur.brandeland@stericsson.com2011-05-221-1/+6
* caif: Fix freezes when running CAIF loopback devicesjur.brandeland@stericsson.com2011-05-221-4/+5
* caif: Fixes freeze on Link layer removal.sjur.brandeland@stericsson.com2011-05-223-44/+62
* caif: Bugfix add check NULL pointer before calling functions.sjur.brandeland@stericsson.com2011-05-221-9/+26
* caif: remove unesesarry exportssjur.brandeland@stericsson.com2011-05-154-24/+13
* caif: Bugfix debugfs directory name must be unique.sjur.brandeland@stericsson.com2011-05-151-12/+22
* caif: Handle dev_queue_xmit errors.sjur.brandeland@stericsson.com2011-05-156-46/+117
* caif: prepare support for namespacessjur.brandeland@stericsson.com2011-05-156-180/+162
* caif: Protected in-flight packets using dev or sock refcont.sjur.brandeland@stericsson.com2011-05-152-4/+43
* caif: Move refcount from service layer to sock and dev.sjur.brandeland@stericsson.com2011-05-152-8/+31
* caif: Add ref-count to framing layersjur.brandeland@stericsson.com2011-05-152-1/+39
* caif: Use RCU and lists in cfcnfg.c for managing caif link layerssjur.brandeland@stericsson.com2011-05-151-160/+213
* caif: Use RCU instead of spin-lock in caif_dev.csjur.brandeland@stericsson.com2011-05-151-118/+159
* caif: Use rcu_read_lock in CAIF mux layer.sjur.brandeland@stericsson.com2011-05-152-44/+83
* 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