aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/key.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-4/+6
2007-10-10[MAC80211]: remove HW_KEY_IDX_INVALIDJohannes Berg1-4/+0
2007-10-10[MAC80211]: remove set_key_idx callbackJohannes Berg1-4/+0
2007-10-10[MAC80211]: fix race conditions with keysJohannes Berg1-16/+27
2007-10-10[MAC80211]: rework key handlingJohannes Berg1-2/+241
2007-10-10[MAC80211]: remove krefs for keysJohannes Berg1-10/+3
2007-10-10[MAC80211]: embed key conf in key, fix driver interfaceJohannes Berg1-27/+1
2007-10-10[MAC80211]: split out some key functions from ieee80211.cJohannes Berg1-0/+69