summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ozwpan
Commit message (Expand)AuthorAgeFilesLines
* staging: ozwpan: prevent a couple of underflowsDan Carpenter2015-06-081-1/+10
* ozwpan: unchecked signed subtraction leads to DoSJason A. Donenfeld2015-05-301-3/+4
* ozwpan: divide-by-zero leading to panicJason A. Donenfeld2015-05-301-1/+4
* ozwpan: Use unsigned ints to prevent heap overflowJason A. Donenfeld2015-05-302-6/+6
* ozwpan: Use proper check to prevent heap overflowJason A. Donenfeld2015-05-301-4/+9
* staging: ozwpan: implement error handling in ozwpan_init()Alexey Khoroshilov2015-03-261-2/+12
* staging: ozwpan: Move code from success handling to error handlingQuentin Lambert2015-03-062-34/+37
* staging: ozwpan: Remove allocation from delaration lineQuentin Lambert2015-03-062-5/+8
* staging: ozwpan: remove extra parentheses around left bit shift operationsAya Mahfouz2015-03-061-1/+1
* Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-152-18/+16
|\
| * staging: ozwpan: Deletion of unnecessary checks before the function call "oz_...Markus Elfring2014-11-261-4/+2
| * staging: ozwpan: Remove useless cast on void pointerTapasweni Pathak2014-10-302-10/+10
| * staging: ozwpan: Fix incorrect type in assignmentsMelike Yurtoglu2014-10-281-1/+1
| * staging: remove unneeded parentheses around the right hand side of an assignmentJiayi Ye2014-10-271-3/+3
* | staging: ozwpan: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
|/
* staging: ozwpan: Remove typedefsChristoph Jaeger2014-09-281-16/+7
* staging: ozwpan: use kmalloc_array over kmalloc with multiplyAdrian Nicoara2014-09-081-2/+2
* staging: ozwpan: fix redundant return in void functionAdrian Nicoara2014-09-081-1/+0
* staging: ozwpan: fix redundant else after break or returnAdrian Nicoara2014-09-082-11/+7
* staging: ozwpan: fix missing blank line after declarationAdrian Nicoara2014-09-086-0/+22
* staging: ozwpan: Use list helpersChristoph Jaeger2014-08-164-189/+88
* staging: ozwpan: Use slab cache for oz_tx_frame allocationChristoph Jaeger2014-08-164-37/+16
* staging: ozwpan: Use slab cache for oz_elt_info allocationChristoph Jaeger2014-08-166-72/+16
* staging: ozwpan: Use slab cache for oz_urb_link allocationChristoph Jaeger2014-08-161-58/+12
* staging: ozwpan: Simplify app interfaceChristoph Jaeger2014-08-168-150/+82
* staging: ozwpan: Remove dead codeChristoph Jaeger2014-08-163-7/+3
* staging: ozwpan: Remove redundant initializationChristoph Jaeger2014-08-161-1/+0
* staging: ozwpan: Remove unused OZ_MAX_TIMER_POOL_SIZEChristoph Jaeger2014-08-161-2/+0
* staging: ozwpan: Fix typo in typedefChristoph Jaeger2014-08-161-2/+2
* staging: ozwpan: Add module parameter descriptionChristoph Jaeger2014-08-161-1/+3
* staging: ozwpan: Remove useless return variablesPeter Senna Tschudin2014-05-231-4/+2
* staging: ozwpan: Add missing blanklines after declarationsJames A Shackleford2014-05-231-0/+15
* staging: ozwpan: Change MaintainerRupesh Gujare2014-05-231-1/+1
* staging: ozwpan: ozproto.c fix for "WARNING: Prefer ether_addr_copy() over me...Anil Belur2014-05-231-1/+1
* staging: ozwpan: remove redundant NULL check for devsDaeseok Youn2014-05-231-1/+1
* staging:ozwpan:Fix sparse warning of cast to restricted __le16Himangi Saraogi2014-03-181-2/+2
* staging:ozwpan:Fix sparse warning of incorrect argument typeHimangi Saraogi2014-03-183-3/+3
* staging/ozwpan: coding style ether_addr_copyJérôme Pinot2014-03-172-3/+4
* staging/ozwpan: formatting coding styleJérôme Pinot2014-03-132-2/+3
* staging/ozwpan: coding style __constant_Jérôme Pinot2014-03-132-4/+3
* drivers:staging:ozwpan Replaced wrapper functions with actual spin lock functionSurendra Patil2014-03-044-26/+24
* Staging: ozwpan: Change kmalloc() to kzalloc()Salym Senyonga2014-02-071-5/+1
* Staging: ozwpan: reduce indent levels in oz_binding_add().Salym Senyonga2014-02-071-23/+21
* Staging: ozwpan: Fix null dereferenceSalym Senyonga2014-02-071-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-252-3/+4
|\
| * ozwpan: slight optimization of addr comparedingtianhong2013-12-262-3/+4
* | Merge tag 'usb-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-01-201-0/+2
|\ \
| * | usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen2013-12-081-0/+2
| |/
* | staging: delete non-required instances of include <linux/init.h>Paul Gortmaker2013-12-175-5/+0
* | Merge branch 'opw-next' into staging-nextGreg Kroah-Hartman2013-11-222-2/+2
|\ \ | |/ |/|
OpenPOWER on IntegriCloud