aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_ccmp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-22staging: rtl8192u: change get_key functions to return 0 instead of -1Rebecca Mckeever1-1/+1
2022-02-25staging: rtl8192u: rework init and exit functionTong Zhang1-1/+1
2021-08-10staging: rtl8192u: Avoid field-overflowing memcpy()Kees Cook1-1/+3
2019-08-28staging: rtl8192u: Fix indentationStephen Brennan1-1/+1
2019-08-21staging: rtl8192u: ieee80211: remove set but not used variable 'data_len'YueHaibing1-2/+1
2019-08-18staging: rtl8192u: ieee80211: ieee80211_crypt_ccmp.c: Use crypto API ccm(aes)Christina Quast1-115/+86
2019-04-03staging: rtl8192u: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman1-5/+1
2019-04-02staging: rtl8192u: ieee80211: ieee80211_crypt_ccmp.c: Replace bit shifting with BIT macroPayal Kshirsagar1-2/+2
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers1-1/+1
2018-04-23staging: rtl8192u: Replace GFP_ATOMIC with GFP_KERNEL in ieee80211_ccmp_initJia-Ju Bai1-1/+1
2018-03-08staging: rtl8192u: Replace printk() with more standardize output format.Arushi Singhal1-11/+11
2017-02-12staging: rtl8192u: Fixing no new typedef warningsimran singhal1-2/+2
2017-02-12staging: rtl8192u: Remove useless functionsimran singhal1-6/+0
2017-02-12staging: rtl8192u: Fix braces {} stylesimran singhal1-2/+3
2017-02-12staging: rtl8192u: Clean up comparison to NULLsimran singhal1-1/+1
2017-02-12staging: rtl8192u: Fixing multiple assignmentssimran singhal1-1/+2
2017-02-12staging: rtl8192u: Removing unnecessary space after a castsimran singhal1-5/+5
2017-02-12staging: rtl8192u: Removing multiple blank linessimran singhal1-12/+0
2016-03-11staging: rtl8192u: ieee80211: Use macro DIV_ROUND_UPBhaktipriya Shridhar1-2/+2
2015-10-02Staging: rtl8192u: Remove spaces at the start of linesmike dupuis1-1/+1
2015-10-02Staging: rtl8192u: Correct open brace placementmike dupuis1-4/+2
2015-10-02Staging: rtl8192u: Fix block comment formattingmike dupuis1-5/+5
2015-10-02Staging: rtl8192u: missing blank lines after declarationsmike dupuis1-0/+2
2015-10-02Staging: rtl8192u: quoted strings split across linesmike dupuis1-16/+11
2015-05-08rtl8192u: don't trample on <linux/ieee80211.h> struct namespacePaul Gortmaker1-5/+5
2015-03-16Staging: rtl8192u: Remove parentheses around right side an assignmentHaneen Mohammed1-2/+2
2015-03-09Staging: rtl8192u: Added #include <linux/string.h> instead of <asm/string.h>Dilek Uzulmez1-1/+1
2015-03-01Staging: rtl8192u: ieee80211: Convert comment from C99 style to C89 styleHatice ERTÜRK1-4/+4
2015-02-26staging: rtl8192u: Remove commented header.Navya Sri Nizamkari1-1/+0
2014-09-28staging: rtl8192u: ieee80211: Converted symbol to static.Aybuke Ozdemir1-1/+1
2014-05-25staging: Convert __FUNCTION__ to __func__Joe Perches1-1/+1
2013-05-13STAGING: rtl8192u/ieee80211: fix checkpatch error about pointer position in ieee80211_crypt_ccmp.cXenia Ragiadakou1-7/+7
2011-07-05Remove unneeded version.h includes from drivers/staging/rtl*/Jesper Juhl1-1/+0
2010-05-14Staging: Use kcalloc or kzallocJulia Lawall1-2/+1
2010-03-03Staging: rtl8187x: Use %pM for mac address outputJoe Perches1-12/+9
2009-12-11Staging: rtl8192u: remove bad whitespacesMauro Carvalho Chehab1-1/+1
2009-12-11Staging: rtl8192u: make it compileMauro Carvalho Chehab1-58/+4
2009-12-11Staging: Added Realtek rtl8192u driver to stagingJerry Chuang1-0/+534