summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ozwpan/ozproto.c
AgeCommit message (Expand)AuthorLines
2015-08-10staging: ozwpan: Remove from treeJason A. Donenfeld-813/+0
2015-03-06staging: ozwpan: remove extra parentheses around left bit shift operationsAya Mahfouz-1/+1
2014-09-08staging: ozwpan: fix redundant return in void functionAdrian Nicoara-1/+0
2014-09-08staging: ozwpan: fix missing blank line after declarationAdrian Nicoara-0/+4
2014-08-16staging: ozwpan: Use list helpersChristoph Jaeger-10/+5
2014-08-16staging: ozwpan: Use slab cache for oz_tx_frame allocationChristoph Jaeger-0/+8
2014-08-16staging: ozwpan: Use slab cache for oz_elt_info allocationChristoph Jaeger-0/+9
2014-08-16staging: ozwpan: Simplify app interfaceChristoph Jaeger-1/+1
2014-08-16staging: ozwpan: Remove unused OZ_MAX_TIMER_POOL_SIZEChristoph Jaeger-2/+0
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-13staging/ozwpan: coding style __constant_Jérôme Pinot-1/+1
2014-03-04drivers:staging:ozwpan Replaced wrapper functions with actual spin lock functionSurendra Patil-10/+5
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-2/+3
2013-12-26ozwpan: slight optimization of addr comparedingtianhong-2/+3
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2013-11-11Staging: ozwpan: fixed whitespace before semicolonMatina Maria Trompouki-1/+1
2013-08-23staging: ozwpan: Fix Documentation style.Rupesh Gujare-32/+24
2013-08-22staging: ozwpan: Increment reference counter.Rupesh Gujare-1/+4
2013-08-14staging: ozwpan: Add a blank line between functions & declarations.Rupesh Gujare-0/+26
2013-08-14staging: ozwpan: Add a blank line between declaraction and code.Rupesh Gujare-0/+7
2013-08-12staging: ozwpan: Fix farewell report.Rupesh Gujare-1/+1
2013-08-02staging: ozwpan: Set farewell report length.Rupesh Gujare-0/+1
2013-08-02staging: ozwpan: Use kernel strncmp function.Rupesh Gujare-16/+1
2013-08-02staging: ozwpan: Mark string as constRupesh Gujare-3/+3
2013-08-02staging: ozwpan: Use kernel list function for managing interface list.Rupesh Gujare-16/+13
2013-07-31staging: ozwpan: High resolution timersRupesh Gujare-240/+89
2013-07-23staging: ozwpan: Remove old debug macro.Joe Perches-2/+2
2013-07-23staging: ozwpan: Replace oz_trace with oz_dbgJoe Perches-28/+28
2013-06-17staging: ozwpan: remove event tracing code.Rupesh Gujare-17/+0
2013-06-04Revert "ozwpan: replace alloc_skb with dev_alloc_skb in ozproto.c"Greg Kroah-Hartman-1/+1
2013-06-04Revert "ozwpan: replace kfree_skb with dev_kfree_skb in ozproto.c"Greg Kroah-Hartman-1/+1
2013-05-30ozwpan: replace kfree_skb with dev_kfree_skb in ozproto.cXenia Ragiadakou-1/+1
2013-05-30ozwpan: replace alloc_skb with dev_alloc_skb in ozproto.cXenia Ragiadakou-1/+1
2013-05-24staging: ozwpan: Revert last changesXenia Ragiadakou-2/+2
2013-05-21ozwpan: replace kfree_skb with dev_kfree_skb in ozproto.cXenia Ragiadakou-1/+1
2013-05-21ozwpan: replace alloc_skb with dev_alloc_skb in ozproto.cXenia Ragiadakou-1/+1
2013-02-15staging/ozwpan: Mark read only parameters and structs as constPeter Huewe-3/+3
2013-02-15staging/ozwpan: Fix NULL vs zero in ozproto.c (sparse warning)Peter Huewe-39/+39
2012-11-21staging: ozwpan: Remove redundant null check before kfree in ozproto.cSachin Kamat-2/+1
2012-08-13staging: ozwpan: isoc latency for audio burstRupesh Gujare-0/+13
2012-06-20staging: ozwpan: kmalloc flagRupesh Gujare-1/+1
2012-06-20staging: ozwpan: ISOC transfer in triggered modeRupesh Gujare-3/+1
2012-03-02staging: ozwpan: remove debug allocatorGreg Kroah-Hartman-11/+11
2012-02-24staging: ozwpan: Added basic L2 protocol supportChris Kelly-0/+957