summaryrefslogtreecommitdiffstats
path: root/net/caif/caif_dev.c
Commit message (Expand)AuthorAgeFilesLines
* net: Fix files explicitly needing to include module.hPaul Gortmaker2011-11-011-0/+1
* caif: Fix BUG() with network namespacesDavid Woodhouse2011-10-261-2/+3
* caif: fix a potential NULL dereferenceEric Dumazet2011-09-161-1/+5
* Remove redundant linux/version.h includes from net/Jesper Juhl2011-06-221-1/+0Star
* caif: Plug memory leak for checksum errorsjur.brandeland@stericsson.com2011-05-231-1/+6
* caif: Handle dev_queue_xmit errors.sjur.brandeland@stericsson.com2011-05-151-2/+5
* caif: prepare support for namespacessjur.brandeland@stericsson.com2011-05-151-41/+36Star
* caif: Use RCU instead of spin-lock in caif_dev.csjur.brandeland@stericsson.com2011-05-151-118/+159
* caif: Fix set-but-unused variables.David S. Miller2011-04-181-9/+2Star
* caif: Don't resend if dev_queue_xmit fails.Sjur Brændeland2011-04-121-17/+4Star
* caif: code cleanupStephen Hemminger2011-04-121-18/+6Star
* caif: Bugfix for socket priority, bindtodev and dbg channel.André Carvalho de Matos2010-11-041-0/+2
* caif: Fix function NULL pointer check.Sjur Braendeland2010-09-221-1/+1
* net/caifcaif_dev.c: Use netdev_<level>Joe Perches2010-09-071-8/+8
* net/caif: Use pr_fmtJoe Perches2010-09-071-11/+11
* caif: Use link layer MTU instead of fixed MTUSjur Braendeland2010-06-211-4/+8
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-181-1/+0Star
* Bugfix: Link selection was swapped in switch.Sjur Braendeland2010-04-281-2/+2
* caif: Add reference counting to service layerSjur Braendeland2010-04-281-0/+6
* caif: Rename functions in cfcnfg and caif_devSjur Braendeland2010-04-281-8/+7Star
* net-caif: add CAIF device registration functionalitySjur Braendeland2010-03-311-0/+413