index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
vt6655
/
wmgr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
staging: vt6655: dead code remove wmgr.c
Malcolm Priestley
2014-10-29
1
-4597
/
+0
*
staging: vt6655: remove dead functions in power.c/h
Malcolm Priestley
2014-10-29
1
-6
/
+0
*
staging: vt6655: wmgr.c and wmgr.h: replace memcpy() by ether_addr_copy() usi...
Aya Mahfouz
2014-10-20
1
-2
/
+3
*
staging: vt6655: Replace typedef enum _CARD_OP_MODE eOPMode with enum nl80211...
Malcolm Priestley
2014-08-30
1
-4
/
+4
*
staging: vt6655: device.h dead code remove bCCK
Malcolm Priestley
2014-08-30
1
-1
/
+0
*
staging: vt6655: remove PLICE_DEBUG where it is defined
Malcolm Priestley
2014-08-30
1
-8
/
+4
*
staging: vt6655: Convert DBG_PRT to pr_<level>
Joe Perches
2014-08-17
1
-98
/
+106
*
staging: vt6655: channel/wcmd/wctl/wmgr use struct vnt_private *
Malcolm Priestley
2014-08-16
1
-60
/
+60
*
staging: vt6655: Replace and remove typedef QWORD/ DQWORD
Malcolm Priestley
2014-08-16
1
-25
/
+15
*
staging: vt6655: Remove TxInSleep macro
Malcolm Priestley
2014-08-16
1
-2
/
+0
*
staging: vt6655: remove braces for single statements if
Guillaume Clement
2014-07-27
1
-2
/
+1
*
staging: vt6655: Use pr_* functions instead of printk
Guillaume Clement
2014-07-27
1
-4
/
+5
*
staging: vt6655: Remove spaces before quoted newlines
Guillaume Clement
2014-07-27
1
-11
/
+11
*
staging: vt6655: Add missing blank lines after declarations
Guillaume Clement
2014-07-27
1
-0
/
+2
*
staging: vt6655: remove useless return statements
Guillaume Clement
2014-07-27
1
-41
/
+0
*
staging: vt6655: statify some variables
Guillaume Clement
2014-07-22
1
-5
/
+5
*
staging: vt6655: remove unnecessary typedef struct.
Martin Kepplinger
2014-06-19
1
-1
/
+1
*
staging: vt6655: fix checkpatch bracing issues
Guido Martínez
2014-05-15
1
-170
/
+137
*
staging: vt6655: remove dead code
Guido Martínez
2014-05-15
1
-96
/
+7
*
staging:vt6655: Fix sparse warnings of using plain integer as NULL pointer
Himangi Saraogi
2014-03-18
1
-15
/
+15
*
staging: vt6655: remove unneeded semicolon
Teodora Baluta
2013-11-10
1
-6
/
+6
*
staging: vt6655: fix assignment of bool to 0
Teodora Baluta
2013-11-10
1
-2
/
+2
*
staging: vt6655: delete explicit comparison to bool
Teodora Baluta
2013-11-10
1
-56
/
+53
*
Staging: Convert uses of compare_ether_addr to ether_addr_equal
Joe Perches
2013-09-17
1
-1
/
+2
*
staging: vt6655: Remove unnecessary blank lines
Joe Perches
2013-03-25
1
-163
/
+0
*
staging: vt6655: Remove commented out if()s
Joe Perches
2013-03-25
1
-24
/
+1
*
staging: vt6655: Convert to kernel brace style
Joe Perches
2013-03-25
1
-83
/
+42
*
staging: vt6655: Remove commented out printks
Joe Perches
2013-03-25
1
-3
/
+0
*
staging:vt6655:wmgr: Whitespace cleanups
Joe Perches
2013-03-18
1
-4044
/
+4044
*
staging: vt6655: Fix typo in vt6655 driver
Masanari Iida
2013-01-07
1
-1
/
+1
*
staging: "vt6655" Fix typos in comments.
Justin P. Mattock
2012-09-04
1
-28
/
+28
*
staging: vt6655: simplify MAC printing by using %pM
Andy Shevchenko
2011-08-23
1
-39
/
+10
*
staging: Remove unnecessary semicolons when for (foo) {...};
Joe Perches
2011-04-25
1
-1
/
+1
*
staging: Remove unnecessary semicolons when if (foo) {...};
Joe Perches
2011-04-25
1
-22
/
+22
*
Staging: vt6655: replace BOOL with in kernel bool
Charles Clément
2010-08-02
1
-25
/
+25
*
Staging: vt6655: replace FALSE with in kernel false
Charles Clément
2010-08-02
1
-61
/
+61
*
Staging: vt6655: replace TRUE with in kernel true
Charles Clément
2010-08-02
1
-108
/
+108
*
Staging: vt6655: remove BYTE typedef
Charles Clément
2010-06-24
1
-43
/
+43
*
Staging: vt6655: remove WORD typedef
Charles Clément
2010-06-24
1
-59
/
+59
*
Staging: vt6655: move channel mapping code from card.c to channel.c
Charles Clément
2010-06-22
1
-15
/
+16
*
Staging: vt6655: remove PWORD typedef
Charles Clément
2010-06-18
1
-6
/
+6
*
Staging: vt6655: remove PBYTE typedef
Charles Clément
2010-06-18
1
-70
/
+70
*
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 INT typedef
Charles Clément
2010-06-18
1
-1
/
+1
*
Staging: vt6655: use compare_ether_addr instead of custom macro
Charles Clément
2010-06-18
1
-2
/
+2
*
Staging: vt6655: use ETH_ALEN macro instead of custom one
Charles Clément
2010-05-17
1
-4
/
+4
*
Staging: vt6655: remove OUT definition
Charles Clément
2010-05-14
1
-13
/
+13
*
Staging: vt6655: remove IN definition
Charles Clément
2010-05-14
1
-244
/
+244
*
Staging: vt6655: remove HANDLE definition and use
Charles Clément
2010-05-14
1
-35
/
+35
[next]