aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ozwpan/ozpd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-10staging: ozwpan: Remove from treeJason A. Donenfeld1-886/+0
2015-03-06staging: ozwpan: Move code from success handling to error handlingQuentin Lambert1-26/+27
2015-03-06staging: ozwpan: Remove allocation from delaration lineQuentin Lambert1-3/+5
2014-09-08staging: ozwpan: fix redundant else after break or returnAdrian Nicoara1-6/+4
2014-09-08staging: ozwpan: fix missing blank line after declarationAdrian Nicoara1-0/+6
2014-08-16staging: ozwpan: Use list helpersChristoph Jaeger1-72/+34
2014-08-16staging: ozwpan: Use slab cache for oz_tx_frame allocationChristoph Jaeger1-35/+6
2014-08-16staging: ozwpan: Use slab cache for oz_elt_info allocationChristoph Jaeger1-2/+0
2014-08-16staging: ozwpan: Simplify app interfaceChristoph Jaeger1-108/+43
2014-08-16staging: ozwpan: Remove dead codeChristoph Jaeger1-4/+1
2014-03-17staging/ozwpan: coding style ether_addr_copyJérôme Pinot1-1/+2
2014-03-04drivers:staging:ozwpan Replaced wrapper functions with actual spin lock functionSurendra Patil1-14/+14
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-08-27staging: ozwpan: oz_pd_free() can be staticFengguang Wu1-1/+1
2013-08-26staging: ozwpan: Fix error checking while transmitting frame.Rupesh Gujare1-4/+4
2013-08-23staging: ozwpan: Fix Documentation style.Rupesh Gujare1-43/+39
2013-08-23staging: ozwpan: Fix wrong error check.Rupesh Gujare1-5/+1
2013-08-23staging: ozwpan: Remove memsetRupesh Gujare1-1/+0
2013-08-22staging: ozwpan: Create deferred work to destroy PD object.Rupesh Gujare1-5/+23
2013-08-14staging: ozwpan: Remove unneeded initializersRupesh Gujare1-2/+2
2013-08-14staging: ozwpan: Add a blank line between functions & declarations.Rupesh Gujare1-0/+40
2013-08-14staging: ozwpan: Add a blank line between declaraction and code.Rupesh Gujare1-0/+22
2013-08-02staging: ozwpan: Drop oldest ISOC frame instead of dropping latest.Rupesh Gujare1-1/+12
2013-07-31staging: ozwpan: High resolution timersRupesh Gujare1-10/+21
2013-07-23staging: ozwpan: Remove old debug macro.Joe Perches1-4/+2
2013-07-23staging: ozwpan: Replace oz_trace with oz_dbgJoe Perches1-31/+30
2013-06-17staging: ozwpan: remove event tracing code.Rupesh Gujare1-20/+3
2013-06-04Revert "ozwpan: replace alloc_skb with dev_alloc_skb in ozpd.c"Greg Kroah-Hartman1-3/+4
2013-06-04Revert "ozwpan: replace kfree_skb with dev_kfree_skb in ozpd.c"Greg Kroah-Hartman1-6/+6
2013-05-30ozwpan: replace kfree_skb with dev_kfree_skb in ozpd.cXenia Ragiadakou1-6/+6
2013-05-30ozwpan: replace alloc_skb with dev_alloc_skb in ozpd.cXenia Ragiadakou1-4/+3
2013-05-24staging: ozwpan: Revert last changesXenia Ragiadakou1-9/+10
2013-05-21ozwpan: replace kfree_skb with dev_kfree_skb in ozpd.cXenia Ragiadakou1-6/+6
2013-05-21ozwpan: replace alloc_skb with dev_alloc_skb in ozpd.cXenia Ragiadakou1-4/+3
2013-02-15staging/ozwpan: Mark read only parameters and structs as constPeter Huewe1-8/+8
2013-02-15staging/ozwpan: Mark local functions as static (fix sparse warnings)Peter Huewe1-2/+2
2013-02-15staging/ozwpan: Fix NULL vs zero in ozpd.c (sparse warning)Peter Huewe1-34/+34
2012-11-21staging: ozwpan: Remove redundant null check before kfree in ozpd.cSachin Kamat1-4/+2
2012-09-04staging: ozwpan: remove pointless conditional before kfree_skb()Wei Yongjun1-2/+1
2012-08-13staging: ozwpan: isoc latency for audio burstRupesh Gujare1-7/+1
2012-06-20staging: ozwpan: Set AC_VO priorityRupesh Gujare1-0/+2
2012-06-20staging: ozwpan: set last_pkt_nbRupesh Gujare1-0/+9
2012-06-20staging: ozwpan: ISOC transfer in triggered modeRupesh Gujare1-30/+141
2012-04-26staging: ozwpan: Fix bug where kfree is called twice.Rupesh Gujare1-2/+0
2012-03-02staging: ozwpan: remove debug allocatorGreg Kroah-Hartman1-16/+13
2012-03-02Staging: ozwpan: prevent bogus dereferenceDan Carpenter1-1/+1
2012-02-24staging: ozwpan: Added device state supportChris Kelly1-0/+835