aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/key.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-27mac80211: clean up asm/unaligned.h inclusionJohannes Berg1-0/+1
2012-02-06mac80211: dont program keys for stations not uploadedJohannes Berg1-16/+14
2012-02-06mac80211: simplify AP_VLAN handlingJohannes Berg1-8/+0
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-2/+7
2011-11-08mac80211: support adding IV-room in the skb for CCMP keysArik Nemtsov1-2/+7
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-09-30mac80211: optimise station flagsJohannes Berg1-2/+2
2011-07-15mac80211: let key iteration get keys in install orderJohannes Berg1-1/+1
2011-07-08mac80211: allow drivers to access key sequence counterJohannes Berg1-0/+74
2011-07-08mac80211: fix TKIP races, make API easier to useJohannes Berg1-0/+1
2011-07-06mac80211: support GTK rekey offloadJohannes Berg1-0/+12
2011-07-06mac80211: allow driver to iterate keysJohannes Berg1-0/+33
2011-07-05mac80211: Skip tailroom reservation for full HW-crypto devices with race fixYogesh Ashok Powar1-2/+49
2011-06-06Revert "mac80211: Skip tailroom reservation for full HW-crypto devices"John W. Linville1-19/+2
2011-05-16mac80211: sparse RCU annotationsJohannes Berg1-8/+14
2011-05-12mac80211: make key locking clearerJohannes Berg1-4/+4
2011-05-05mac80211: Fix a warning due to skipping tailroom reservation for IVMohammed Shafi Shajakhan1-2/+4
2011-04-28mac80211: Skip tailroom reservation for full HW-crypto devicesYogesh Ashok Powar1-2/+17
2011-03-28mac80211: fix possible NULL pointer dereferenceMariusz Kozlowski1-1/+2
2011-03-28mac80211: fix NULL pointer dereference in ieee80211_key_alloc()Petr Štetiar1-2/+2
2011-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+6
2011-01-04mac80211: fix some key comments and codeJohannes Berg1-21/+17
2011-01-04mac80211: add missing synchronize_rcuJohannes Berg1-0/+6
2010-12-13mac80211: support separate default keysJohannes Berg1-19/+26
2010-11-22mac80211: Disable hw crypto for GTKs on AP VLAN interfacesHelmut Schaa1-1/+8
2010-10-06cfg80211/mac80211: allow per-station GTKsJohannes Berg1-34/+61
2010-09-16cfg80211/mac80211: use lockdep_assert_heldJohannes Berg1-1/+1
2010-08-27mac80211: allow vendor specific cipher suitesJohannes Berg1-8/+30
2010-08-25net/mac80211: Use wiphy_<level>Joe Perches1-8/+6
2010-08-16mac80211: move key tfm setupJohannes Berg1-16/+10