aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/wpa.c
AgeCommit message (Expand)Author
2023-09-26wifi: mac80211: remove RX_DROP_UNUSABLEJohannes Berg
2023-08-24wifi: mac80211: Do not include crypto/algapi.hHerbert Xu
2023-04-20mac80211: use the new drop reasons infrastructureJohannes Berg
2022-09-03wifi: use struct_group to copy addressesJohannes Berg
2022-06-10wifi: mac80211: remove cipher scheme supportJohannes Berg
2022-05-16mac80211: unify CCMP/GCMP AAD constructionJohannes Berg
2022-05-04mac80211: consider Order bit to fill CCMP AADPing-Ke Shih
2021-11-26mac80211: Remove unused assignment statementsluo penghao
2021-09-27mac80211: fix use-after-free in CCMP/GCMP RXJohannes Berg
2021-05-11mac80211: check defrag PN against current frameJohannes Berg
2019-07-26mac80211: add IEEE80211_KEY_FLAG_GENERATE_MMIE to ieee80211_key_flagsLorenzo Bianconi
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-20net/mac80211: move WEP handling to ARC4 library interfaceArd Biesheuvel
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-28mac80211: Do not use stack memory with scatterlist for GMACJouni Malinen
2018-02-22mac80211: add get TID helperSara Sharon
2017-12-11mac80211: Add MIC space only for TX key optionDavid Spinadel
2017-10-11mac80211: aead api to reduce redundancyXiang Gao
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-13mac80211/wpa: use constant time memory comparison for MACsJason A. Donenfeld
2017-01-12mac80211: Add RX flag to indicate ICV strippedDavid Spinadel
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-19mac80211: add a HW flag for supporting HW TX fragmentationSara Sharon
2016-10-17mac80211: move struct aead_req off the stackArd Biesheuvel
2016-05-12mac80211: allow same PN for AMSDU sub-framesSara Sharon
2016-04-05mac80211: allow not sending MIC up from driver for HW cryptoSara Sharon
2016-02-24mac80211: move TKIP TX IVs to public part of key structEliad Peller
2015-10-14mac80211: remove event.cJohannes Berg
2015-07-17mac80211: support device/driver PN check for CCMP/GCMPJohannes Berg
2015-06-02mac80211: move TX PN to public part of key structJohannes Berg
2015-03-17mac80211: Get IV len from key conf and not cipher schemeCedric Izoard
2015-01-27mac80111: Add BIP-GMAC-128 and BIP-GMAC-256 ciphersJouni Malinen
2015-01-27mac80111: Add BIP-CMAC-256 cipherJouni Malinen
2015-01-27mac80111: Add CCMP-256 cipherJouni Malinen
2015-01-27mac80111: Add GCMP and GCMP-256 ciphersJouni Malinen
2014-10-23mac80211: fix network header breakage during encryptionArik Nemtsov
2014-09-08mac80211: annotate MMIC head/tailroom warningJohannes Berg
2014-07-21mac80211: fix a potential NULL access in ieee80211_crypto_hw_decryptMax Stepanov
2014-04-25mac80211: add option to generate CCMP IVs only for mgmt framesMarek Kwaczynski
2014-02-04mac80211: add length check in ieee80211_is_robust_mgmt_frame()Johannes Berg
2014-02-04mac80211: drop unused param 'encrypted' from ccmp_special_blocks()Ard Biesheuvel
2014-01-07mac80211: clean up garbage in commentEmmanuel Grumbach
2013-11-25mac80211: add generic cipher scheme supportMax Stepanov
2013-10-11mac80211: port CCMP to cryptoapi's CCM driverArd Biesheuvel
2013-05-16wireless: move crypto constants to ieee80211.hJohannes Berg
2013-02-15mac80211: use spin_lock_bh() for TKIP lockJohannes Berg
2012-12-05mac80211: add debug file for mic failureSaravana
2012-10-17Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2012-10-15mac80211: check if key has TKIP type before updating IVStanislaw Gruszka