index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
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: 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
|
\
\
|
|
/
|
/
|
|
*
staging: ozwpan: remove unneeded __GFP_ZERO to kzalloc() at oz_elt_stream_cre...
Jie Liu
2013-11-11
1
-1
/
+1
|
*
Staging: ozwpan: fixed whitespace before semicolon
Matina Maria Trompouki
2013-11-11
1
-1
/
+1
*
|
staging: ozwpan: prevent overflow in oz_cdev_write()
Dan Carpenter
2013-10-30
1
-0
/
+3
|
/
*
staging: ozwpan: Return error, if PD is not connected.
Rupesh Gujare
2013-08-28
1
-0
/
+2
*
staging: ozwpan: Change error number.
Rupesh Gujare
2013-08-28
1
-1
/
+1
*
staging: ozwpan: Increase ISOC IN buffer depth
Rupesh Gujare
2013-08-28
1
-1
/
+1
*
staging: ozwpan: oz_pd_free() can be static
Fengguang Wu
2013-08-27
1
-1
/
+1
*
staging: ozwpan: Reset PORT_ENABLE bit.
Rupesh Gujare
2013-08-27
1
-1
/
+1
*
staging: ozwpan: Add debounce time before unregistering.
Rupesh Gujare
2013-08-27
1
-0
/
+5
*
staging: ozwpan: change max. TX frame size supported.
Rupesh Gujare
2013-08-26
1
-1
/
+1
*
staging: ozwpan: Fix error checking while transmitting frame.
Rupesh Gujare
2013-08-26
1
-4
/
+4
*
staging: ozwpan: change variable type.
Rupesh Gujare
2013-08-26
1
-2
/
+2
*
staging: ozwpan: Increase interrupt end point buffer size
Rupesh Gujare
2013-08-26
1
-1
/
+2
*
staging: ozwpan: Convert hard coded value to Macro
Rupesh Gujare
2013-08-26
1
-1
/
+2
*
staging: ozwpan: Check for correct config number.
Rupesh Gujare
2013-08-26
1
-1
/
+1
*
staging: ozwpan: Fix Documentation style.
Rupesh Gujare
2013-08-23
9
-218
/
+179
*
staging: ozwpan: Fix wrong error check.
Rupesh Gujare
2013-08-23
1
-5
/
+1
*
staging: ozwpan: Remove memset
Rupesh Gujare
2013-08-23
1
-1
/
+0
*
staging: ozwpan: Create deferred work to destroy PD object.
Rupesh Gujare
2013-08-22
2
-5
/
+24
*
staging: ozwpan: Increment reference counter.
Rupesh Gujare
2013-08-22
1
-1
/
+4
*
staging: ozwpan: Check error condition before creating endpoint.
Rupesh Gujare
2013-08-22
1
-0
/
+2
*
staging: ozwpan: Fix crash for race condition.
Rupesh Gujare
2013-08-22
1
-2
/
+3
*
staging: ozwpan: Remove extra variable.
Rupesh Gujare
2013-08-15
1
-2
/
+1
*
staging: ozwpan: Remove unneeded variable initializer
Rupesh Gujare
2013-08-15
1
-1
/
+1
*
staging: ozwpan: Separate success & failure case for oz_hcd_pd_arrived()
Dan Carpenter
2013-08-14
1
-27
/
+27
*
staging: ozwpan: Swap arguments of oz_ep_alloc() to match kmalloc()
Rupesh Gujare
2013-08-14
1
-3
/
+3
*
staging: ozwpan: Remove unneeded initializers
Rupesh Gujare
2013-08-14
3
-12
/
+12
*
staging: ozwpan: Make oz_hcd_pd_departed() take a struct pointer.
Rupesh Gujare
2013-08-14
2
-3
/
+3
*
staging: ozwpan: Make oz_hcd_pd_arrived() return a struct pointer
Rupesh Gujare
2013-08-14
2
-3
/
+3
*
staging: ozwpan: Remove unnecessary pointer check.
Rupesh Gujare
2013-08-14
1
-1
/
+1
[next]