index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
ozwpan
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-26
staging: ozwpan: implement error handling in ozwpan_init()
Alexey Khoroshilov
1
-2
/
+12
2015-03-07
staging: ozwpan: Move code from success handling to error handling
Quentin Lambert
2
-34
/
+37
2015-03-07
staging: ozwpan: Remove allocation from delaration line
Quentin Lambert
2
-5
/
+8
2015-03-07
staging: ozwpan: remove extra parentheses around left bit shift operations
Aya Mahfouz
1
-1
/
+1
2014-12-16
Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-18
/
+16
2014-11-27
staging: ozwpan: Deletion of unnecessary checks before the function call "oz_...
Markus Elfring
1
-4
/
+2
2014-10-30
staging: ozwpan: Remove useless cast on void pointer
Tapasweni Pathak
2
-10
/
+10
2014-10-28
staging: ozwpan: Fix incorrect type in assignments
Melike Yurtoglu
1
-1
/
+1
2014-10-27
staging: remove unneeded parentheses around the right hand side of an assignment
Jiayi Ye
1
-3
/
+3
2014-10-20
staging: ozwpan: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-09-29
staging: ozwpan: Remove typedefs
Christoph Jaeger
1
-16
/
+7
2014-09-09
staging: ozwpan: use kmalloc_array over kmalloc with multiply
Adrian Nicoara
1
-2
/
+2
2014-09-09
staging: ozwpan: fix redundant return in void function
Adrian Nicoara
1
-1
/
+0
2014-09-09
staging: ozwpan: fix redundant else after break or return
Adrian Nicoara
2
-11
/
+7
2014-09-09
staging: ozwpan: fix missing blank line after declaration
Adrian Nicoara
6
-0
/
+22
2014-08-16
staging: ozwpan: Use list helpers
Christoph Jaeger
4
-189
/
+88
2014-08-16
staging: ozwpan: Use slab cache for oz_tx_frame allocation
Christoph Jaeger
4
-37
/
+16
2014-08-16
staging: ozwpan: Use slab cache for oz_elt_info allocation
Christoph Jaeger
6
-72
/
+16
2014-08-16
staging: ozwpan: Use slab cache for oz_urb_link allocation
Christoph Jaeger
1
-58
/
+12
2014-08-16
staging: ozwpan: Simplify app interface
Christoph Jaeger
8
-150
/
+82
2014-08-16
staging: ozwpan: Remove dead code
Christoph Jaeger
3
-7
/
+3
2014-08-16
staging: ozwpan: Remove redundant initialization
Christoph Jaeger
1
-1
/
+0
2014-08-16
staging: ozwpan: Remove unused OZ_MAX_TIMER_POOL_SIZE
Christoph Jaeger
1
-2
/
+0
2014-08-16
staging: ozwpan: Fix typo in typedef
Christoph Jaeger
1
-2
/
+2
2014-08-16
staging: ozwpan: Add module parameter description
Christoph Jaeger
1
-1
/
+3
2014-05-23
staging: ozwpan: Remove useless return variables
Peter Senna Tschudin
1
-4
/
+2
2014-05-23
staging: ozwpan: Add missing blanklines after declarations
James A Shackleford
1
-0
/
+15
2014-05-23
staging: ozwpan: Change Maintainer
Rupesh Gujare
1
-1
/
+1
2014-05-23
staging: ozwpan: ozproto.c fix for "WARNING: Prefer ether_addr_copy() over me...
Anil Belur
1
-1
/
+1
2014-05-23
staging: ozwpan: remove redundant NULL check for devs
Daeseok Youn
1
-1
/
+1
2014-03-18
staging:ozwpan:Fix sparse warning of cast to restricted __le16
Himangi Saraogi
1
-2
/
+2
2014-03-18
staging:ozwpan:Fix sparse warning of incorrect argument type
Himangi Saraogi
3
-3
/
+3
2014-03-18
staging/ozwpan: coding style ether_addr_copy
Jérôme Pinot
2
-3
/
+4
2014-03-13
staging/ozwpan: formatting coding style
Jérôme Pinot
2
-2
/
+3
2014-03-13
staging/ozwpan: coding style __constant_
Jérôme Pinot
2
-4
/
+3
2014-03-05
drivers:staging:ozwpan Replaced wrapper functions with actual spin lock function
Surendra Patil
4
-26
/
+24
2014-02-07
Staging: ozwpan: Change kmalloc() to kzalloc()
Salym Senyonga
1
-5
/
+1
2014-02-07
Staging: ozwpan: reduce indent levels in oz_binding_add().
Salym Senyonga
1
-23
/
+21
2014-02-07
Staging: ozwpan: Fix null dereference
Salym Senyonga
1
-1
/
+2
2014-01-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2
-3
/
+4
2014-01-21
Merge tag 'usb-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-0
/
+2
2013-12-26
ozwpan: slight optimization of addr compare
dingtianhong
2
-3
/
+4
2013-12-17
staging: delete non-required instances of include <linux/init.h>
Paul Gortmaker
5
-5
/
+0
2013-12-09
usb: hcd: move controller wakeup setting initialization to individual driver
Peter Chen
1
-0
/
+2
2013-11-23
Merge branch 'opw-next' into staging-next
Greg Kroah-Hartman
2
-2
/
+2
2013-11-12
staging: ozwpan: remove unneeded __GFP_ZERO to kzalloc() at oz_elt_stream_cre...
Jie Liu
1
-1
/
+1
2013-11-12
Staging: ozwpan: fixed whitespace before semicolon
Matina Maria Trompouki
1
-1
/
+1
2013-10-30
staging: ozwpan: prevent overflow in oz_cdev_write()
Dan Carpenter
1
-0
/
+3
2013-08-29
staging: ozwpan: Return error, if PD is not connected.
Rupesh Gujare
1
-0
/
+2
2013-08-29
staging: ozwpan: Change error number.
Rupesh Gujare
1
-1
/
+1
[next]