aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/key.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-13mac80211: don't call drv_set_default_unicast_key() for VLANsJohannes Berg1-1/+2
2016-04-06mac80211: add fast-rx pathJohannes Berg1-0/+1
2016-02-24mac80211: remove ieee80211_get_key_tx_seq/ieee80211_set_key_tx_seqEliad Peller1-87/+0
2016-02-24mac80211: move TKIP TX IVs to public part of key structEliad Peller1-4/+5
2015-12-04mac80211: add atomic uploaded keys iteratorEliad Peller1-4/+52
2015-07-17mac80211: remove sta_info.gtk_idxJohannes Berg1-1/+0
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+10
2015-06-21mac80211: fix locking in update_vlan_tailroom_need_count()Johannes Berg1-3/+10
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-2/+2
2015-06-10Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg1-9/+73
2015-06-02mac80211: move TX PN to public part of key structJohannes Berg1-58/+22
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+73
2015-05-20mac80211: fix AP_VLAN crypto tailroom calculationMichal Kazior1-9/+73
2015-05-06mac80211: validate cipher scheme PN length betterJohannes Berg1-4/+6
2015-05-06mac80211: extend get_key() to return PN for all ciphersJohannes Berg1-2/+2
2015-04-22mac80211: add TX fastpathJohannes Berg1-0/+2
2015-03-17mac80211: Get IV len from key conf and not cipher schemeCedric Izoard1-0/+1
2015-01-27mac80111: Add BIP-GMAC-128 and BIP-GMAC-256 ciphersJouni Malinen1-0/+60
2015-01-27mac80111: Add BIP-CMAC-256 cipherJouni Malinen1-2/+12
2015-01-27mac80111: Add CCMP-256 cipherJouni Malinen1-1/+26
2015-01-27mac80111: Add GCMP and GCMP-256 ciphersJouni Malinen1-2/+72
2015-01-22mac80211: allow drivers to control software cryptoJohannes Berg1-3/+7
2015-01-07mac80211: Re-fix accounting of the tailroom-needed counterIdo Yariv1-6/+3
2015-01-05Revert "mac80211: Fix accounting of the tailroom-needed counter"Johannes Berg1-3/+9
2014-12-17mac80211: free management frame keys when removing stationJohannes Berg1-1/+1
2014-10-22mac80211: don't remove tainted keys after not programmingJohannes Berg1-1/+10
2014-09-11mac80211: clear key material when freeing keysJohannes Berg1-1/+1
2014-09-05mac80211: add Intel Mobile Communications copyrightJohannes Berg1-0/+1
2014-08-26mac80211: Fix accounting of the tailroom-needed counterIdo Yariv1-9/+3
2014-07-21mac80211: remove useless NULL checksEytan Lifshitz1-3/+0
2014-04-29mac80211: remove BUG_ON usageJohannes Berg1-3/+4
2013-12-16mac80211: free all AP/VLAN keys at onceJohannes Berg1-12/+32
2013-12-16mac80211: move synchronize_net() before sta key removalJohannes Berg1-13/+3
2013-11-25mac80211: add generic cipher scheme supportMax Stepanov1-21/+37
2013-11-25mac80211: verify ieee80211_key_replace() argumentsJohannes Berg1-0/+4
2013-09-26mac80211: use ERR_CAST()Johannes Berg1-1/+1
2013-08-16mac80211: add APIs to allow keeping connections after WoWLANJohannes Berg1-7/+147
2013-05-16wireless: move crypto constants to ieee80211.hJohannes Berg1-12/+12
2013-03-11mac80211: batch key free synchronize_net()Johannes Berg1-13/+68
2013-03-11mac80211: remove underscores from some key functionsJohannes Berg1-14/+14
2013-03-11mac80211: clean up key freeing a bitJohannes Berg1-13/+19
2013-03-06mac80211: defer tailroom counter manipulation when roamingJohannes Berg1-7/+56
2013-03-06mac80211: remove IEEE80211_KEY_FLAG_WMM_STAJohannes Berg1-26/+0
2013-03-06mac80211: cleanup generic suspend/resume proceduresStanislaw Gruszka1-14/+0
2013-01-18mac80211: add op to configure default key idYoni Divinsky1-1/+4
2012-11-19mac80211: introduce IEEE80211_NUM_TIDS and use itJohannes Berg1-5/+5
2012-11-19mac80211: use CMAC_PN_LENJohannes Berg1-2/+3
2012-09-06mac80211: use synchronize_net() on key destroyingEliad Peller1-1/+1
2012-07-09mac80211: remove ieee80211_key_removedJohannes Berg1-20/+0
2012-06-24mac80211: clean up debuggingJohannes Berg1-2/+2