aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/wpa.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-19mac80211: move control.hw_key assignmentGravatar Johannes Berg 1-35/+22
2009-11-18mac80211: trim RX dataGravatar Johannes Berg 1-11/+14
2009-07-10cfg80211: use proper allocation flagsGravatar Johannes Berg 1-1/+2
2009-04-22nl80211: Add Michael MIC failure eventGravatar Jouni Malinen 1-1/+1
2009-03-27mac80211: rewrite fragmentationGravatar Johannes Berg 1-20/+8
2009-01-29mac80211: 802.11w - Optional software CCMP for management framesGravatar Jouni Malinen 1-2/+7
2009-01-29mac80211: 802.11w - Add BIP (AES-128-CMAC)Gravatar Jouni Malinen 1-0/+125
2009-01-29mac80211: 802.11w - CCMP for management framesGravatar Jouni Malinen 1-6/+12
2008-10-31mac80211: minor code cleanupsGravatar Johannes Berg 1-19/+10
2008-10-27mac80211: convert to %pM away from print_macGravatar Johannes Berg 1-3/+0
2008-10-06mac80211: free up 2 bytes in skb->cbGravatar Felix Fietkau 1-6/+0
2008-09-15mac80211: share STA information with driverGravatar Johannes Berg 1-1/+1
2008-08-22replace net_device arguments with ieee80211_{local,sub_if_data} as appropriateGravatar Jasper Bryant-Greene 1-1/+1
2008-07-08mac80211: pass scratch buffer directly, remove additional pointersGravatar Harvey Harrison 1-16/+10
2008-07-08mac80211: wpa.c remove rx/tx_data ->fc usersGravatar Harvey Harrison 1-13/+8
2008-07-08mac80211: remove ieee80211_get_hdr_infoGravatar Harvey Harrison 1-35/+19
2008-07-08mac80211: remove one user of ieee80211_get_hdr_infoGravatar Harvey Harrison 1-41/+37
2008-07-08mac80211: use symbolic defines in wpa.cGravatar Harvey Harrison 1-7/+7
2008-07-02mac80211: rework debug settings and make debugging saferGravatar Johannes Berg 1-27/+1
2008-06-27mac80211: Let drivers have access to TKIP key offets for TX and RX MICGravatar Luis R. Rodriguez 1-6/+14
2008-06-14mac80211: tkip.c consolidate tkip IV writing in helperGravatar Harvey Harrison 1-7/+1
2008-06-14mac80211: wpa.c use new access helpersGravatar Harvey Harrison 1-47/+16
2008-06-03mac80211: clean up skb reallocation codeGravatar Johannes Berg 1-34/+24
2008-05-21mac80211: move TX info into skb->cbGravatar Johannes Berg 1-34/+31
2008-05-21mac80211: add a struct to hold tkip contextGravatar Harvey Harrison 1-8/+8
2008-05-07mac80211: Replace ieee80211_tx_control->key_idx with ieee80211_key_confGravatar Ivo van Doorn 1-4/+4
2008-03-25mac80211: allows driver to request a Phase 1 RX keyGravatar Emmanuel Grumbach 1-1/+1
2008-03-06mac80211: split ieee80211_txrx_dataGravatar Johannes Berg 1-40/+40
2008-02-29mac80211: split RX_DROPGravatar Johannes Berg 1-8/+8
2008-02-29mac80211: split ieee80211_txrx_resultGravatar Johannes Berg 1-36/+36
2008-01-28mac80211: move tx crypto decisionGravatar Johannes Berg 1-14/+0
2007-11-10mac80211: make "decrypt failed" messages conditional upon MAC80211_DEBUGGravatar John W. Linville 1-6/+12
2007-10-10[PATCH] mac80211: fix TKIP IV updateGravatar Johannes Berg 1-1/+7
2007-10-10[PATCH] mac80211: consolidate encryptionGravatar Johannes Berg 1-6/+4
2007-10-10[PATCH] mac80211: consolidate decryptionGravatar Johannes Berg 1-8/+4
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Gravatar Joe Perches 1-8/+11
2007-10-10[MAC80211]: remove TKIP mixing for hw accel againGravatar Johannes Berg 1-17/+0
2007-10-10[MAC80211]: rework hardware crypto flagsGravatar Johannes Berg 1-29/+14
2007-10-10[MAC80211]: clean up whitespaceGravatar Johannes Berg 1-1/+0
2007-10-10[MAC80211]: rework key handlingGravatar Johannes Berg 1-15/+15
2007-10-10[MAC80211]: embed key conf in key, fix driver interfaceGravatar Johannes Berg 1-27/+34
2007-10-10[MAC80211]: Remove bitfields from struct ieee80211_txrx_dataGravatar Jiri Slaby 1-3/+3
2007-10-10[MAC80211]: refactor event sendingGravatar Johannes Berg 1-30/+4
2007-10-10[MAC80211]: fix software decryptionGravatar Johannes Berg 1-3/+4
2007-05-05[MAC80211]: Add mac80211 wireless stack.Gravatar Jiri Benc 1-0/+660