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
/
vt6655
Commit message (
Expand
)
Author
Age
Files
Lines
*
staging: vt6655: hostap.c: Remove all unused macros
Marcos Paulo de Souza
2012-07-09
1
-6
/
+0
*
staging: vt6655: Remove all commented macros
Marcos Paulo de Souza
2012-07-09
11
-44
/
+0
*
staging: vt6655: baseband.h: Remove all unused macros
Marcos Paulo de Souza
2012-07-09
1
-30
/
+0
*
staging: vt6655: rf.c: Remove all unused macros
Marcos Paulo de Souza
2012-07-09
1
-36
/
+0
*
staging: vt6655: mac.h: Remove all commented macros
Marcos Paulo de Souza
2012-07-09
1
-24
/
+0
*
staging: vt6655: Remove all "if 0" blocks from driver
Marcos Paulo de Souza
2012-07-09
4
-135
/
+0
*
staging: vt6655: use %pM for BSSID
Andy Shevchenko
2012-07-06
1
-3
/
+2
*
Merge 3.4-rc5 into staging-next
Greg Kroah-Hartman
2012-05-02
1
-2
/
+2
|
\
|
*
staging: replace open-coded ARRAY_SIZEs
Jim Cromie
2012-04-10
1
-2
/
+2
*
|
Staging: vt6655-6: check keysize before memcpy()
Dan Carpenter
2012-04-10
1
-0
/
+3
|
/
*
staging: Fix typo in bssdb.c
Masanari Iida
2012-02-24
1
-2
/
+2
*
Staging: vt6655: Fix brace coding style issues in ioctl.c
mahendra singh meena
2012-02-09
1
-12
/
+11
*
staging: vt6655: integer overflows in private_ioctl()
Xi Wang
2011-11-30
1
-0
/
+8
*
staging:vt6656: iwctl.c: Removed unneeded function
Marcos Paulo de Souza
2011-11-30
3
-22
/
+1
*
Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2011-10-26
6
-858
/
+733
|
\
|
*
Staging: vt6655: add some range checks before memcpy()
Dan Carpenter
2011-10-23
1
-0
/
+6
|
*
Staging: vt6655: whitespace fixes to iotcl.c
Dan Carpenter
2011-10-23
1
-596
/
+491
|
*
Staging: vt6655: memory corruption in check in wpa_set_wpadev()
Dan Carpenter
2011-10-19
1
-1
/
+3
|
*
Staging: vt6655-6: potential info leak in private_ioctl()
Dan Carpenter
2011-09-26
1
-0
/
+1
|
*
staging: vt6655: simplify MAC printing by using %pM
Andy Shevchenko
2011-08-23
3
-71
/
+18
|
*
staging: vt6655: Fixed all the indents and other errors in IEEE11h.c
Toon Schoenmakers
2011-08-23
1
-191
/
+215
*
|
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
2011-08-17
1
-1
/
+1
|
/
*
staging: vt6655: Fix warnings if CONFIG_PM is not defined
Larry Finger
2011-05-06
1
-1
/
+1
*
staging: Remove unnecessary semicolons when switch (foo) {...};
Joe Perches
2011-04-25
1
-1
/
+1
*
staging: Remove unnecessary semicolons when for (foo) {...};
Joe Perches
2011-04-25
3
-6
/
+6
*
staging: Remove unnecessary semicolons when if (foo) {...};
Joe Perches
2011-04-25
9
-69
/
+69
*
Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2011-04-07
1
-1
/
+1
|
\
|
*
Staging: vt665?: prevent modules from being built into the kernel.
Greg Kroah-Hartman
2011-04-04
1
-1
/
+1
*
|
Fix common misspellings
Lucas De Marchi
2011-03-31
4
-5
/
+5
|
/
*
staging: vt6655: Remove NULL check before kfree
Ilia Mirkin
2011-03-14
3
-6
/
+3
*
staging: vt6655: device_main.c remove one to many l's in the word.
Justin P. Mattock
2011-02-28
1
-1
/
+1
*
staging/vt6655: fix sparse warning "obsolete struct initializer"
Peter Huewe
2011-01-21
1
-9
/
+9
*
drivers/staging: Remove unnecessary semicolons
Joe Perches
2010-11-16
3
-4
/
+4
*
Merge 'staging-next' to Linus's tree
Greg Kroah-Hartman
2010-10-28
6
-22
/
+8
|
\
|
*
Staging: vt6655: Makefile: cleaned up Makefile cflag lines
Tracey Dent
2010-10-05
1
-2
/
+2
|
*
Staging: vt6655: remove unused update_BssList definition
Charles Clément
2010-09-20
1
-7
/
+0
|
*
staging: vt6655: '&pointer[0]' to 'pointer' fix
Andy Shevchenko
2010-09-20
2
-3
/
+2
|
*
Staging: vt665x: remove unused DEF definition
Charles Clément
2010-09-16
1
-4
/
+0
|
*
staging: vt6655: use '%pM' format to print MAC address
Andy Shevchenko
2010-09-16
2
-7
/
+4
|
*
staging: Use available error codes
Julia Lawall
2010-08-31
1
-1
/
+1
|
*
staging: vt6655: do not use PCI resources before pci_enable_device()
Kulikov Vasiliy
2010-08-31
1
-1
/
+2
*
|
Staging: vt6655: fix buffer overflow
Dan Carpenter
2010-09-20
1
-3
/
+8
|
/
*
Staging: vt6655: replace BOOL with in kernel bool
Charles Clément
2010-08-02
50
-472
/
+470
*
Staging: vt6655: replace FALSE with in kernel false
Charles Clément
2010-08-02
30
-589
/
+581
*
Staging: vt6655: replace TRUE with in kernel true
Charles Clément
2010-08-02
31
-768
/
+761
*
Staging: vt6655: use for_each_pci_dev()
Kulikov Vasiliy
2010-07-08
1
-1
/
+1
*
Staging: vt6655: simplify broadcast and multicast ethernet address test
Charles Clément
2010-07-08
2
-19
/
+9
*
Staging: vt6655: Add TODO entries on x86-64 pointers and .data size
Charles Clément
2010-06-25
1
-0
/
+2
*
Staging: vt6655: remove PUINT typedef
Charles Clément
2010-06-25
8
-147
/
+50
*
Staging: vt6655: remove BYTE typedef
Charles Clément
2010-06-24
55
-965
/
+963
[next]