summaryrefslogtreecommitdiff
path: root/net/caif/caif_dev.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-10Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds1-2/+2
2011-12-22percpu: Remove irqsafe_cpu_xxx variantsChristoph Lameter1-2/+2
2011-12-07caif: Replace BUG_ON with WARN_ON.Roar Førde1-6/+4
2011-12-06caif: Stash away hijacked skb destructor and call it latersjur.brandeland@stericsson.com1-1/+33
2011-12-06caif: Add support for flow-control on device's tx-queuesjur.brandeland@stericsson.com1-1/+84
2011-12-06caif: Add support for CAIF over CDC NCM USB interfacesjur.brandeland@stericsson.com1-0/+1
2011-12-01caif: Remove unused enum and parameter in cfserlsjur.brandeland@stericsson.com1-1/+1
2011-12-01caif: Restructure how link caif link layer enrollsjur.brandeland@stericsson.com1-55/+90
2011-11-01net: Fix files explicitly needing to include module.hPaul Gortmaker1-0/+1
2011-10-26caif: Fix BUG() with network namespacesDavid Woodhouse1-2/+3
2011-09-17caif: fix a potential NULL dereferenceEric Dumazet1-1/+5
2011-06-22Remove redundant linux/version.h includes from net/Jesper Juhl1-1/+0
2011-05-23caif: Plug memory leak for checksum errorsjur.brandeland@stericsson.com1-1/+6
2011-05-16caif: Handle dev_queue_xmit errors.sjur.brandeland@stericsson.com1-2/+5
2011-05-16caif: prepare support for namespacessjur.brandeland@stericsson.com1-41/+36
2011-05-16caif: Use RCU instead of spin-lock in caif_dev.csjur.brandeland@stericsson.com1-118/+159
2011-04-18caif: Fix set-but-unused variables.David S. Miller1-9/+2
2011-04-12caif: Don't resend if dev_queue_xmit fails.Sjur Brændeland1-17/+4
2011-04-12caif: code cleanupStephen Hemminger1-18/+6
2010-11-04caif: Bugfix for socket priority, bindtodev and dbg channel.André Carvalho de Matos1-0/+2
2010-09-22caif: Fix function NULL pointer check.Sjur Braendeland1-1/+1
2010-09-07net/caifcaif_dev.c: Use netdev_<level>Joe Perches1-8/+8
2010-09-07net/caif: Use pr_fmtJoe Perches1-11/+11
2010-06-21caif: Use link layer MTU instead of fixed MTUSjur Braendeland1-4/+8
2010-05-18net: 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-31net-caif: add CAIF device registration functionalitySjur Braendeland1-0/+413