summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ozwpan
AgeCommit message (Expand)AuthorLines
2015-08-10staging: ozwpan: Remove from treeJason A. Donenfeld-6582/+0
2015-07-14Staging: ozwpan: ozusbsvc1.c: Fix missing blank line after declarationsJohannes Postma-0/+1
2015-06-08staging: ozwpan: prevent a couple of underflowsDan Carpenter-1/+10
2015-05-30ozwpan: unchecked signed subtraction leads to DoSJason A. Donenfeld-3/+4
2015-05-30ozwpan: divide-by-zero leading to panicJason A. Donenfeld-1/+4
2015-05-30ozwpan: Use unsigned ints to prevent heap overflowJason A. Donenfeld-6/+6
2015-05-30ozwpan: Use proper check to prevent heap overflowJason A. Donenfeld-4/+9
2015-03-26staging: ozwpan: implement error handling in ozwpan_init()Alexey Khoroshilov-2/+12
2015-03-06staging: ozwpan: Move code from success handling to error handlingQuentin Lambert-34/+37
2015-03-06staging: ozwpan: Remove allocation from delaration lineQuentin Lambert-5/+8
2015-03-06staging: ozwpan: remove extra parentheses around left bit shift operationsAya Mahfouz-1/+1
2014-12-15Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-18/+16
2014-11-26staging: ozwpan: Deletion of unnecessary checks before the function call "oz_...Markus Elfring-4/+2
2014-10-30staging: ozwpan: Remove useless cast on void pointerTapasweni Pathak-10/+10
2014-10-28staging: ozwpan: Fix incorrect type in assignmentsMelike Yurtoglu-1/+1
2014-10-27staging: remove unneeded parentheses around the right hand side of an assignmentJiayi Ye-3/+3
2014-10-20staging: ozwpan: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-09-28staging: ozwpan: Remove typedefsChristoph Jaeger-16/+7
2014-09-08staging: ozwpan: use kmalloc_array over kmalloc with multiplyAdrian Nicoara-2/+2
2014-09-08staging: ozwpan: fix redundant return in void functionAdrian Nicoara-1/+0
2014-09-08staging: ozwpan: fix redundant else after break or returnAdrian Nicoara-11/+7
2014-09-08staging: ozwpan: fix missing blank line after declarationAdrian Nicoara-0/+22
2014-08-16staging: ozwpan: Use list helpersChristoph Jaeger-189/+88
2014-08-16staging: ozwpan: Use slab cache for oz_tx_frame allocationChristoph Jaeger-37/+16
2014-08-16staging: ozwpan: Use slab cache for oz_elt_info allocationChristoph Jaeger-72/+16
2014-08-16staging: ozwpan: Use slab cache for oz_urb_link allocationChristoph Jaeger-58/+12
2014-08-16staging: ozwpan: Simplify app interfaceChristoph Jaeger-150/+82
2014-08-16staging: ozwpan: Remove dead codeChristoph Jaeger-7/+3
2014-08-16staging: ozwpan: Remove redundant initializationChristoph Jaeger-1/+0
2014-08-16staging: ozwpan: Remove unused OZ_MAX_TIMER_POOL_SIZEChristoph Jaeger-2/+0
2014-08-16staging: ozwpan: Fix typo in typedefChristoph Jaeger-2/+2
2014-08-16staging: ozwpan: Add module parameter descriptionChristoph Jaeger-1/+3
2014-05-23staging: ozwpan: Remove useless return variablesPeter Senna Tschudin-4/+2
2014-05-23staging: ozwpan: Add missing blanklines after declarationsJames A Shackleford-0/+15
2014-05-23staging: ozwpan: Change MaintainerRupesh Gujare-1/+1
2014-05-23staging: ozwpan: ozproto.c fix for "WARNING: Prefer ether_addr_copy() over me...Anil Belur-1/+1
2014-05-23staging: ozwpan: remove redundant NULL check for devsDaeseok Youn-1/+1
2014-03-18staging:ozwpan:Fix sparse warning of cast to restricted __le16Himangi Saraogi-2/+2
2014-03-18staging:ozwpan:Fix sparse warning of incorrect argument typeHimangi Saraogi-3/+3
2014-03-17staging/ozwpan: coding style ether_addr_copyJérôme Pinot-3/+4
2014-03-13staging/ozwpan: formatting coding styleJérôme Pinot-2/+3
2014-03-13staging/ozwpan: coding style __constant_Jérôme Pinot-4/+3
2014-03-04drivers:staging:ozwpan Replaced wrapper functions with actual spin lock functionSurendra Patil-26/+24
2014-02-07Staging: ozwpan: Change kmalloc() to kzalloc()Salym Senyonga-5/+1
2014-02-07Staging: ozwpan: reduce indent levels in oz_binding_add().Salym Senyonga-23/+21
2014-02-07Staging: ozwpan: Fix null dereferenceSalym Senyonga-1/+2
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-3/+4
2014-01-20Merge tag 'usb-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+2
2013-12-26ozwpan: slight optimization of addr comparedingtianhong-3/+4
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker-5/+0