aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.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
2020-10-25mm: remove kzfree() compatibility definitionEric Biggers1-1/+1
2020-09-11staging/rtl8192u: switch to RC4 library interfaceArd Biesheuvel1-67/+14
2020-03-26Staging: rtl8192u: ieee80211: Use netdev_dbg() for debug messages.Sam Muhammed1-10/+9
2019-08-21staging: rtl8192u: fix spacing in ieee80211Stephen Brennan1-11/+11
2019-05-07Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-7/+3
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
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_tkip.c: Replace bit shifting with BIT macroPayal Kshirsagar1-2/+2
2018-09-28lib80211: Remove VLA usage of skcipherKees Cook1-18/+16
2018-07-29staging: rtl8192u: ieee80211: Convert from ahash to shashKees Cook1-29/+28
2018-04-23staging: rtl8192u: Replace GFP_ATOMIC with GFP_KERNEL in ieee80211_tkip_initJia-Ju Bai1-1/+1
2017-05-15staging: rtl8192u: Fix type mismatch warnings reported by sparseSuniel Mahesh1-17/+10
2017-03-09staging: rtl8192u: Clean up tests if NULL returned on failuresimran singhal1-1/+1
2017-02-12staging: rtl8192u: Fixing no new typedef warningsimran singhal1-2/+2
2016-10-25staging: rtl8192x: fix bogus maybe-uninitialized warningArnd Bergmann1-1/+1
2016-01-27staging: rtl8192u: Use skcipher and ahashHerbert Xu1-41/+51
2015-10-29Staging: rtl8192u: ieee80211: added missing blank linesKurt Kanzenbach1-0/+5
2015-10-29Staging: rtl8192u: ieee80211: removed unnecessary bracesKurt Kanzenbach1-4/+2
2015-10-29Staging: rtl8192u: ieee80211: corrected block commentsKurt Kanzenbach1-10/+21
2015-10-29Staging: rtl8192u: ieee80211: corrected indentKurt Kanzenbach1-5/+5
2015-10-29Staging: rtl8192u: ieee80211: added missing spaces after ifKurt Kanzenbach1-2/+2
2015-10-29Staging: rtl8192u: ieee80211: added missing space around '='Kurt Kanzenbach1-1/+1
2015-10-29Staging: rtl8192u: ieee80211: fixed position of else statementsKurt Kanzenbach1-4/+2
2015-10-29Staging: rtl8192u: ieee80211: fixed open brace positionsKurt Kanzenbach1-12/+6
2015-05-08rtl8192u: don't trample on <linux/ieee80211.h> struct namespacePaul Gortmaker1-13/+13
2015-03-09Staging: rtl8192u: Added #include <linux/string.h> instead of <asm/string.h>Dilek Uzulmez1-1/+1
2015-02-26staging: rtl8192u: Remove commented header.Navya Sri Nizamkari1-1/+0
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_tkip.cXenia Ragiadakou1-4/+4
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-10/+10
2009-12-11Staging: rtl8192u: remove bad whitespacesMauro Carvalho Chehab1-20/+20
2009-12-11Staging: rtl8192u: make it compileMauro Carvalho Chehab1-263/+9
2009-12-11Staging: Added Realtek rtl8192u driver to stagingJerry Chuang1-0/+1034