aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/lib80211_crypt_tkip.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-1/+1
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-31/+17
2019-06-20net/lib80211: move TKIP handling to ARC4 library codeArd Biesheuvel1-31/+17
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 501Thomas Gleixner1-5/+1
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers1-2/+2
2018-10-10lib80211: don't use skcipherJohannes Berg1-39/+20
2018-07-24wireless/lib80211: Convert from ahash to shashKees Cook1-25/+30
2016-11-17wireless: fix bogus maybe-uninitialized warningArnd Bergmann1-1/+1
2016-01-27lib80211: Use skcipher and ahashHerbert Xu1-45/+54
2015-12-04lib80211: ratelimit key index mismatchJohannes Berg1-2/+2
2013-04-29hostap: Don't use create_proc_read_entry()David Howells1-22/+22
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-34/+16
2011-09-13wireless: Remove unnecessary OOM logging messagesJoe Perches1-4/+0
2010-11-24net/wireless: Use pr_<level> and netdev_<level>Joe Perches1-9/+7
2010-07-26lib80211: remove unused host_build_iv optionJohn W. Linville1-1/+0
2010-07-20wireless: correct sparse warning in lib80211_crypt_tkip.cJohn W. Linville1-1/+1
2010-02-02lib80211: Introduce TKIP_HDR_LEN define for code clarityAndriy Tkachuk1-10/+10
2010-02-02lib80211: Cosmetics - make room for MIC/CRC near the actual calculationAndriy Tkachuk1-2/+1
2009-03-16lib80211: silence excessive crypto debugging messagesJohn W. Linville1-0/+4
2008-11-21lib80211: absorb crypto bits from net/ieee80211John W. Linville1-0/+784