aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/wep.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-24cfg80211: rework key operationJohannes Berg1-3/+3
2009-07-10mac80211: refactor the WEP code to be directly usableJohannes Berg1-29/+23
2009-03-27mac80211: rewrite fragmentationJohannes Berg1-14/+7
2008-11-26mac80211: fix unaligned access in ieee80211_wep_encrypt_dataIvan Kuten1-3/+4
2008-10-31mac80211: minor code cleanupsJohannes Berg1-13/+13
2008-10-06mac80211: free up 2 bytes in skb->cbFelix Fietkau1-3/+0
2008-08-22mac80211: use ieee80211 frame control directlyHarvey Harrison1-3/+4
2008-08-22mac80211: wep.c replace magic numbers in IV/ICV removalHarvey Harrison1-4/+3
2008-07-29mac80211: return correct error return from ieee80211_wep_initJeremy Fitzhardinge1-2/+2
2008-07-02mac80211: rework debug settings and make debugging saferJohannes Berg1-11/+2
2008-06-27mac80211: wep.c use new frame control helpersHarvey Harrison1-24/+15
2008-06-03mac80211: fix panic when using hardware WEPPavel Roskin1-1/+1
2008-06-03mac80211: clean up skb reallocation codeJohannes Berg1-7/+3
2008-05-21mac80211: move TX info into skb->cbJohannes Berg1-3/+6
2008-05-07mac80211: Replace ieee80211_tx_control->key_idx with ieee80211_key_confIvo van Doorn1-1/+1
2008-03-06mac80211: split ieee80211_txrx_dataJohannes Berg1-12/+12
2008-02-29mac80211: split RX_DROPJohannes Berg1-1/+1
2008-02-29mac80211: split ieee80211_txrx_resultJohannes Berg1-8/+8
2008-01-28mac80211: move tx crypto decisionJohannes Berg1-10/+0
2007-11-29mac80211: rate limit wep decrypt failed messagesAdel Gadllah1-1/+2
2007-11-10mac80211: make "decrypt failed" messages conditional upon MAC80211_DEBUGJohn W. Linville1-0/+2
2007-10-23[PATCH] Fix breakage after SG cleanupsRalf Baechle1-1/+1
2007-10-22Update net/ to use sg helpersJens Axboe1-6/+2
2007-10-10[PATCH] mac80211: remove ieee80211_wep_get_keyidxJohannes Berg1-19/+0
2007-10-10[PATCH] mac80211: consolidate encryptionJohannes Berg1-3/+54
2007-10-10[PATCH] mac80211: consolidate decryptionJohannes Berg1-5/+29
2007-10-10[MAC80211]: embed key conf in key, fix driver interfaceJohannes Berg1-9/+9
2007-05-05[MAC80211]: Add mac80211 wireless stack.Jiri Benc1-0/+328