aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/key.h
AgeCommit message (Expand)AuthorFilesLines
2022-09-06wifi: mac80211: implement link switchingGravatar Johannes Berg 1-0/+3
2022-08-25wifi: mac80211: properly implement MLO key handlingGravatar Johannes Berg 1-4/+9
2022-06-10wifi: mac80211: refactor some key codeGravatar Johannes Berg 1-0/+2
2022-06-10wifi: mac80211: remove cipher scheme supportGravatar Johannes Berg 1-5/+2
2021-05-11mac80211: prevent mixed key and fragment cache attacksGravatar Mathy Vanhoef 1-0/+2
2020-02-24mac80211: Support BIGTK configuration for Beacon protectionGravatar Jouni Malinen 1-0/+3
2019-09-11mac80211: clear crypto tx tailroom counter upon keys enableGravatar Lior Cohen 1-2/+2
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-0/+1
2019-06-20net/mac80211: move WEP handling to ARC4 library interfaceGravatar Ard Biesheuvel 1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-04-26mac80211: IEEE 802.11 Extended Key ID supportGravatar Alexander Wetzel 1-0/+2
2017-02-08mac80211: aes-cmac: switch to shash CMAC driverGravatar Ard Biesheuvel 1-1/+1
2016-02-24mac80211: move TKIP TX IVs to public part of key structGravatar Eliad Peller 1-3/+7
2015-07-17mac80211: remove key TX/RX counterGravatar Johannes Berg 1-3/+0
2015-06-10Merge remote-tracking branch 'net-next/master' into mac80211-nextGravatar Johannes Berg 1-0/+1
2015-06-02mac80211: move TX PN to public part of key structGravatar Johannes Berg 1-4/+0
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2015-05-20mac80211: fix AP_VLAN crypto tailroom calculationGravatar Michal Kazior 1-0/+1
2015-05-06mac80211: extend get_key() to return PN for all ciphersGravatar Johannes Berg 1-2/+1
2015-03-17mac80211: Get IV len from key conf and not cipher schemeGravatar Cedric Izoard 1-0/+2
2015-01-27mac80111: Add BIP-GMAC-128 and BIP-GMAC-256 ciphersGravatar Jouni Malinen 1-0/+7
2015-01-27mac80111: Add GCMP and GCMP-256 ciphersGravatar Jouni Malinen 1-0/+11
2013-12-16mac80211: free all AP/VLAN keys at onceGravatar Johannes Berg 1-1/+2
2013-11-25mac80211: add generic cipher scheme supportGravatar Max Stepanov 1-3/+10
2013-10-11mac80211: port CCMP to cryptoapi's CCM driverGravatar Ard Biesheuvel 1-1/+1
2013-05-16wireless: move crypto constants to ieee80211.hGravatar Johannes Berg 1-13/+2
2013-03-11mac80211: batch key free synchronize_net()Gravatar Johannes Berg 1-0/+2
2013-03-11mac80211: remove underscores from some key functionsGravatar Johannes Berg 1-1/+1
2013-03-11mac80211: clean up key freeing a bitGravatar Johannes Berg 1-6/+5
2013-03-06mac80211: defer tailroom counter manipulation when roamingGravatar Johannes Berg 1-1/+3
2013-03-06mac80211: cleanup generic suspend/resume proceduresGravatar Stanislaw Gruszka 1-1/+0
2012-12-05mac80211: add debug file for mic failureGravatar Saravana 1-0/+3
2012-11-19mac80211: introduce IEEE80211_NUM_TIDS and use itGravatar Johannes Berg 1-5/+3
2011-07-13mac80211: allow driver to disconnect after resumeGravatar Johannes Berg 1-0/+2
2011-07-08mac80211: allow drivers to access key sequence counterGravatar Johannes Berg 1-2/+3
2011-07-08mac80211: simplify RX PN/IV handlingGravatar Johannes Berg 1-1/+1
2011-07-08mac80211: use AES_BLOCK_SIZEGravatar Johannes Berg 1-3/+0
2011-07-08mac80211: fix CMAC racesGravatar Johannes Berg 1-4/+1
2011-07-08mac80211: fix CCMP racesGravatar Johannes Berg 1-4/+1
2011-07-08mac80211: fix TKIP races, make API easier to useGravatar Johannes Berg 1-3/+7
2011-05-16mac80211: sparse RCU annotationsGravatar Johannes Berg 1-0/+3
2011-05-12mac80211: make key locking clearerGravatar Johannes Berg 1-0/+1
2011-03-07mac80211: remove unused macrosGravatar Shan Wei 1-1/+0
2010-12-13mac80211: support separate default keysGravatar Johannes Berg 1-1/+2
2010-10-06cfg80211/mac80211: allow per-station GTKsGravatar Johannes Berg 1-0/+3
2010-08-27mac80211: allow vendor specific cipher suitesGravatar Johannes Berg 1-3/+3
2010-08-16mac80211: use cipher suite selectorsGravatar Johannes Berg 1-3/+1
2010-07-27mac80211: Fix key freeing to handle unlinked keysGravatar Jouni Malinen 1-1/+2
2010-06-15mac80211: Use a separate CCMP PN receive counter for management framesGravatar Jouni Malinen 1-1/+7
2010-06-03mac80211: simplify key lockingGravatar Johannes Berg 1-21/+1