summaryrefslogtreecommitdiffstats
path: root/net/mac80211/key.c
AgeCommit message (Expand)AuthorLines
2015-01-27mac80111: Add BIP-GMAC-128 and BIP-GMAC-256 ciphersJouni Malinen-0/+60
2015-01-27mac80111: Add BIP-CMAC-256 cipherJouni Malinen-2/+12
2015-01-27mac80111: Add CCMP-256 cipherJouni Malinen-1/+26
2015-01-27mac80111: Add GCMP and GCMP-256 ciphersJouni Malinen-2/+72
2015-01-22mac80211: allow drivers to control software cryptoJohannes Berg-3/+7
2015-01-07mac80211: Re-fix accounting of the tailroom-needed counterIdo Yariv-6/+3
2015-01-05Revert "mac80211: Fix accounting of the tailroom-needed counter"Johannes Berg-3/+9
2014-12-17mac80211: free management frame keys when removing stationJohannes Berg-1/+1
2014-10-22mac80211: don't remove tainted keys after not programmingJohannes Berg-1/+10
2014-09-11mac80211: clear key material when freeing keysJohannes Berg-1/+1
2014-09-05mac80211: add Intel Mobile Communications copyrightJohannes Berg-0/+1
2014-08-26mac80211: Fix accounting of the tailroom-needed counterIdo Yariv-9/+3
2014-07-21mac80211: remove useless NULL checksEytan Lifshitz-3/+0
2014-04-29mac80211: remove BUG_ON usageJohannes Berg-3/+4
2013-12-16mac80211: free all AP/VLAN keys at onceJohannes Berg-12/+32
2013-12-16mac80211: move synchronize_net() before sta key removalJohannes Berg-13/+3
2013-11-25mac80211: add generic cipher scheme supportMax Stepanov-21/+37
2013-11-25mac80211: verify ieee80211_key_replace() argumentsJohannes Berg-0/+4
2013-09-26mac80211: use ERR_CAST()Johannes Berg-1/+1
2013-08-16mac80211: add APIs to allow keeping connections after WoWLANJohannes Berg-7/+147
2013-05-16wireless: move crypto constants to ieee80211.hJohannes Berg-12/+12
2013-03-11mac80211: batch key free synchronize_net()Johannes Berg-13/+68
2013-03-11mac80211: remove underscores from some key functionsJohannes Berg-14/+14
2013-03-11mac80211: clean up key freeing a bitJohannes Berg-13/+19
2013-03-06mac80211: defer tailroom counter manipulation when roamingJohannes Berg-7/+56
2013-03-06mac80211: remove IEEE80211_KEY_FLAG_WMM_STAJohannes Berg-26/+0
2013-03-06mac80211: cleanup generic suspend/resume proceduresStanislaw Gruszka-14/+0
2013-01-18mac80211: add op to configure default key idYoni Divinsky-1/+4
2012-11-19mac80211: introduce IEEE80211_NUM_TIDS and use itJohannes Berg-5/+5
2012-11-19mac80211: use CMAC_PN_LENJohannes Berg-2/+3
2012-09-06mac80211: use synchronize_net() on key destroyingEliad Peller-1/+1
2012-07-09mac80211: remove ieee80211_key_removedJohannes Berg-20/+0
2012-06-24mac80211: clean up debuggingJohannes Berg-2/+2
2012-02-27mac80211: clean up asm/unaligned.h inclusionJohannes Berg-0/+1
2012-02-06mac80211: dont program keys for stations not uploadedJohannes Berg-16/+14
2012-02-06mac80211: simplify AP_VLAN handlingJohannes Berg-8/+0
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-2/+7
2011-11-08mac80211: support adding IV-room in the skb for CCMP keysArik Nemtsov-2/+7
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker-0/+1
2011-09-30mac80211: optimise station flagsJohannes Berg-2/+2
2011-07-15mac80211: let key iteration get keys in install orderJohannes Berg-1/+1
2011-07-08mac80211: allow drivers to access key sequence counterJohannes Berg-0/+74
2011-07-08mac80211: fix TKIP races, make API easier to useJohannes Berg-0/+1
2011-07-06mac80211: support GTK rekey offloadJohannes Berg-0/+12
2011-07-06mac80211: allow driver to iterate keysJohannes Berg-0/+33
2011-07-05mac80211: Skip tailroom reservation for full HW-crypto devices with race fixYogesh Ashok Powar-2/+49
2011-06-06Revert "mac80211: Skip tailroom reservation for full HW-crypto devices"John W. Linville-19/+2
2011-05-16mac80211: sparse RCU annotationsJohannes Berg-8/+14
2011-05-12mac80211: make key locking clearerJohannes Berg-4/+4
2011-05-05mac80211: Fix a warning due to skipping tailroom reservation for IVMohammed Shafi Shajakhan-2/+4