aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/key.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-16mac80211: use cipher suite selectorsJohannes Berg1-13/+12
2010-08-16mac80211: Don't squash error codes in key setup functionsBen Hutchings1-6/+8
2010-07-27mac80211: Fix key freeing to handle unlinked keysJouni Malinen1-7/+6
2010-06-15mac80211: Use a separate CCMP PN receive counter for management framesJouni Malinen1-1/+1
2010-06-03mac80211: simplify key lockingJohannes Berg1-222/+66
2010-05-24Revert "ath9k: Group Key fix for VAPs"John W. Linville1-1/+0
2010-04-23Merge branch 'master' into for-davemJohn W. Linville1-0/+1
2010-04-20ath9k: Group Key fix for VAPsDaniel Yingqiang Ma1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-28mac80211: add ieee80211_sdata_runningJohannes Berg1-2/+2
2009-12-21mac80211: trace interface nameJohannes Berg1-2/+2
2009-12-21mac80211: make station management completely depend on vifJohannes Berg1-1/+1
2009-08-17mac80211: fix todo lockJohannes Berg1-13/+15
2009-05-20nl80211: Validate NL80211_ATTR_KEY_SEQ lengthJouni Malinen1-3/+3
2009-05-13nl80211: Add RSC configuration for new keysJouni Malinen1-1/+20
2009-05-06mac80211: add driver ops wrappersJohannes Berg1-4/+4
2009-02-27mac80211: split IBSS/managed codeJohannes Berg1-1/+1
2009-01-29mac80211: 802.11w - Use BIP (AES-128-CMAC)Jouni Malinen1-2/+60
2009-01-29mac80211: clean up set_key callbackJohannes Berg1-26/+25
2008-10-27mac80211: convert to %pM away from print_macJohannes Berg1-6/+4
2008-10-06mac80211: free up 2 bytes in skb->cbFelix Fietkau1-0/+14
2008-09-15mac80211: share STA information with driverJohannes Berg1-1/+1
2008-09-15mac80211: use nl80211 interface typesJohannes Berg1-3/+3
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+9
2008-06-27mac80211: fix an oops in several failure paths in key allocationEmmanuel Grumbach1-0/+9
2008-05-14mac80211: proper STA info lockingJohannes Berg1-2/+2
2008-05-07mac80211: Add IEEE80211_KEY_FLAG_PAIRWISEIvo van Doorn1-0/+7