summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ozwpan/ozproto.c
Commit message (Expand)AuthorAgeFilesLines
* staging: ozwpan: Remove from treeJason A. Donenfeld2015-08-101-813/+0
* staging: ozwpan: remove extra parentheses around left bit shift operationsAya Mahfouz2015-03-061-1/+1
* staging: ozwpan: fix redundant return in void functionAdrian Nicoara2014-09-081-1/+0
* staging: ozwpan: fix missing blank line after declarationAdrian Nicoara2014-09-081-0/+4
* staging: ozwpan: Use list helpersChristoph Jaeger2014-08-161-10/+5
* staging: ozwpan: Use slab cache for oz_tx_frame allocationChristoph Jaeger2014-08-161-0/+8
* staging: ozwpan: Use slab cache for oz_elt_info allocationChristoph Jaeger2014-08-161-0/+9
* staging: ozwpan: Simplify app interfaceChristoph Jaeger2014-08-161-1/+1
* staging: ozwpan: Remove unused OZ_MAX_TIMER_POOL_SIZEChristoph Jaeger2014-08-161-2/+0
* 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: coding style __constant_Jérôme Pinot2014-03-131-1/+1
* drivers:staging:ozwpan Replaced wrapper functions with actual spin lock functionSurendra Patil2014-03-041-10/+5
* 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-251-2/+3
|\
| * ozwpan: slight optimization of addr comparedingtianhong2013-12-261-2/+3
* | staging: delete non-required instances of include <linux/init.h>Paul Gortmaker2013-12-171-1/+0
* | Staging: ozwpan: fixed whitespace before semicolonMatina Maria Trompouki2013-11-111-1/+1
|/
* staging: ozwpan: Fix Documentation style.Rupesh Gujare2013-08-231-32/+24
* staging: ozwpan: Increment reference counter.Rupesh Gujare2013-08-221-1/+4
* staging: ozwpan: Add a blank line between functions & declarations.Rupesh Gujare2013-08-141-0/+26
* staging: ozwpan: Add a blank line between declaraction and code.Rupesh Gujare2013-08-141-0/+7
* staging: ozwpan: Fix farewell report.Rupesh Gujare2013-08-121-1/+1
* staging: ozwpan: Set farewell report length.Rupesh Gujare2013-08-021-0/+1
* staging: ozwpan: Use kernel strncmp function.Rupesh Gujare2013-08-021-16/+1
* staging: ozwpan: Mark string as constRupesh Gujare2013-08-021-3/+3
* staging: ozwpan: Use kernel list function for managing interface list.Rupesh Gujare2013-08-021-16/+13
* staging: ozwpan: High resolution timersRupesh Gujare2013-07-311-240/+89
* staging: ozwpan: Remove old debug macro.Joe Perches2013-07-231-2/+2
* staging: ozwpan: Replace oz_trace with oz_dbgJoe Perches2013-07-231-28/+28
* staging: ozwpan: remove event tracing code.Rupesh Gujare2013-06-171-17/+0
* Revert "ozwpan: replace alloc_skb with dev_alloc_skb in ozproto.c"Greg Kroah-Hartman2013-06-041-1/+1
* Revert "ozwpan: replace kfree_skb with dev_kfree_skb in ozproto.c"Greg Kroah-Hartman2013-06-041-1/+1
* ozwpan: replace kfree_skb with dev_kfree_skb in ozproto.cXenia Ragiadakou2013-05-301-1/+1
* ozwpan: replace alloc_skb with dev_alloc_skb in ozproto.cXenia Ragiadakou2013-05-301-1/+1
* staging: ozwpan: Revert last changesXenia Ragiadakou2013-05-241-2/+2
* ozwpan: replace kfree_skb with dev_kfree_skb in ozproto.cXenia Ragiadakou2013-05-211-1/+1
* ozwpan: replace alloc_skb with dev_alloc_skb in ozproto.cXenia Ragiadakou2013-05-211-1/+1
* staging/ozwpan: Mark read only parameters and structs as constPeter Huewe2013-02-151-3/+3
* staging/ozwpan: Fix NULL vs zero in ozproto.c (sparse warning)Peter Huewe2013-02-151-39/+39
* staging: ozwpan: Remove redundant null check before kfree in ozproto.cSachin Kamat2012-11-211-2/+1
* staging: ozwpan: isoc latency for audio burstRupesh Gujare2012-08-131-0/+13
* staging: ozwpan: kmalloc flagRupesh Gujare2012-06-201-1/+1
* staging: ozwpan: ISOC transfer in triggered modeRupesh Gujare2012-06-201-3/+1
* staging: ozwpan: remove debug allocatorGreg Kroah-Hartman2012-03-021-11/+11
* staging: ozwpan: Added basic L2 protocol supportChris Kelly2012-02-241-0/+957
OpenPOWER on IntegriCloud