summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ozwpan/ozpd.c
Commit message (Expand)AuthorAgeFilesLines
* staging: ozwpan: Remove from treeJason A. Donenfeld2015-08-101-886/+0
* staging: ozwpan: Move code from success handling to error handlingQuentin Lambert2015-03-061-26/+27
* staging: ozwpan: Remove allocation from delaration lineQuentin Lambert2015-03-061-3/+5
* staging: ozwpan: fix redundant else after break or returnAdrian Nicoara2014-09-081-6/+4
* staging: ozwpan: fix missing blank line after declarationAdrian Nicoara2014-09-081-0/+6
* staging: ozwpan: Use list helpersChristoph Jaeger2014-08-161-72/+34
* staging: ozwpan: Use slab cache for oz_tx_frame allocationChristoph Jaeger2014-08-161-35/+6
* staging: ozwpan: Use slab cache for oz_elt_info allocationChristoph Jaeger2014-08-161-2/+0
* staging: ozwpan: Simplify app interfaceChristoph Jaeger2014-08-161-108/+43
* staging: ozwpan: Remove dead codeChristoph Jaeger2014-08-161-4/+1
* staging/ozwpan: coding style ether_addr_copyJérôme Pinot2014-03-171-1/+2
* drivers:staging:ozwpan Replaced wrapper functions with actual spin lock functionSurendra Patil2014-03-041-14/+14
* staging: delete non-required instances of include <linux/init.h>Paul Gortmaker2013-12-171-1/+0
* staging: ozwpan: oz_pd_free() can be staticFengguang Wu2013-08-271-1/+1
* staging: ozwpan: Fix error checking while transmitting frame.Rupesh Gujare2013-08-261-4/+4
* staging: ozwpan: Fix Documentation style.Rupesh Gujare2013-08-231-43/+39
* staging: ozwpan: Fix wrong error check.Rupesh Gujare2013-08-231-5/+1
* staging: ozwpan: Remove memsetRupesh Gujare2013-08-231-1/+0
* staging: ozwpan: Create deferred work to destroy PD object.Rupesh Gujare2013-08-221-5/+23
* staging: ozwpan: Remove unneeded initializersRupesh Gujare2013-08-141-2/+2
* staging: ozwpan: Add a blank line between functions & declarations.Rupesh Gujare2013-08-141-0/+40
* staging: ozwpan: Add a blank line between declaraction and code.Rupesh Gujare2013-08-141-0/+22
* staging: ozwpan: Drop oldest ISOC frame instead of dropping latest.Rupesh Gujare2013-08-021-1/+12
* staging: ozwpan: High resolution timersRupesh Gujare2013-07-311-10/+21
* staging: ozwpan: Remove old debug macro.Joe Perches2013-07-231-4/+2
* staging: ozwpan: Replace oz_trace with oz_dbgJoe Perches2013-07-231-31/+30
* staging: ozwpan: remove event tracing code.Rupesh Gujare2013-06-171-20/+3
* Revert "ozwpan: replace alloc_skb with dev_alloc_skb in ozpd.c"Greg Kroah-Hartman2013-06-041-3/+4
* Revert "ozwpan: replace kfree_skb with dev_kfree_skb in ozpd.c"Greg Kroah-Hartman2013-06-041-6/+6
* ozwpan: replace kfree_skb with dev_kfree_skb in ozpd.cXenia Ragiadakou2013-05-301-6/+6
* ozwpan: replace alloc_skb with dev_alloc_skb in ozpd.cXenia Ragiadakou2013-05-301-4/+3
* staging: ozwpan: Revert last changesXenia Ragiadakou2013-05-241-9/+10
* ozwpan: replace kfree_skb with dev_kfree_skb in ozpd.cXenia Ragiadakou2013-05-211-6/+6
* ozwpan: replace alloc_skb with dev_alloc_skb in ozpd.cXenia Ragiadakou2013-05-211-4/+3
* staging/ozwpan: Mark read only parameters and structs as constPeter Huewe2013-02-151-8/+8
* staging/ozwpan: Mark local functions as static (fix sparse warnings)Peter Huewe2013-02-151-2/+2
* staging/ozwpan: Fix NULL vs zero in ozpd.c (sparse warning)Peter Huewe2013-02-151-34/+34
* staging: ozwpan: Remove redundant null check before kfree in ozpd.cSachin Kamat2012-11-211-4/+2
* staging: ozwpan: remove pointless conditional before kfree_skb()Wei Yongjun2012-09-041-2/+1
* staging: ozwpan: isoc latency for audio burstRupesh Gujare2012-08-131-7/+1
* staging: ozwpan: Set AC_VO priorityRupesh Gujare2012-06-201-0/+2
* staging: ozwpan: set last_pkt_nbRupesh Gujare2012-06-201-0/+9
* staging: ozwpan: ISOC transfer in triggered modeRupesh Gujare2012-06-201-30/+141
* staging: ozwpan: Fix bug where kfree is called twice.Rupesh Gujare2012-04-261-2/+0
* staging: ozwpan: remove debug allocatorGreg Kroah-Hartman2012-03-021-16/+13
* Staging: ozwpan: prevent bogus dereferenceDan Carpenter2012-03-021-1/+1
* staging: ozwpan: Added device state supportChris Kelly2012-02-241-0/+835
OpenPOWER on IntegriCloud