index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
vt6655
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-28
staging: vt6655: refactor iwctl_giwaplist() to avoid -Wframe-larger-than warn.
Konrad Zapalowicz
1
-24
/
+48
2014-05-23
staging: vt6655: Remove useless return variables
Peter Senna Tschudin
2
-19
/
+10
2014-05-15
staging: vt6655: fix checkpatch bracing issues
Guido Martínez
23
-949
/
+814
2014-05-15
staging: vt6655: remove dead code
Guido Martínez
39
-1101
/
+51
2014-05-15
Staging: vt6655: tether: fixed a brace coding style issue
Nicolas Del Piano
1
-2
/
+2
2014-04-18
staging: vt6655: removed incorrect casting in ioctl.c
Silvio Fricke
1
-2
/
+4
2014-04-18
staging: vt6655: removed incorrect casting in wpactl.c
Silvio Fricke
1
-3
/
+3
2014-04-18
Staging: vt6655: iwctl.c: fix a sparse warning
Jimmy Li
1
-7
/
+2
2014-04-18
staging: vt6655: remove mention of nonexistent function CARDbSetBasicRate
Guido Martínez
1
-14
/
+0
2014-04-18
staging: vt6655: fix DBG_PRT and PRINT_K macros
Guido Martínez
2
-3
/
+12
2014-04-18
staging: vt6655,vt6656: fix sparse error "unexpected unlock"
Cédric Cabessa
1
-1
/
+2
2014-04-18
staging: vt6655: fix sparse warning
Ioana Ileana
1
-1
/
+1
2014-03-18
staging:vt6655: Fix sparse warnings of using plain integer as NULL pointer
Himangi Saraogi
1
-15
/
+15
2014-03-16
staging: vt6655: Fix line over 80 characters.
Gulsah Kose
1
-126
/
+205
2014-03-16
staging: vt6655: Remove unnecessary braces in aes_ccmp.c
Jelena Bjelja
1
-20
/
+10
2014-03-16
staging:vt6655: Fix open brace placement related error
Jelena Bjelja
1
-2
/
+1
2014-03-13
staging: vt6655 : Fix placement of open brace
Ashley Smith
1
-2
/
+1
2014-03-08
staging: vt6655: 64 bit fix sizeof long TKIP mic
Malcolm Priestley
1
-15
/
+15
2014-03-08
staging: vt6655: 64 bit fixes TKIP mic correct sizeof long.
Malcolm Priestley
1
-16
/
+16
2014-03-08
staging: vt6655: 64 bit fixes :TKIP mode micheal.c sizeof long.
Malcolm Priestley
4
-27
/
+29
2014-03-08
staging: vt6655: 64 bit fixes: MACvSetKeyEntry correct sizeof long,
Malcolm Priestley
3
-10
/
+10
2014-03-08
staging: vt6655: 64 bit Correct alignment of tx/rx structures.
Malcolm Priestley
1
-9
/
+6
2014-01-13
staging: vt6655: Fix memory leak in wpa_ioctl()
Christian Engelmayer
1
-2
/
+2
2014-01-08
vt6655: fix printk usage in wpactl.c
Martin Hofmann
1
-12
/
+12
2014-01-08
vt6655: remove typedefs in wpactl.h
Martin Hofmann
3
-9
/
+7
2014-01-08
vt6655: fix indentation in wroute.c
Martin Hofmann
1
-13
/
+17
2014-01-08
vt6655: remove unnecessary braces in wroute.c
Martin Hofmann
1
-7
/
+5
2014-01-08
vt6655: remove casts in wroute.c
Martin Hofmann
1
-4
/
+4
2014-01-08
vt6655: balance faulty parentheses in 80211hdr.h
Martin Hofmann
1
-1
/
+1
2014-01-08
staging: vt6655: check too restrictive (off by one)
Dan Carpenter
1
-2
/
+2
2013-12-17
staging: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-12-02
staging: remove DEFINE_PCI_DEVICE_TABLE macro
Jingoo Han
1
-1
/
+1
2013-12-02
Merge v3.13-rc2 into staging-next
Greg Kroah-Hartman
1
-1
/
+2
2013-11-25
Staging: vt6655-6: potential NULL dereference in hostap_disable_hostapd()
Dan Carpenter
1
-1
/
+2
2013-11-11
staging: vt6655: delete explicit comparison to bool
Teodora Baluta
1
-26
/
+24
2013-11-11
staging: vt6655: delete unnecessary whitespace before a quoted newline
Teodora Baluta
1
-3
/
+3
2013-11-11
staging: vt6655: use netdev_* instead of printk
Teodora Baluta
1
-13
/
+12
2013-11-10
staging: vt6655: remove unneeded semicolon
Teodora Baluta
7
-15
/
+15
2013-11-10
staging: vt6655: fix comparison of bool to 0/1
Teodora Baluta
1
-4
/
+4
2013-11-10
staging: vt6655: fix assignment of bool to 0
Teodora Baluta
1
-2
/
+2
2013-11-10
staging: vt6655: delete explicit comparison to bool
Teodora Baluta
18
-184
/
+176
2013-11-10
staging: vt6655: put brace on previous line
Teodora Baluta
1
-10
/
+5
2013-11-10
staging: vt6655: put trailing statements on next line
Teodora Baluta
1
-5
/
+10
2013-11-10
staging: vt6655: remove braces for single statement blocks
Teodora Baluta
1
-42
/
+25
2013-11-10
staging: vt6655: replace C99 comments wtih C89 comments
Teodora Baluta
1
-114
/
+68
2013-11-10
staging: vt6655: fixed sparse warning for static declaration in wpa2.c
Archana kumari
1
-8
/
+8
2013-10-27
staging: vt6655: fixed use of unnecessary braces in baseband.c
Archana kumari
1
-4
/
+3
2013-10-27
Staging: vt6655: Fix Sparse Warning for Static Declarations in wpa.c
Ebru Akagunduz
1
-6
/
+6
2013-10-27
Staging: vt6655: Fix Sparse Warning for Static Declarations in tkip.c
Ebru Akagunduz
1
-2
/
+2
2013-10-19
staging: vt6655: Fix C99 commenting style in michael.h
Archana kumari
1
-5
/
+5
[next]