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
2010-10-28
Merge 'staging-next' to Linus's tree
Greg Kroah-Hartman
6
-22
/
+8
2010-10-05
Staging: vt6655: Makefile: cleaned up Makefile cflag lines
Tracey Dent
1
-2
/
+2
2010-09-20
Staging: vt6655: remove unused update_BssList definition
Charles Clément
1
-7
/
+0
2010-09-20
Staging: vt6655: fix buffer overflow
Dan Carpenter
1
-3
/
+8
2010-09-20
staging: vt6655: '&pointer[0]' to 'pointer' fix
Andy Shevchenko
2
-3
/
+2
2010-09-16
Staging: vt665x: remove unused DEF definition
Charles Clément
1
-4
/
+0
2010-09-16
staging: vt6655: use '%pM' format to print MAC address
Andy Shevchenko
2
-7
/
+4
2010-08-31
staging: Use available error codes
Julia Lawall
1
-1
/
+1
2010-08-31
staging: vt6655: do not use PCI resources before pci_enable_device()
Kulikov Vasiliy
1
-1
/
+2
2010-08-02
Staging: vt6655: replace BOOL with in kernel bool
Charles Clément
50
-472
/
+470
2010-08-02
Staging: vt6655: replace FALSE with in kernel false
Charles Clément
30
-589
/
+581
2010-08-02
Staging: vt6655: replace TRUE with in kernel true
Charles Clément
31
-768
/
+761
2010-07-08
Staging: vt6655: use for_each_pci_dev()
Kulikov Vasiliy
1
-1
/
+1
2010-07-08
Staging: vt6655: simplify broadcast and multicast ethernet address test
Charles Clément
2
-19
/
+9
2010-06-25
Staging: vt6655: Add TODO entries on x86-64 pointers and .data size
Charles Clément
1
-0
/
+2
2010-06-25
Staging: vt6655: remove PUINT typedef
Charles Clément
8
-147
/
+50
2010-06-24
Staging: vt6655: remove BYTE typedef
Charles Clément
55
-965
/
+963
2010-06-24
Staging: vt6655: remove WORD typedef
Charles Clément
44
-590
/
+589
2010-06-24
Staging: vt6655: remove DWORD typedef
Charles Clément
32
-309
/
+308
2010-06-22
Staging: vt6655: remove DWORD_PTR pointer typedef
Charles Clément
13
-196
/
+194
2010-06-22
Staging: vt6655: remove ULONG_PTR typedef
Charles Clément
2
-5
/
+4
2010-06-22
Staging: vt6655: move channel mapping code from card.c to channel.c
Charles Clément
12
-982
/
+931
2010-06-18
Staging: vt6655: struct pci_driver cleanup
Charles Clément
1
-19
/
+19
2010-06-18
Staging: vt665*: fix typos concerning "management"
Uwe Kleine-König
1
-1
/
+1
2010-06-18
Staging: vt6655: fix up U32 conversion
Greg Kroah-Hartman
2
-2
/
+2
2010-06-18
Staging: vt6655: include linux/ headers instead of asm/
Charles Clément
1
-2
/
+2
2010-06-18
Staging: vt6655: remove PDWORD typedef
Charles Clément
14
-84
/
+82
2010-06-18
Staging: vt6655: remove PWORD typedef
Charles Clément
21
-133
/
+131
2010-06-18
Staging: vt6655: remove PBYTE typedef
Charles Clément
57
-503
/
+503
2010-06-18
Staging: vt6655: remove custom ULONGLONG typedef
Charles Clément
6
-91
/
+87
2010-06-18
Staging: vt6655: remove custom ULONG typedef
Charles Clément
19
-67
/
+67
2010-06-18
Staging: vt6655: remove custom UINT typedef
Charles Clément
47
-538
/
+545
2010-06-18
Staging: vt6655: remove custom USHORT typedef
Charles Clément
2
-8
/
+7
2010-06-18
Staging: vt6655: remove custom UCHAR typedef
Charles Clément
4
-9
/
+10
2010-06-18
Staging: vt6655: remove custom LONG typedef
Charles Clément
9
-22
/
+20
2010-06-18
Staging: vt6655: remove custom INT typedef
Charles Clément
6
-43
/
+42
2010-06-18
Staging: vt6655: removed custom SHORT typedef
Charles Clément
2
-5
/
+4
2010-06-18
Staging: vt6655: removed custom CHAR typedef
Charles Clément
3
-4
/
+3
2010-06-18
Staging: vt6655: remove U32 custom macro
Charles Clément
6
-127
/
+124
2010-06-18
Staging: vt6655: remove U16 custom macro
Charles Clément
4
-30
/
+29
2010-06-18
Staging: vt6655: remove U8 custom macro
Charles Clément
5
-42
/
+41
2010-06-18
Staging: vt6655: remove I8 custom macro
Charles Clément
4
-11
/
+9
2010-06-18
Staging: vt6655: remove unused OUT definition
Charles Clément
1
-4
/
+0
2010-06-18
Staging: vt6655: remove double definition of Calcu_LinkQual
Charles Clément
1
-4
/
+0
2010-06-18
Staging: vt6655: remove unused argument in ChannelValid function
Charles Clément
3
-6
/
+5
2010-06-18
Staging: vt6655: use compare_ether_addr instead of custom macro
Charles Clément
9
-27
/
+20
2010-06-18
Staging: vt6655: use is_zero_ether_addr instead of custom macro
Charles Clément
2
-6
/
+1
2010-06-18
Staging: vt6655: use is_broadcast_ether_addr instead of custom macro
Charles Clément
8
-18
/
+13
2010-06-18
Staging: vt6655: use is_multicast_ether_addr instead of custom macro
Charles Clément
5
-14
/
+11
2010-06-18
Staging: vt6655: use ETH_ZLEN macro instead of custom one
Charles Clément
2
-8
/
+2
[next]