index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
vt6655
Age
Commit message (
Expand
)
Author
Files
Lines
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
2010-05-21
Merge staging-next tree into Linus's latest version
Greg Kroah-Hartman
60
-1928
/
+1903
2010-05-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-3
/
+3
2010-05-18
Staging: vt6655: use ETH_FRAME_LEN macro instead of custom one
Charles Clément
2
-6
/
+3
2010-05-18
Staging: vt6655: use ETH_DATA_LEN macro instead of custom one
Charles Clément
4
-7
/
+6
2010-05-18
Staging: vt6655: use ETH_FCS_LEN macro instead of custom one
Charles Clément
2
-2
/
+1
2010-05-17
Staging: vt6655: use ETH_HLEN macro instead of custom one
Charles Clément
3
-14
/
+12
2010-05-17
Staging: vt6655: use ETH_ALEN macro instead of custom one
Charles Clément
19
-96
/
+96
2010-05-14
Staging: Use kcalloc or kzalloc
Julia Lawall
2
-4
/
+2
2010-05-14
Staging: vt6655: remove OUT definition
Charles Clément
19
-114
/
+114
2010-05-14
Staging: vt6655: remove IN definition
Charles Clément
36
-1059
/
+1055
2010-05-14
Staging: vt6655: remove HANDLE definition and use
Charles Clément
16
-198
/
+196
2010-05-11
Staging: Drop memory allocation cast
Julia Lawall
3
-4
/
+4
2010-05-11
staging: vt6655: Fix kernel BUG on driver wpa initialization
Larry Finger
1
-0
/
+2
2010-05-11
Staging: vt6655: remove PVOID definition and use
Charles Clément
20
-261
/
+254
2010-05-11
Staging: vt6655: remove VOID definition and use
Charles Clément
44
-319
/
+315
2010-05-11
Staging: vt6655: remove unused SUCCESS definition
Charles Clément
1
-5
/
+0
2010-05-11
Staging: vt6655: Rename hostap_set_hostapd, hostap_iotctl.
Forest Bond
4
-10
/
+10
2010-05-11
Staging: vt6655: fix brace coding style issue in ioctl.c
Ng Kian Yong
1
-1
/
+1
2010-05-11
Staging: vt6655: Hoist assign from if
Joe Perches
4
-6
/
+12
2010-05-11
Staging: vt6655: CGI/CSI confusion in device_ioctl()
Roel Kluin
1
-2
/
+2
2010-05-11
Staging: vt6655: Convert C99 style comments, remove spaces between function d...
Steven Harms
1
-25
/
+25
2010-05-11
Staging: drop redundant memset
Julia Lawall
1
-2
/
+0
2010-05-11
Staging: vt6655: 80211hdr.h: Checkpatch cleanup
Andrea Gelmini
1
-23
/
+23
2010-04-23
Merge branch 'master' into for-next
Jiri Kosina
1
-0
/
+1
2010-04-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
[prev]
[next]