summaryrefslogtreecommitdiffstats
path: root/net/mac80211/key.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: prevent mixed key and fragment cache attacksMathy Vanhoef2021-05-111-0/+7
* cfg80211: avoid holding the RTNL when calling the driverJohannes Berg2021-01-261-2/+2
* mac80211: support MIC error/replay detected counters driver updateJohannes Berg2020-12-111-0/+49
* mac80211: rework tx encapsulation offload APIFelix Fietkau2020-09-181-15/+0
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
* mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-311-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2020-03-291-8/+12
|\
| * mac80211: drop data frames without key on encrypted linksJohannes Berg2020-03-261-8/+12
* | mac80211: Support BIGTK configuration for Beacon protectionJouni Malinen2020-02-241-2/+38
* | mac80211: fix 11w when using encapsulation offloadingJohn Crispin2020-02-071-6/+10
* | mac80211: add 802.11 encapsulation offloading supportJohn Crispin2019-12-131-0/+11
|/
* mac80211: don't check if key is NULL in ieee80211_key_link()Luca Coelho2019-09-111-1/+1
* mac80211: clear crypto tx tailroom counter upon keys enableLior Cohen2019-09-111-28/+12
* mac80211: remove unnecessary key conditionJohannes Berg2019-09-111-3/+3
* mac80211: AMPDU handling for rekeys with Extended Key IDAlexander Wetzel2019-07-261-6/+8
* mac80211: Simplify Extended Key ID APIAlexander Wetzel2019-07-261-10/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221-4/+1
|\
| * Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-211-4/+1
| |\
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-2/+0
|\| |
| * | mac80211: remove set but not used variable 'old'YueHaibing2019-05-241-2/+0
| |/
* / mac80211: AMPDU handling for Extended Key IDAlexander Wetzel2019-06-141-44/+56
|/
* Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/sc...David S. Miller2019-04-261-23/+64
|\
| * mac80211: IEEE 802.11 Extended Key ID supportAlexander Wetzel2019-04-261-14/+49
| * mac80211: Optimize tailroom_needed update checksAlexander Wetzel2019-04-261-9/+15
* | mac80211: Honor SW_CRYPTO_CONTROL for unicast keys in AP VLAN modeAlexander Wetzel2019-04-091-5/+4
|/
* mac80211: remove unnecessary NULL checkGustavo A. R. Silva2018-09-051-1/+2
* mac80211: Fix PTK rekey freezes and clear text leakAlexander Wetzel2018-09-051-20/+90
* 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/+0
* 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/+0
* 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-011-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/+22
|/ /
* | 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
|/