aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/tkip.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-15mac80211: Fix TKIP replay protection immediately after key setupGravatar Jouni Malinen 1-3/+15
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-4/+4
2019-06-20net/mac80211: move WEP handling to ARC4 library interfaceGravatar Ard Biesheuvel 1-4/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2016-02-24mac80211: move TKIP TX IVs to public part of key structGravatar Eliad Peller 1-18/+18
2013-12-18mac80211: fix checkpatch errorsGravatar Weilong Chen 1-1/+1
2013-05-16mac80211: use just spin_lock() in ieee80211_get_tkip_p2k()Gravatar Johannes Berg 1-2/+2
2013-02-15mac80211: use spin_lock_bh() for TKIP lockGravatar Johannes Berg 1-6/+4
2012-06-22mac80211: remove TKIP debugGravatar Johannes Berg 1-42/+1
2012-06-05net: mac80211: Convert printk(KERN_DEBUG to pr_debugGravatar Joe Perches 1-12/+9
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesGravatar Paul Gortmaker 1-0/+1
2011-07-15mac80211: allow driver access to TKIP RX P1KGravatar Johannes Berg 1-0/+11
2011-07-08mac80211: allow driver to generate P1K for IV32Gravatar Johannes Berg 1-6/+3
2011-07-08mac80211: fix TKIP races, make API easier to useGravatar Johannes Berg 1-51/+60
2011-04-04mac80211: remove the dependency on crypto_blkcipherGravatar Felix Fietkau 1-2/+2
2010-07-08mac80211: remove wep dependencyGravatar John W. Linville 1-4/+4
2010-01-22mac80211: pass vif and station to update_tkip_keyGravatar Johannes Berg 1-7/+5
2010-01-19mac80211: move control.hw_key assignmentGravatar Johannes Berg 1-5/+6
2009-12-22mac80211 : fix a race with update_tkip_keyGravatar gregor kowski 1-18/+20
2009-11-18mac80211: use fixed broadcast addressGravatar Johannes Berg 1-2/+2
2009-05-06mac80211: add driver ops wrappersGravatar Johannes Berg 1-3/+3
2008-10-27mac80211: convert to %pM away from print_macGravatar Johannes Berg 1-6/+4
2008-09-15mac80211: share STA information with driverGravatar Johannes Berg 1-1/+1
2008-06-27mac80211: Let drivers have access to TKIP key offets for TX and RX MICGravatar Luis R. Rodriguez 1-5/+5
2008-06-27mac80211: rename TKIP debugging Kconfig symbolGravatar Johannes Berg 1-10/+10
2008-06-14mac80211: tkip.c use a local struct tkip_ctx in ieee80211_get_tkip_keyGravatar Harvey Harrison 1-14/+16
2008-06-14mac80211: tkip.c fold ieee80211_gen_rc4key into its one callerGravatar Harvey Harrison 1-21/+17
2008-06-14mac80211: tkip.c consolidate tkip IV writing in helperGravatar Harvey Harrison 1-11/+14
2008-05-21mac80211: tkip.c use struct tkip_ctx in phase 2 key mixingGravatar Harvey Harrison 1-10/+7
2008-05-21mac80211: tkip.c use struct tkip_ctx in phase 1 key mixingGravatar Harvey Harrison 1-17/+10
2008-05-21mac80211: add a struct to hold tkip contextGravatar Harvey Harrison 1-27/+27
2008-05-21mac80211: add const, remove unused function, make one function staticGravatar Harvey Harrison 1-10/+2
2008-05-14mac80211: tkip.c use kernel-provided infrastructureGravatar Harvey Harrison 1-99/+46
2008-04-30mac80211: incorrect shift directionGravatar Harvey Harrison 1-4/+2
2008-04-08mac80211: rename filesGravatar Johannes Berg 1-1/+1
2008-03-25mac80211: allows driver to request a Phase 1 RX keyGravatar Emmanuel Grumbach 1-1/+14
2008-03-25mac80211: get a TKIP phase key from skbGravatar Emmanuel Grumbach 1-0/+53
2007-10-10[PATCH] mac80211: fix TKIP IV updateGravatar Johannes Berg 1-6/+10
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Gravatar Joe Perches 1-4/+6
2007-10-10[MAC80211]: embed key conf in key, fix driver interfaceGravatar Johannes Berg 1-8/+10
2007-05-05[MAC80211]: Add mac80211 wireless stack.Gravatar Jiri Benc 1-0/+341