index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
vt6655
/
bssdb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2014-08-04
1
-63
/
+9
|
\
|
*
staging: vt6655: dead code remove undefined macro FOR_LED_ON_NOTEBOOK code.
Malcolm Priestley
2014-07-30
1
-53
/
+0
|
*
staging: vt6655: Add missing blank lines after declarations
Guillaume Clement
2014-07-27
1
-0
/
+7
|
*
staging: vt6655: remove useless return statements
Guillaume Clement
2014-07-27
1
-8
/
+0
|
*
staging: vt6655: statify some variables
Guillaume Clement
2014-07-22
1
-2
/
+2
*
|
staging: vt6655: Fix disassociated messages every 10 seconds
Malcolm Priestley
2014-07-24
1
-1
/
+1
|
/
*
staging: vt6655: fix checkpatch bracing issues
Guido Martínez
2014-05-15
1
-4
/
+2
*
staging: vt6655: delete explicit comparison to bool
Teodora Baluta
2013-11-11
1
-26
/
+24
*
staging: vt6655: delete unnecessary whitespace before a quoted newline
Teodora Baluta
2013-11-11
1
-3
/
+3
*
staging: vt6655: use netdev_* instead of printk
Teodora Baluta
2013-11-11
1
-13
/
+12
*
staging: vt6655: remove unneeded semicolon
Teodora Baluta
2013-11-10
1
-1
/
+1
*
staging: vt6655: put brace on previous line
Teodora Baluta
2013-11-10
1
-10
/
+5
*
staging: vt6655: put trailing statements on next line
Teodora Baluta
2013-11-10
1
-5
/
+10
*
staging: vt6655: remove braces for single statement blocks
Teodora Baluta
2013-11-10
1
-42
/
+25
*
staging: vt6655: replace C99 comments wtih C89 comments
Teodora Baluta
2013-11-10
1
-114
/
+68
*
Staging: Convert uses of compare_ether_addr to ether_addr_equal
Joe Perches
2013-09-17
1
-4
/
+7
*
staging: vt6655: Remove unnecessary blank lines
Joe Perches
2013-03-25
1
-78
/
+0
*
staging: vt6655: Remove commented out if()s
Joe Perches
2013-03-25
1
-12
/
+0
*
staging: vt6655: Remove unnecessary parentheses from returns
Joe Perches
2013-03-25
1
-4
/
+4
*
staging: vt6655: Convert to kernel brace style
Joe Perches
2013-03-25
1
-45
/
+30
*
staging: vt6655: Remove commented out printks
Joe Perches
2013-03-25
1
-8
/
+0
*
staging:vt6655:bssdb: Whitespace cleanups
Joe Perches
2013-03-18
1
-1324
/
+1324
*
staging: "vt6655" Fix typos in comments.
Justin P. Mattock
2012-09-04
1
-2
/
+2
*
staging: vt6655: Remove all commented macros
Marcos Paulo de Souza
2012-07-09
1
-1
/
+0
*
staging: vt6655: use %pM for BSSID
Andy Shevchenko
2012-07-06
1
-3
/
+2
*
staging: Fix typo in bssdb.c
Masanari Iida
2012-02-24
1
-2
/
+2
*
staging: Remove unnecessary semicolons when if (foo) {...};
Joe Perches
2011-04-25
1
-4
/
+4
*
Staging: vt6655: replace BOOL with in kernel bool
Charles Clément
2010-08-02
1
-9
/
+9
*
Staging: vt6655: replace FALSE with in kernel false
Charles Clément
2010-08-02
1
-32
/
+32
*
Staging: vt6655: replace TRUE with in kernel true
Charles Clément
2010-08-02
1
-49
/
+49
*
Staging: vt6655: remove PUINT typedef
Charles Clément
2010-06-25
1
-9
/
+3
*
Staging: vt6655: remove BYTE typedef
Charles Clément
2010-06-24
1
-12
/
+12
*
Staging: vt6655: remove WORD typedef
Charles Clément
2010-06-24
1
-8
/
+8
*
Staging: vt6655: remove ULONG_PTR typedef
Charles Clément
2010-06-22
1
-4
/
+4
*
Staging: vt6655: move channel mapping code from card.c to channel.c
Charles Clément
2010-06-22
1
-4
/
+3
*
Staging: vt6655: remove PWORD typedef
Charles Clément
2010-06-18
1
-9
/
+9
*
Staging: vt6655: remove PBYTE typedef
Charles Clément
2010-06-18
1
-13
/
+13
*
Staging: vt6655: remove custom ULONG typedef
Charles Clément
2010-06-18
1
-3
/
+3
*
Staging: vt6655: remove custom UINT typedef
Charles Clément
2010-06-18
1
-33
/
+33
*
Staging: vt6655: remove custom LONG typedef
Charles Clément
2010-06-18
1
-3
/
+3
*
Staging: vt6655: use compare_ether_addr instead of custom macro
Charles Clément
2010-06-18
1
-4
/
+4
*
Staging: vt6655: use is_broadcast_ether_addr instead of custom macro
Charles Clément
2010-06-18
1
-1
/
+1
*
Staging: vt6655: remove OUT definition
Charles Clément
2010-05-14
1
-2
/
+2
*
Staging: vt6655: remove IN definition
Charles Clément
2010-05-14
1
-69
/
+69
*
Staging: vt6655: remove HANDLE definition and use
Charles Clément
2010-05-14
1
-36
/
+36
*
Staging: vt6655: remove PVOID definition and use
Charles Clément
2010-05-11
1
-7
/
+7
*
Staging: vt6655: remove VOID definition and use
Charles Clément
2010-05-11
1
-15
/
+15
*
Staging: vt665x: remove tbit.h part 2
Jim Lieb
2009-09-15
1
-10
/
+9
*
Staging: vt665x: Remove umem.h Part 1
Jim Lieb
2009-09-15
1
-7
/
+6
*
Staging: vt665x: Clean up include files, Part 2
Jim Lieb
2009-09-15
1
-40
/
+0
[next]