index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
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
/
vt6656
/
key.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
staging: vt6656: return all key calls to mac80211 stack.
Malcolm Priestley
2020-05-05
1
-11
/
+9
*
staging: vt6656 remove vnt_mac_disable_keyentry calls
Malcolm Priestley
2020-05-05
1
-9
/
+1
*
staging: vt6656: vnt_set_keymode simplify key modes.
Malcolm Priestley
2020-05-05
1
-16
/
+9
*
staging: vt6656: Fix pairwise key entry save.
Malcolm Priestley
2020-04-23
1
-11
/
+3
*
staging: vt6656: Fix return for unsupported cipher modes.
Malcolm Priestley
2020-02-09
1
-1
/
+4
*
staging: vt6656: key: Mark expected switch fall-throughs
Gustavo A. R. Silva
2019-02-19
1
-1
/
+3
*
staging: vt6656: Remove redundant license text
Greg Kroah-Hartman
2017-11-28
1
-11
/
+0
*
staging: vt6656: add SPDX identifiers to all vt6656 driver files
Greg Kroah-Hartman
2017-11-28
1
-0
/
+1
*
staging:vt6656:key.c Aligned code with open parenthesis
Scott Matheina
2017-01-10
1
-7
/
+7
*
staging: vt6656: remove address from GPL text
Othmar Pasteka
2015-11-19
1
-4
/
+0
*
staging: vt6656: Do not use multiple blank lines.
Burcin Akalin
2015-11-15
1
-1
/
+0
*
Staging: vt6656: Merges two lines of code and removes unused variable
Mahati Chamarthy
2014-09-23
1
-4
/
+1
*
staging: vt6656: struct vnt_private rename byLocalID to local_id
Malcolm Priestley
2014-07-21
1
-1
/
+1
*
staging: vt6656: Fix pairwise key for non station modes
Malcolm Priestley
2014-07-11
1
-2
/
+3
*
staging: vt6656: vnt_set_keymode don't save pairwise key entry.
Malcolm Priestley
2014-07-08
1
-0
/
+2
*
staging: vt6656: dead code remove old key functions
Malcolm Priestley
2014-06-26
1
-694
/
+0
*
staging: vt6656: mac80211 conversion: add key functions
Malcolm Priestley
2014-06-26
1
-0
/
+143
*
staging: vt6656: rename MACvSetKeyEntry to vnt_mac_set_keyentry
Malcolm Priestley
2014-06-19
1
-6
/
+6
*
staging: vt6656: rename MACvDisableKeyEntry to vnt_mac_disable_keyentry
Malcolm Priestley
2014-06-19
1
-1
/
+0
*
staging: vt6656: dead code remove control.c/h
Malcolm Priestley
2014-05-26
1
-1
/
+1
*
staging: vt6656: rename PIPEnsControlOut/CONTROLnsRequestOut to vnt_control_out
Malcolm Priestley
2014-05-26
1
-16
/
+7
*
staging: vt6656: MACvSetKeyEntry change u32 pdwKey to u8 pointer
Malcolm Priestley
2014-05-26
1
-4
/
+11
*
staging: vt6656: rndis.h move all to device.h
Malcolm Priestley
2014-05-18
1
-1
/
+0
*
staging: vt6656: lock changes: Remove spin locks.
Malcolm Priestley
2014-05-15
1
-3
/
+0
*
Staging: Convert uses of compare_ether_addr to ether_addr_equal
Joe Perches
2013-09-17
1
-5
/
+5
*
staging: vt6656: remove consecutive newlines
Andres More
2013-03-28
1
-19
/
+0
*
staging: vt6656: remove unused functions
Andres More
2013-03-26
1
-68
/
+0
*
staging: vt6656: remove code placeholders
Andres More
2013-03-25
1
-10
/
+0
*
staging: vt6656: replaced custom DWORD definition with u32
Andres More
2013-03-11
1
-4
/
+4
*
staging: vt6656: replaced custom BYTE definition with u8
Andres More
2013-03-11
1
-3
/
+3
*
staging: vt6656: replaced custom TRUE definition with true
Andres More
2013-02-15
1
-47
/
+47
*
staging: vt6656: replaced custom FALSE definition with false
Andres More
2013-02-15
1
-51
/
+51
*
staging: vt6656: iwctl/key/rf use new structures.
Malcolm Priestley
2013-01-07
1
-88
/
+52
*
staging: vt6656: Remove QWORD from source and replace with u64.
Malcolm Priestley
2013-01-07
1
-30
/
+24
*
staging: vt6656: fix headers and add cfg80211.
Malcolm Priestley
2012-11-26
1
-1
/
+1
*
staging: vt6656: 64bit fixes: key.c/h change unsigned long to u32
Malcolm Priestley
2012-11-13
1
-3
/
+3
*
staging: vt6656: 64 bit fixes: fix long warning messages.
Malcolm Priestley
2012-11-13
1
-14
/
+33
*
staging "vt6656" Fix typos in comments, and in a printk message.
Justin P. Mattock
2012-09-04
1
-2
/
+2
*
Staging: vt6655-6: check keysize before memcpy()
Dan Carpenter
2012-04-10
1
-0
/
+3
*
staging: vt6656: resolved checkpatch finding
Luis Bosch
2010-08-31
1
-1
/
+1
*
staging: vt6656: replace IS_ETH_ADDRESS_EQUAL with compare_ether_addr
Andres More
2010-06-24
1
-5
/
+5
*
Staging: vt6656: replaced IS_BROADCAST_ADDRESS with is_broadcast_ether_addr
Andres More
2010-06-23
1
-1
/
+1
*
Staging: vt6656: code cleanup, fixed 'for' statements
Andres More
2010-06-18
1
-14
/
+8
*
Staging: vt6656: removed custom UCHAR/USHORT/UINT/ULONG/ULONGLONG typedefs
Andres More
2010-05-18
1
-11
/
+11
*
Staging: vt6656: code cleanup, removed OUT definition
Andres More
2010-05-11
1
-16
/
+5
*
Staging: vt6656: removed VOID/PVOID definitions
Andres More
2010-05-11
1
-19
/
+21
*
Staging: vt6656: Removed IN definition
Andres More
2010-05-11
1
-7
/
+7
*
Staging: vt6656: incorporated ETH_ALEN macro instead of custom one
Andres More
2010-05-11
1
-2
/
+2
*
Staging: vt665x: remove tbit.h
Jim Lieb
2009-09-15
1
-1
/
+0
*
Staging: vt665x: Remove umem.h Part 2
Jim Lieb
2009-09-15
1
-14
/
+13
[next]