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