aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/key.c
AgeCommit message (Expand)Author
2018-09-26mac80211: restrict delayed tailroom needed decrementManikanta Pubbisetty
2017-11-18mac80211: don't compare TKIP TX MIC key in reinstall preventionJohannes Berg
2017-11-18mac80211: use constant time comparison with keysJason A. Donenfeld
2017-11-18mac80211: accept key reinstall without changing anythingJohannes Berg
2016-04-06mac80211: add fast-rx pathJohannes Berg
2016-02-24mac80211: remove ieee80211_get_key_tx_seq/ieee80211_set_key_tx_seqEliad Peller
2016-02-24mac80211: move TKIP TX IVs to public part of key structEliad Peller
2015-12-04mac80211: add atomic uploaded keys iteratorEliad Peller
2015-07-17mac80211: remove sta_info.gtk_idxJohannes Berg
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-21mac80211: fix locking in update_vlan_tailroom_need_count()Johannes Berg
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg
2015-06-10Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg
2015-06-02mac80211: move TX PN to public part of key structJohannes Berg
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-20mac80211: fix AP_VLAN crypto tailroom calculationMichal Kazior
2015-05-06mac80211: validate cipher scheme PN length betterJohannes Berg
2015-05-06mac80211: extend get_key() to return PN for all ciphersJohannes Berg
2015-04-22mac80211: add TX fastpathJohannes 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
2015-01-22mac80211: allow drivers to control software cryptoJohannes Berg
2015-01-07mac80211: Re-fix accounting of the tailroom-needed counterIdo Yariv
2015-01-05Revert "mac80211: Fix accounting of the tailroom-needed counter"Johannes Berg
2014-12-17mac80211: free management frame keys when removing stationJohannes Berg
2014-10-22mac80211: don't remove tainted keys after not programmingJohannes Berg
2014-09-11mac80211: clear key material when freeing keysJohannes Berg
2014-09-05mac80211: add Intel Mobile Communications copyrightJohannes Berg
2014-08-26mac80211: Fix accounting of the tailroom-needed counterIdo Yariv
2014-07-21mac80211: remove useless NULL checksEytan Lifshitz
2014-04-29mac80211: remove BUG_ON usageJohannes Berg
2013-12-16mac80211: free all AP/VLAN keys at onceJohannes Berg
2013-12-16mac80211: move synchronize_net() before sta key removalJohannes Berg
2013-11-25mac80211: add generic cipher scheme supportMax Stepanov
2013-11-25mac80211: verify ieee80211_key_replace() argumentsJohannes Berg
2013-09-26mac80211: use ERR_CAST()Johannes Berg
2013-08-16mac80211: add APIs to allow keeping connections after WoWLANJohannes Berg
2013-05-16wireless: move crypto constants to ieee80211.hJohannes Berg
2013-03-11mac80211: batch key free synchronize_net()Johannes Berg
2013-03-11mac80211: remove underscores from some key functionsJohannes Berg
2013-03-11mac80211: clean up key freeing a bitJohannes Berg
2013-03-06mac80211: defer tailroom counter manipulation when roamingJohannes Berg
2013-03-06mac80211: remove IEEE80211_KEY_FLAG_WMM_STAJohannes Berg
2013-03-06mac80211: cleanup generic suspend/resume proceduresStanislaw Gruszka
2013-01-18mac80211: add op to configure default key idYoni Divinsky
2012-11-19mac80211: introduce IEEE80211_NUM_TIDS and use itJohannes Berg
2012-11-19mac80211: use CMAC_PN_LENJohannes Berg