index
:
linux
master
btrfs-t implementation, since changes won't upstream, periodic tags will reflect recent updates to the kernel
magh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
rtl8192e
/
rtllib_crypt_ccmp.c
Age
Commit message (
Expand
)
Author
2024-08-27
staging: rtl8192e: Constify struct lib80211_crypto_ops
Christophe JAILLET
2024-06-24
Staging: rtl8192e: Rename variable bHwSec
Tree Davies
2024-06-24
staging: rtl8192e: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2023-10-21
staging: rtl8192e: clean up comparisons to NULL
Michael Straube
2023-09-17
staging: rtl8192e: Replace usage of RTLLIB_FCTL_DSTODS with function
Philipp Hortmann
2023-09-17
staging: rtl8192e: Replace struct rtllib_hdr_4addr in rtllib_crypt*.c
Philipp Hortmann
2023-04-05
staging: rtl8192e: avoid CamelCase <dot11RSNAStatsCCMPDecryptErrors>
Khadija Kamran
2023-04-05
staging: rtl8192e: avoid CamelCase <dot11RSNAStatsCCMPReplays>
Khadija Kamran
2023-04-05
staging: rtl8192e: avoid CamelCase <dot11RSNAStatsCCMPFormatErrors>
Khadija Kamran
2023-04-05
staging: rtl8192e: fix alignment to match open parenthesis
Khadija Kamran
2023-04-05
staging: rtl8192e: remove extra blank lines in rtllib_crypt_ccmp.c
Khadija Kamran
2022-04-20
staging: rtl8192e: Remove space after cast
Solomon Tan
2021-08-10
staging: rtl8192e: Avoid field-overflowing memcpy()
Kees Cook
2020-07-21
staging: rtl8192e: add proper code indent
Darshan D V
2020-07-21
staging: rtl8192e: add space before open parenthesis
Darshan D V
2019-08-21
staging: rtl8192e: remove set but not used variable 'data_len'
YueHaibing
2019-08-18
staging: rtl8192e: rtllib_crypt_ccmp.c: Use crypto API ccm(aes)
Christina Quast
2018-12-28
Merge tag 'staging-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-11-20
crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocations
Eric Biggers
2018-11-05
staging: rtl8192e: Add SPDX-License-Identifier - Style
Zach Turner
2018-11-05
staging: rtl8192e: add braces to if statement - style
Zach Turner
2016-03-11
staging: rtl8192e: Prefer using macro DIV_ROUND_UP
Bhaktipriya Shridhar
2015-06-01
staging: rtl8192e: Fix PREFER_PR_LEVEL warnings
Mateusz Kulikowski
2015-04-03
staging: rtl8192e: Remove dead code
Mateusz Kulikowski
2015-04-03
staging: rtl8192e: Comment cleanup (style/format)
Mateusz Kulikowski
2015-03-20
staging: rtl8192e: fix coding style issues (merge broken strings)
Mateusz Kulikowski
2014-09-19
Staging: rtl8192e: Fix style warnings relating to printk(KERN_DEBUG
Mahati Chamarthy
2014-08-30
staging: rtl8192e: fixed coding style issues
Matthew Casey
2013-11-10
Staging: rtl8192e: Fix Sparse Warning for Static Declarations in rtllib_crypt...
Rashika Kheria
2013-04-29
hostap: Don't use create_proc_read_entry()
David Howells
2011-12-22
staging/rtl8192e: Register against lib80211
Sean MacLennan
2011-12-22
staging/rtl8192e: Convert to lib80211_crypt_data and lib80211_crypt_ops
Sean MacLennan
2011-12-13
staging: remove version.h includes in rtl8192e
Devendra Naga
2011-11-30
rtl8192e: Split the driver up
Sean MacLennan
2011-11-26
staging: rtl8192e: Use kzalloc rather than kmalloc v2
Thomas Meyer
2011-08-25
staging: rtl8192e: Fix sparse (non-endian) messages - Part I
Larry Finger
2011-08-25
staging: rtl8192e: Remove MAC_FMT and MAC_ARG for %pM
Larry Finger
2011-08-25
staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part XI
Larry Finger
2011-08-24
staging: rtl8192e: Convert typedef cb_desc to struct cb_desc
Larry Finger
2011-08-23
rtl8192e: Remove extra ifdefs
Mike McCormack
2011-08-23
From: wlanfae <wlanfae@realtek.com>
Larry Finger