aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ozwpan/ozproto.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-10staging: ozwpan: Remove from treeJason A. Donenfeld1-813/+0
2015-03-06staging: ozwpan: remove extra parentheses around left bit shift operationsAya Mahfouz1-1/+1
2014-09-08staging: ozwpan: fix redundant return in void functionAdrian Nicoara1-1/+0
2014-09-08staging: ozwpan: fix missing blank line after declarationAdrian Nicoara1-0/+4
2014-08-16staging: ozwpan: Use list helpersChristoph Jaeger1-10/+5
2014-08-16staging: ozwpan: Use slab cache for oz_tx_frame allocationChristoph Jaeger1-0/+8
2014-08-16staging: ozwpan: Use slab cache for oz_elt_info allocationChristoph Jaeger1-0/+9
2014-08-16staging: ozwpan: Simplify app interfaceChristoph Jaeger1-1/+1
2014-08-16staging: ozwpan: Remove unused OZ_MAX_TIMER_POOL_SIZEChristoph Jaeger1-2/+0
2014-05-23staging: ozwpan: ozproto.c fix for "WARNING: Prefer ether_addr_copy() over memcpy() if the Ethernet addresses are __aligned(2)"Anil Belur1-1/+1
2014-05-23staging: ozwpan: remove redundant NULL check for devsDaeseok Youn1-1/+1
2014-03-13staging/ozwpan: coding style __constant_Jérôme Pinot1-1/+1
2014-03-04drivers:staging:ozwpan Replaced wrapper functions with actual spin lock functionSurendra Patil1-10/+5
2014-02-07Staging: ozwpan: Change kmalloc() to kzalloc()Salym Senyonga1-5/+1
2014-02-07Staging: ozwpan: reduce indent levels in oz_binding_add().Salym Senyonga1-23/+21
2014-02-07Staging: ozwpan: Fix null dereferenceSalym Senyonga1-1/+2
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+3
2013-12-26ozwpan: slight optimization of addr comparedingtianhong1-2/+3
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-11-11Staging: ozwpan: fixed whitespace before semicolonMatina Maria Trompouki1-1/+1
2013-08-23staging: ozwpan: Fix Documentation style.Rupesh Gujare1-32/+24
2013-08-22staging: ozwpan: Increment reference counter.Rupesh Gujare1-1/+4
2013-08-14staging: ozwpan: Add a blank line between functions & declarations.Rupesh Gujare1-0/+26
2013-08-14staging: ozwpan: Add a blank line between declaraction and code.Rupesh Gujare1-0/+7
2013-08-12staging: ozwpan: Fix farewell report.Rupesh Gujare1-1/+1
2013-08-02staging: ozwpan: Set farewell report length.Rupesh Gujare1-0/+1
2013-08-02staging: ozwpan: Use kernel strncmp function.Rupesh Gujare1-16/+1
2013-08-02staging: ozwpan: Mark string as constRupesh Gujare1-3/+3
2013-08-02staging: ozwpan: Use kernel list function for managing interface list.Rupesh Gujare1-16/+13
2013-07-31staging: ozwpan: High resolution timersRupesh Gujare1-240/+89
2013-07-23staging: ozwpan: Remove old debug macro.Joe Perches1-2/+2
2013-07-23staging: ozwpan: Replace oz_trace with oz_dbgJoe Perches1-28/+28
2013-06-17staging: ozwpan: remove event tracing code.Rupesh Gujare1-17/+0
2013-06-04Revert "ozwpan: replace alloc_skb with dev_alloc_skb in ozproto.c"Greg Kroah-Hartman1-1/+1
2013-06-04Revert "ozwpan: replace kfree_skb with dev_kfree_skb in ozproto.c"Greg Kroah-Hartman1-1/+1
2013-05-30ozwpan: replace kfree_skb with dev_kfree_skb in ozproto.cXenia Ragiadakou1-1/+1
2013-05-30ozwpan: replace alloc_skb with dev_alloc_skb in ozproto.cXenia Ragiadakou1-1/+1
2013-05-24staging: ozwpan: Revert last changesXenia Ragiadakou1-2/+2
2013-05-21ozwpan: replace kfree_skb with dev_kfree_skb in ozproto.cXenia Ragiadakou1-1/+1
2013-05-21ozwpan: replace alloc_skb with dev_alloc_skb in ozproto.cXenia Ragiadakou1-1/+1
2013-02-15staging/ozwpan: Mark read only parameters and structs as constPeter Huewe1-3/+3
2013-02-15staging/ozwpan: Fix NULL vs zero in ozproto.c (sparse warning)Peter Huewe1-39/+39
2012-11-21staging: ozwpan: Remove redundant null check before kfree in ozproto.cSachin Kamat1-2/+1
2012-08-13staging: ozwpan: isoc latency for audio burstRupesh Gujare1-0/+13
2012-06-20staging: ozwpan: kmalloc flagRupesh Gujare1-1/+1
2012-06-20staging: ozwpan: ISOC transfer in triggered modeRupesh Gujare1-3/+1
2012-03-02staging: ozwpan: remove debug allocatorGreg Kroah-Hartman1-11/+11
2012-02-24staging: ozwpan: Added basic L2 protocol supportChris Kelly1-0/+957