summaryrefslogtreecommitdiffstats
path: root/net/mac80211/key.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: restrict delayed tailroom needed decrementManikanta Pubbisetty2018-07-241-9/+15
* mac80211: allow AP_VLAN operation on crypto controlled devicesManikanta Pubbisetty2018-03-291-3/+5
* mac80211: Add MIC space only for TX key optionDavid Spinadel2017-12-111-3/+9
* mac80211: don't compare TKIP TX MIC key in reinstall preventionJohannes Berg2017-10-251-2/+34
* mac80211: use constant time comparison with keysJason A. Donenfeld2017-10-181-1/+2
* mac80211: accept key reinstall without changing anythingJohannes Berg2017-10-161-4/+17
* mac80211: don't call drv_set_default_unicast_key() for VLANsJohannes Berg2016-12-131-1/+2
* mac80211: add fast-rx pathJohannes Berg2016-04-061-0/+1
* mac80211: remove ieee80211_get_key_tx_seq/ieee80211_set_key_tx_seqEliad Peller2016-02-241-87/+0Star
* mac80211: move TKIP TX IVs to public part of key structEliad Peller2016-02-241-4/+5
* mac80211: add atomic uploaded keys iteratorEliad Peller2015-12-041-4/+52
* mac80211: remove sta_info.gtk_idxJohannes Berg2015-07-171-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-241-3/+10
|\
| * mac80211: fix locking in update_vlan_tailroom_need_count()Johannes Berg2015-06-211-3/+10
* | mac80211: convert HW flags to unsigned long bitmapJohannes Berg2015-06-101-2/+2
* | Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2015-06-101-9/+73
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-021-9/+73
| |\|
| | * mac80211: fix AP_VLAN crypto tailroom calculationMichal Kazior2015-05-201-9/+73
* | | mac80211: move TX PN to public part of key structJohannes Berg2015-06-021-58/+22Star
|/ /
* | mac80211: validate cipher scheme PN length betterJohannes Berg2015-05-061-4/+6
* | mac80211: extend get_key() to return PN for all ciphersJohannes Berg2015-05-061-2/+2
* | mac80211: add TX fastpathJohannes Berg2015-04-221-0/+2
|/
* mac80211: Get IV len from key conf and not cipher schemeCedric Izoard2015-03-171-0/+1
* mac80111: Add BIP-GMAC-128 and BIP-GMAC-256 ciphersJouni Malinen2015-01-271-0/+60
* mac80111: Add BIP-CMAC-256 cipherJouni Malinen2015-01-271-2/+12
* mac80111: Add CCMP-256 cipherJouni Malinen2015-01-271-1/+26
* mac80111: Add GCMP and GCMP-256 ciphersJouni Malinen2015-01-271-2/+72
* mac80211: allow drivers to control software cryptoJohannes Berg2015-01-221-3/+7
* mac80211: Re-fix accounting of the tailroom-needed counterIdo Yariv2015-01-071-6/+3Star
* Revert "mac80211: Fix accounting of the tailroom-needed counter"Johannes Berg2015-01-051-3/+9
* mac80211: free management frame keys when removing stationJohannes Berg2014-12-171-1/+1
* mac80211: don't remove tainted keys after not programmingJohannes Berg2014-10-221-1/+10
* mac80211: clear key material when freeing keysJohannes Berg2014-09-111-1/+1
* mac80211: add Intel Mobile Communications copyrightJohannes Berg2014-09-051-0/+1
* mac80211: Fix accounting of the tailroom-needed counterIdo Yariv2014-08-261-9/+3Star
* mac80211: remove useless NULL checksEytan Lifshitz2014-07-211-3/+0Star
* mac80211: remove BUG_ON usageJohannes Berg2014-04-291-3/+4
* mac80211: free all AP/VLAN keys at onceJohannes Berg2013-12-161-12/+32
* mac80211: move synchronize_net() before sta key removalJohannes Berg2013-12-161-13/+3Star
* mac80211: add generic cipher scheme supportMax Stepanov2013-11-251-21/+37
* mac80211: verify ieee80211_key_replace() argumentsJohannes Berg2013-11-251-0/+4
* mac80211: use ERR_CAST()Johannes Berg2013-09-261-1/+1
* mac80211: add APIs to allow keeping connections after WoWLANJohannes Berg2013-08-161-7/+147
* wireless: move crypto constants to ieee80211.hJohannes Berg2013-05-161-12/+12
* mac80211: batch key free synchronize_net()Johannes Berg2013-03-111-13/+68
* mac80211: remove underscores from some key functionsJohannes Berg2013-03-111-14/+14
* mac80211: clean up key freeing a bitJohannes Berg2013-03-111-13/+19
* mac80211: defer tailroom counter manipulation when roamingJohannes Berg2013-03-061-7/+56
* mac80211: remove IEEE80211_KEY_FLAG_WMM_STAJohannes Berg2013-03-061-26/+0Star
* mac80211: cleanup generic suspend/resume proceduresStanislaw Gruszka2013-03-061-14/+0Star