aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/key.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-4/+1
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+0
2019-06-14mac80211: AMPDU handling for Extended Key IDGravatar Alexander Wetzel 1-44/+56
2019-05-24mac80211: remove set but not used variable 'old'Gravatar YueHaibing 1-2/+0
2019-04-26Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/sc...Gravatar David S. Miller 1-23/+64
2019-04-26mac80211: IEEE 802.11 Extended Key ID supportGravatar Alexander Wetzel 1-14/+49
2019-04-26mac80211: Optimize tailroom_needed update checksGravatar Alexander Wetzel 1-9/+15
2019-04-09mac80211: Honor SW_CRYPTO_CONTROL for unicast keys in AP VLAN modeGravatar Alexander Wetzel 1-5/+4
2018-09-05mac80211: remove unnecessary NULL checkGravatar Gustavo A. R. Silva 1-1/+2
2018-09-05mac80211: Fix PTK rekey freezes and clear text leakGravatar Alexander Wetzel 1-20/+90
2018-07-24mac80211: restrict delayed tailroom needed decrementGravatar Manikanta Pubbisetty 1-9/+15
2018-03-29mac80211: allow AP_VLAN operation on crypto controlled devicesGravatar Manikanta Pubbisetty 1-3/+5
2017-12-11mac80211: Add MIC space only for TX key optionGravatar David Spinadel 1-3/+9
2017-10-25mac80211: don't compare TKIP TX MIC key in reinstall preventionGravatar Johannes Berg 1-2/+34
2017-10-18mac80211: use constant time comparison with keysGravatar Jason A. Donenfeld 1-1/+2
2017-10-16mac80211: accept key reinstall without changing anythingGravatar Johannes Berg 1-4/+17
2016-12-13mac80211: don't call drv_set_default_unicast_key() for VLANsGravatar Johannes Berg 1-1/+2
2016-04-06mac80211: add fast-rx pathGravatar Johannes Berg 1-0/+1
2016-02-24mac80211: remove ieee80211_get_key_tx_seq/ieee80211_set_key_tx_seqGravatar Eliad Peller 1-87/+0
2016-02-24mac80211: move TKIP TX IVs to public part of key structGravatar Eliad Peller 1-4/+5
2015-12-04mac80211: add atomic uploaded keys iteratorGravatar Eliad Peller 1-4/+52
2015-07-17mac80211: remove sta_info.gtk_idxGravatar Johannes Berg 1-1/+0
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+10
2015-06-21mac80211: fix locking in update_vlan_tailroom_need_count()Gravatar Johannes Berg 1-3/+10
2015-06-10mac80211: convert HW flags to unsigned long bitmapGravatar Johannes Berg 1-2/+2
2015-06-10Merge remote-tracking branch 'net-next/master' into mac80211-nextGravatar Johannes Berg 1-9/+73
2015-06-02mac80211: move TX PN to public part of key structGravatar Johannes Berg 1-58/+22
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-9/+73
2015-05-20mac80211: fix AP_VLAN crypto tailroom calculationGravatar Michal Kazior 1-9/+73
2015-05-06mac80211: validate cipher scheme PN length betterGravatar Johannes Berg 1-4/+6
2015-05-06mac80211: extend get_key() to return PN for all ciphersGravatar Johannes Berg 1-2/+2
2015-04-22mac80211: add TX fastpathGravatar Johannes Berg 1-0/+2
2015-03-17mac80211: Get IV len from key conf and not cipher schemeGravatar Cedric Izoard 1-0/+1
2015-01-27mac80111: Add BIP-GMAC-128 and BIP-GMAC-256 ciphersGravatar Jouni Malinen 1-0/+60
2015-01-27mac80111: Add BIP-CMAC-256 cipherGravatar Jouni Malinen 1-2/+12
2015-01-27mac80111: Add CCMP-256 cipherGravatar Jouni Malinen 1-1/+26
2015-01-27mac80111: Add GCMP and GCMP-256 ciphersGravatar Jouni Malinen 1-2/+72
2015-01-22mac80211: allow drivers to control software cryptoGravatar Johannes Berg 1-3/+7
2015-01-07mac80211: Re-fix accounting of the tailroom-needed counterGravatar Ido Yariv 1-6/+3
2015-01-05Revert "mac80211: Fix accounting of the tailroom-needed counter"Gravatar Johannes Berg 1-3/+9
2014-12-17mac80211: free management frame keys when removing stationGravatar Johannes Berg 1-1/+1
2014-10-22mac80211: don't remove tainted keys after not programmingGravatar Johannes Berg 1-1/+10
2014-09-11mac80211: clear key material when freeing keysGravatar Johannes Berg 1-1/+1
2014-09-05mac80211: add Intel Mobile Communications copyrightGravatar Johannes Berg 1-0/+1
2014-08-26mac80211: Fix accounting of the tailroom-needed counterGravatar Ido Yariv 1-9/+3
2014-07-21mac80211: remove useless NULL checksGravatar Eytan Lifshitz 1-3/+0
2014-04-29mac80211: remove BUG_ON usageGravatar Johannes Berg 1-3/+4
2013-12-16mac80211: free all AP/VLAN keys at onceGravatar Johannes Berg 1-12/+32