aboutsummaryrefslogtreecommitdiffstats
path: root/net/caif/caif_dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-21Remove redundant linux/version.h includes from net/Jesper Juhl1-1/+0
2011-05-22caif: Plug memory leak for checksum errorsjur.brandeland@stericsson.com1-1/+6
2011-05-15caif: Handle dev_queue_xmit errors.sjur.brandeland@stericsson.com1-2/+5
2011-05-15caif: prepare support for namespacessjur.brandeland@stericsson.com1-41/+36
2011-05-15caif: Use RCU instead of spin-lock in caif_dev.csjur.brandeland@stericsson.com1-118/+159
2011-04-17caif: Fix set-but-unused variables.David S. Miller1-9/+2
2011-04-11caif: Don't resend if dev_queue_xmit fails.Sjur Brændeland1-17/+4
2011-04-11caif: code cleanupStephen Hemminger1-18/+6
2010-11-03caif: Bugfix for socket priority, bindtodev and dbg channel.André Carvalho de Matos1-0/+2
2010-09-21caif: Fix function NULL pointer check.Sjur Braendeland1-1/+1
2010-09-06net/caifcaif_dev.c: Use netdev_<level>Joe Perches1-8/+8
2010-09-06net/caif: Use pr_fmtJoe Perches1-11/+11
2010-06-20caif: Use link layer MTU instead of fixed MTUSjur Braendeland1-4/+8
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches1-1/+0
2010-04-28Bugfix: Link selection was swapped in switch.Sjur Braendeland1-2/+2
2010-04-28caif: Add reference counting to service layerSjur Braendeland1-0/+6
2010-04-28caif: Rename functions in cfcnfg and caif_devSjur Braendeland1-8/+7
2010-03-30net-caif: add CAIF device registration functionalitySjur Braendeland1-0/+413