index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
ozwpan
Commit message (
Expand
)
Author
Age
Files
Lines
*
staging: ozwpan: prevent a couple of underflows
Dan Carpenter
2015-06-08
1
-1
/
+10
*
ozwpan: unchecked signed subtraction leads to DoS
Jason A. Donenfeld
2015-05-30
1
-3
/
+4
*
ozwpan: divide-by-zero leading to panic
Jason A. Donenfeld
2015-05-30
1
-1
/
+4
*
ozwpan: Use unsigned ints to prevent heap overflow
Jason A. Donenfeld
2015-05-30
2
-6
/
+6
*
ozwpan: Use proper check to prevent heap overflow
Jason A. Donenfeld
2015-05-30
1
-4
/
+9
*
staging: ozwpan: implement error handling in ozwpan_init()
Alexey Khoroshilov
2015-03-26
1
-2
/
+12
*
staging: ozwpan: Move code from success handling to error handling
Quentin Lambert
2015-03-06
2
-34
/
+37
*
staging: ozwpan: Remove allocation from delaration line
Quentin Lambert
2015-03-06
2
-5
/
+8
*
staging: ozwpan: remove extra parentheses around left bit shift operations
Aya Mahfouz
2015-03-06
1
-1
/
+1
*
Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2014-12-15
2
-18
/
+16
|
\
|
*
staging: ozwpan: Deletion of unnecessary checks before the function call "oz_...
Markus Elfring
2014-11-26
1
-4
/
+2
|
*
staging: ozwpan: Remove useless cast on void pointer
Tapasweni Pathak
2014-10-30
2
-10
/
+10
|
*
staging: ozwpan: Fix incorrect type in assignments
Melike Yurtoglu
2014-10-28
1
-1
/
+1
|
*
staging: remove unneeded parentheses around the right hand side of an assignment
Jiayi Ye
2014-10-27
1
-3
/
+3
*
|
staging: ozwpan: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
|
/
*
staging: ozwpan: Remove typedefs
Christoph Jaeger
2014-09-28
1
-16
/
+7
*
staging: ozwpan: use kmalloc_array over kmalloc with multiply
Adrian Nicoara
2014-09-08
1
-2
/
+2
*
staging: ozwpan: fix redundant return in void function
Adrian Nicoara
2014-09-08
1
-1
/
+0
*
staging: ozwpan: fix redundant else after break or return
Adrian Nicoara
2014-09-08
2
-11
/
+7
*
staging: ozwpan: fix missing blank line after declaration
Adrian Nicoara
2014-09-08
6
-0
/
+22
*
staging: ozwpan: Use list helpers
Christoph Jaeger
2014-08-16
4
-189
/
+88
*
staging: ozwpan: Use slab cache for oz_tx_frame allocation
Christoph Jaeger
2014-08-16
4
-37
/
+16
*
staging: ozwpan: Use slab cache for oz_elt_info allocation
Christoph Jaeger
2014-08-16
6
-72
/
+16
*
staging: ozwpan: Use slab cache for oz_urb_link allocation
Christoph Jaeger
2014-08-16
1
-58
/
+12
*
staging: ozwpan: Simplify app interface
Christoph Jaeger
2014-08-16
8
-150
/
+82
*
staging: ozwpan: Remove dead code
Christoph Jaeger
2014-08-16
3
-7
/
+3
*
staging: ozwpan: Remove redundant initialization
Christoph Jaeger
2014-08-16
1
-1
/
+0
*
staging: ozwpan: Remove unused OZ_MAX_TIMER_POOL_SIZE
Christoph Jaeger
2014-08-16
1
-2
/
+0
*
staging: ozwpan: Fix typo in typedef
Christoph Jaeger
2014-08-16
1
-2
/
+2
*
staging: ozwpan: Add module parameter description
Christoph Jaeger
2014-08-16
1
-1
/
+3
*
staging: ozwpan: Remove useless return variables
Peter Senna Tschudin
2014-05-23
1
-4
/
+2
*
staging: ozwpan: Add missing blanklines after declarations
James A Shackleford
2014-05-23
1
-0
/
+15
*
staging: ozwpan: Change Maintainer
Rupesh Gujare
2014-05-23
1
-1
/
+1
*
staging: ozwpan: ozproto.c fix for "WARNING: Prefer ether_addr_copy() over me...
Anil Belur
2014-05-23
1
-1
/
+1
*
staging: ozwpan: remove redundant NULL check for devs
Daeseok Youn
2014-05-23
1
-1
/
+1
*
staging:ozwpan:Fix sparse warning of cast to restricted __le16
Himangi Saraogi
2014-03-18
1
-2
/
+2
*
staging:ozwpan:Fix sparse warning of incorrect argument type
Himangi Saraogi
2014-03-18
3
-3
/
+3
*
staging/ozwpan: coding style ether_addr_copy
Jérôme Pinot
2014-03-17
2
-3
/
+4
*
staging/ozwpan: formatting coding style
Jérôme Pinot
2014-03-13
2
-2
/
+3
*
staging/ozwpan: coding style __constant_
Jérôme Pinot
2014-03-13
2
-4
/
+3
*
drivers:staging:ozwpan Replaced wrapper functions with actual spin lock function
Surendra Patil
2014-03-04
4
-26
/
+24
*
Staging: ozwpan: Change kmalloc() to kzalloc()
Salym Senyonga
2014-02-07
1
-5
/
+1
*
Staging: ozwpan: reduce indent levels in oz_binding_add().
Salym Senyonga
2014-02-07
1
-23
/
+21
*
Staging: ozwpan: Fix null dereference
Salym Senyonga
2014-02-07
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-01-25
2
-3
/
+4
|
\
|
*
ozwpan: slight optimization of addr compare
dingtianhong
2013-12-26
2
-3
/
+4
*
|
Merge tag 'usb-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2014-01-20
1
-0
/
+2
|
\
\
|
*
|
usb: hcd: move controller wakeup setting initialization to individual driver
Peter Chen
2013-12-08
1
-0
/
+2
|
|
/
*
|
staging: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2013-12-17
5
-5
/
+0
*
|
Merge branch 'opw-next' into staging-next
Greg Kroah-Hartman
2013-11-22
2
-2
/
+2
|
\
\
|
|
/
|
/
|
[next]