index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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
/
key.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
staging: vt6655: Delete tmacro.h
Philipp Hortmann
2022-04-20
1
-1
/
+0
*
staging: vt6655: fix camelcase in byLocalID
Tommaso Merciai
2021-10-13
1
-1
/
+1
*
staging: vt6655: remove filename from key.c
Lucas Henneman
2021-07-27
1
-2
/
+0
*
staging: vt6655: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-10
1
-3
/
+3
*
staging: vt6655: Remove redundant license text
Greg Kroah-Hartman
2017-11-28
1
-10
/
+0
*
staging: vt6655: add SPDX identifiers to all vt6655 driver files
Greg Kroah-Hartman
2017-11-28
1
-0
/
+1
*
staging: vt6655: mark expected switch fall-throughs in vnt_set_keymode
Gustavo A. R. Silva
2017-10-18
1
-1
/
+3
*
staging: vt6655: align function parameters to open parenthesis
Marko Stankovic
2017-05-25
1
-2
/
+2
*
staging: vt6655: Removes the FSF mailing address.
Varsha Rao
2016-10-16
1
-5
/
+0
*
Staging: vt6655: Remove unused function vnt_key_init_table
Bhumika Goyal
2016-09-13
1
-10
/
+0
*
staging: vt6655: mac.c replace void __iomem * with struct vnt_private
Malcolm Priestley
2016-02-07
1
-4
/
+4
*
staging: vt6655: key.c remove dead functions
Malcolm Priestley
2014-10-29
1
-760
/
+0
*
staging: vt6655: mac80211 conversion: add new key functions
Malcolm Priestley
2014-10-29
1
-0
/
+136
*
staging: vt6655: Use ether_addr_copy function
Dilek Uzulmez
2014-10-20
1
-1
/
+1
*
staging: vt6655: Removing else after break statement to fix warning
Dilek Uzulmez
2014-10-20
1
-4
/
+2
*
staging: vt6655: Convert DBG_PRT to pr_<level>
Joe Perches
2014-08-17
1
-57
/
+65
*
staging: vt6655: Replace and remove typedef QWORD/ DQWORD
Malcolm Priestley
2014-08-16
1
-11
/
+11
*
staging: vt6655: Remove spaces before quoted newlines
Guillaume Clement
2014-07-27
1
-7
/
+7
*
staging: vt6655: remove useless return statements
Guillaume Clement
2014-07-27
1
-1
/
+0
*
staging: vt6655: change type of PortOffset to void __iomem *
Guillaume Clement
2014-07-22
1
-9
/
+9
*
staging: vt6655: fix checkpatch bracing issues
Guido Martínez
2014-05-15
1
-26
/
+23
*
staging: vt6655: remove dead code
Guido Martínez
2014-05-15
1
-6
/
+0
*
staging: vt6655: 64 bit fixes: MACvSetKeyEntry correct sizeof long,
Malcolm Priestley
2014-03-08
1
-4
/
+4
*
staging: vt6655: delete explicit comparison to bool
Teodora Baluta
2013-11-10
1
-23
/
+21
*
Staging: Convert uses of compare_ether_addr to ether_addr_equal
Joe Perches
2013-09-17
1
-5
/
+5
*
staging: vt6655: Remove unnecessary blank lines
Joe Perches
2013-03-25
1
-16
/
+0
*
staging: vt6655: Remove unnecessary parentheses from returns
Joe Perches
2013-03-25
1
-30
/
+30
*
staging: vt6655: Convert to kernel brace style
Joe Perches
2013-03-25
1
-24
/
+12
*
staging:vt6655:key: Whitespace cleanups
Joe Perches
2013-03-18
1
-580
/
+580
*
staging: "vt6655" Fix typos in comments.
Justin P. Mattock
2012-09-04
1
-1
/
+1
*
Staging: vt6655-6: check keysize before memcpy()
Dan Carpenter
2012-04-10
1
-0
/
+3
*
Staging: vt6655: replace BOOL with in kernel bool
Charles Clément
2010-08-02
1
-8
/
+8
*
Staging: vt6655: replace FALSE with in kernel false
Charles Clément
2010-08-02
1
-51
/
+51
*
Staging: vt6655: replace TRUE with in kernel true
Charles Clément
2010-08-02
1
-45
/
+45
*
Staging: vt6655: remove BYTE typedef
Charles Clément
2010-06-24
1
-6
/
+6
*
Staging: vt6655: remove DWORD typedef
Charles Clément
2010-06-24
1
-7
/
+7
*
Staging: vt6655: remove DWORD_PTR pointer typedef
Charles Clément
2010-06-22
1
-9
/
+9
*
Staging: vt6655: remove PDWORD typedef
Charles Clément
2010-06-18
1
-4
/
+4
*
Staging: vt6655: remove PBYTE typedef
Charles Clément
2010-06-18
1
-8
/
+8
*
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
-6
/
+6
*
Staging: vt6655: use compare_ether_addr instead of custom macro
Charles Clément
2010-06-18
1
-5
/
+5
*
Staging: vt6655: use is_broadcast_ether_addr instead of custom macro
Charles Clément
2010-06-18
1
-1
/
+1
*
Staging: vt6655: use ETH_ALEN macro instead of custom one
Charles Clément
2010-05-17
1
-2
/
+2
*
Staging: vt6655: remove OUT definition
Charles Clément
2010-05-14
1
-3
/
+3
*
Staging: vt6655: remove IN definition
Charles Clément
2010-05-14
1
-7
/
+7
*
Staging: vt6655: remove PVOID definition and use
Charles Clément
2010-05-11
1
-2
/
+2
*
Staging: vt6655: remove VOID definition and use
Charles Clément
2010-05-11
1
-4
/
+4
*
Staging: vt665x: remove tbit.h part 2
Jim Lieb
2009-09-15
1
-1
/
+0
*
Staging: vt665x: Remove umem.h Part 1
Jim Lieb
2009-09-15
1
-14
/
+13
[next]