aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ozwpan
Commit message (Expand)AuthorAge
* ozwpan: unchecked signed subtraction leads to DoSJason A. Donenfeld2015-05-30
* ozwpan: divide-by-zero leading to panicJason A. Donenfeld2015-05-30
* ozwpan: Use unsigned ints to prevent heap overflowJason A. Donenfeld2015-05-30
* ozwpan: Use proper check to prevent heap overflowJason A. Donenfeld2015-05-30
* staging: ozwpan: implement error handling in ozwpan_init()Alexey Khoroshilov2015-03-26
* staging: ozwpan: Move code from success handling to error handlingQuentin Lambert2015-03-06
* staging: ozwpan: Remove allocation from delaration lineQuentin Lambert2015-03-06
* staging: ozwpan: remove extra parentheses around left bit shift operationsAya Mahfouz2015-03-06
* Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-15
|\
| * staging: ozwpan: Deletion of unnecessary checks before the function call "oz_...Markus Elfring2014-11-26
| * staging: ozwpan: Remove useless cast on void pointerTapasweni Pathak2014-10-30
| * staging: ozwpan: Fix incorrect type in assignmentsMelike Yurtoglu2014-10-28
| * staging: remove unneeded parentheses around the right hand side of an assignmentJiayi Ye2014-10-26
* | staging: ozwpan: drop owner assignment from platform_driversWolfram Sang2014-10-20
|/
* staging: ozwpan: Remove typedefsChristoph Jaeger2014-09-28
* staging: ozwpan: use kmalloc_array over kmalloc with multiplyAdrian Nicoara2014-09-08
* staging: ozwpan: fix redundant return in void functionAdrian Nicoara2014-09-08
* staging: ozwpan: fix redundant else after break or returnAdrian Nicoara2014-09-08
* staging: ozwpan: fix missing blank line after declarationAdrian Nicoara2014-09-08
* staging: ozwpan: Use list helpersChristoph Jaeger2014-08-16
* staging: ozwpan: Use slab cache for oz_tx_frame allocationChristoph Jaeger2014-08-16
* staging: ozwpan: Use slab cache for oz_elt_info allocationChristoph Jaeger2014-08-16
* staging: ozwpan: Use slab cache for oz_urb_link allocationChristoph Jaeger2014-08-16
* staging: ozwpan: Simplify app interfaceChristoph Jaeger2014-08-16
* staging: ozwpan: Remove dead codeChristoph Jaeger2014-08-16
* staging: ozwpan: Remove redundant initializationChristoph Jaeger2014-08-16
* staging: ozwpan: Remove unused OZ_MAX_TIMER_POOL_SIZEChristoph Jaeger2014-08-16
* staging: ozwpan: Fix typo in typedefChristoph Jaeger2014-08-16
* staging: ozwpan: Add module parameter descriptionChristoph Jaeger2014-08-16
* staging: ozwpan: Remove useless return variablesPeter Senna Tschudin2014-05-23
* staging: ozwpan: Add missing blanklines after declarationsJames A Shackleford2014-05-23
* staging: ozwpan: Change MaintainerRupesh Gujare2014-05-23
* staging: ozwpan: ozproto.c fix for "WARNING: Prefer ether_addr_copy() over me...Anil Belur2014-05-23
* staging: ozwpan: remove redundant NULL check for devsDaeseok Youn2014-05-23
* staging:ozwpan:Fix sparse warning of cast to restricted __le16Himangi Saraogi2014-03-18
* staging:ozwpan:Fix sparse warning of incorrect argument typeHimangi Saraogi2014-03-18
* staging/ozwpan: coding style ether_addr_copyJérôme Pinot2014-03-17
* staging/ozwpan: formatting coding styleJérôme Pinot2014-03-12
* staging/ozwpan: coding style __constant_Jérôme Pinot2014-03-12
* drivers:staging:ozwpan Replaced wrapper functions with actual spin lock functionSurendra Patil2014-03-04
* Staging: ozwpan: Change kmalloc() to kzalloc()Salym Senyonga2014-02-07
* Staging: ozwpan: reduce indent levels in oz_binding_add().Salym Senyonga2014-02-07
* Staging: ozwpan: Fix null dereferenceSalym Senyonga2014-02-07
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-25
|\
| * ozwpan: slight optimization of addr comparedingtianhong2013-12-26
* | Merge tag 'usb-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-01-20
|\ \
| * | usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen2013-12-08
| |/
* | staging: delete non-required instances of include <linux/init.h>Paul Gortmaker2013-12-17
* | Merge branch 'opw-next' into staging-nextGreg Kroah-Hartman2013-11-22
|\ \ | |/ |/|
| * staging: ozwpan: remove unneeded __GFP_ZERO to kzalloc() at oz_elt_stream_cre...Jie Liu2013-11-11