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
/
wpactl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
staging: vt6655: dead code remove wpactl.c/h
Malcolm Priestley
2014-10-29
1
-893
/
+0
*
staging: vt6655: remove useless #if 1
Vladimir A. Nazarenko
2014-10-20
1
-3
/
+0
*
staging: vt6655: Fixed C99 // comment errors in wpactl.c
Esra Altintas
2014-10-02
1
-15
/
+15
*
staging: vt6655: Convert DBG_PRT to pr_<level>
Joe Perches
2014-08-17
1
-36
/
+34
*
staging: vt6655: rf/wpactl/wroute use struct vnt_private
Malcolm Priestley
2014-08-16
1
-14
/
+14
*
staging: vt6655: Replace and remove typedef QWORD/ DQWORD
Malcolm Priestley
2014-08-16
1
-6
/
+6
*
staging: vt6655: wpactl.c: Fix sparse warnings
Martin Berglund
2014-08-16
1
-2
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-08-06
1
-1
/
+2
|
\
|
*
net: set name_assign_type in alloc_netdev()
Tom Gundersen
2014-07-15
1
-1
/
+2
*
|
staging: vt6655: Use pr_* functions instead of printk
Guillaume Clement
2014-07-27
1
-2
/
+2
*
|
staging: vt6655: Add missing blank lines after declarations
Guillaume Clement
2014-07-27
1
-0
/
+1
|
/
*
staging: vt6655: Remove useless return variables
Peter Senna Tschudin
2014-05-23
1
-13
/
+6
*
staging: vt6655: fix checkpatch bracing issues
Guido Martínez
2014-05-15
1
-10
/
+7
*
staging: vt6655: remove dead code
Guido Martínez
2014-05-15
1
-44
/
+4
*
staging: vt6655: removed incorrect casting in wpactl.c
Silvio Fricke
2014-04-18
1
-3
/
+3
*
staging: vt6655: fix DBG_PRT and PRINT_K macros
Guido Martínez
2014-04-18
1
-1
/
+1
*
staging: vt6655,vt6656: fix sparse error "unexpected unlock"
Cédric Cabessa
2014-04-18
1
-1
/
+2
*
staging: vt6655: Fix memory leak in wpa_ioctl()
Christian Engelmayer
2014-01-13
1
-2
/
+2
*
vt6655: fix printk usage in wpactl.c
Martin Hofmann
2014-01-08
1
-12
/
+12
*
staging: vt6655: check too restrictive (off by one)
Dan Carpenter
2014-01-08
1
-2
/
+2
*
staging: vt6655: delete explicit comparison to bool
Teodora Baluta
2013-11-10
1
-6
/
+6
*
Staging: Convert uses of compare_ether_addr to ether_addr_equal
Joe Perches
2013-09-17
1
-1
/
+1
*
staging: vt6655: inherit addr_assign_type along with dev_addr
Bjørn Mork
2013-09-03
1
-1
/
+1
*
staging: vt6655: Remove unnecessary blank lines
Joe Perches
2013-03-25
1
-41
/
+0
*
staging: vt6655: Convert to kernel brace style
Joe Perches
2013-03-25
1
-10
/
+5
*
staging: vt6655: Remove commented out printks
Joe Perches
2013-03-25
1
-9
/
+0
*
staging:vt6655:wpactl: Whitespace cleanups
Joe Perches
2013-03-18
1
-434
/
+434
*
staging: "vt6655" Fix typos in comments.
Justin P. Mattock
2012-09-04
1
-3
/
+3
*
Staging: vt6655: memory corruption in check in wpa_set_wpadev()
Dan Carpenter
2011-10-19
1
-1
/
+3
*
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
1
-2
/
+2
*
staging: Remove unnecessary semicolons when if (foo) {...};
Joe Perches
2011-04-25
1
-2
/
+2
*
staging: vt6655: Remove NULL check before kfree
Ilia Mirkin
2011-03-14
1
-2
/
+1
*
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
1
-2
/
+2
*
Staging: vt6655: replace FALSE with in kernel false
Charles Clément
2010-08-02
1
-9
/
+9
*
Staging: vt6655: replace TRUE with in kernel true
Charles Clément
2010-08-02
1
-12
/
+12
*
Staging: vt6655: remove BYTE typedef
Charles Clément
2010-06-24
1
-7
/
+7
*
Staging: vt6655: remove DWORD typedef
Charles Clément
2010-06-24
1
-2
/
+2
*
Staging: vt6655: remove PBYTE typedef
Charles Clément
2010-06-18
1
-6
/
+6
*
Staging: vt6655: use compare_ether_addr instead of custom macro
Charles Clément
2010-06-18
1
-1
/
+1
*
Staging: vt6655: use is_broadcast_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
-1
/
+1
*
Staging: Use kcalloc or kzalloc
Julia Lawall
2010-05-14
1
-2
/
+1
*
Staging: vt6655: remove HANDLE definition and use
Charles Clément
2010-05-14
1
-6
/
+6
*
Staging: Drop memory allocation cast
Julia Lawall
2010-05-11
1
-1
/
+1
*
Staging: vt665x: Clean up include files, Part 2
Jim Lieb
2009-09-15
1
-18
/
+0
*
Staging: vt665x: Text janitor in prep for driver merge, part 2
Jim Lieb
2009-09-15
1
-16
/
+8
*
Staging: vt6655 textual cleanup in prep for driver merge
Jim Lieb
2009-09-15
1
-30
/
+30
*
Staging: vt6655: Replace net_device->priv accesses with netdev_priv calls.
Forest Bond
2009-06-19
1
-2
/
+5
[next]