aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/key.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-16mac80211: fix key todo list orderJohannes Berg1-3/+6
2008-04-16mac80211: fix spinlock recursionJohannes Berg1-10/+10
2008-04-16mac80211: fix key hwaccel raceJohannes Berg1-32/+52
2008-04-08mac80211: fix key vs. sta locking problemsJohannes Berg1-144/+264
2008-04-01mac80211: sta_info_flush() fixesJohannes Berg1-0/+9
2008-03-06mac80211: always insert key into listJohannes Berg1-3/+3
2008-03-06mac80211: add documentation bookJohannes Berg1-2/+2
2008-03-06mac80211: RCU-ify STA info structure accessJohannes Berg1-1/+7
2008-02-29mac80211: fix key replacing, hw accelJohannes Berg1-7/+20
2008-02-29mac80211: split ieee80211_key_alloc/freeJohannes Berg1-43/+113
2008-01-28mac80211: move interface type to vif structureJohannes Berg1-3/+3
2007-10-10[MAC80211]: remove ALG_NONEJohannes Berg1-1/+0
2007-10-10[PATCH] mac80211: remove crypto algorithm typedefJohannes Berg1-1/+1