aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/wep.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: trim RX dataJohannes Berg2009-11-181-3/+5
* cfg80211: rework key operationJohannes Berg2009-07-241-3/+3
* mac80211: refactor the WEP code to be directly usableJohannes Berg2009-07-101-29/+23
* mac80211: rewrite fragmentationJohannes Berg2009-03-271-14/+7
* mac80211: fix unaligned access in ieee80211_wep_encrypt_dataIvan Kuten2008-11-261-3/+4
* mac80211: minor code cleanupsJohannes Berg2008-10-311-13/+13
* mac80211: free up 2 bytes in skb->cbFelix Fietkau2008-10-061-3/+0
* mac80211: use ieee80211 frame control directlyHarvey Harrison2008-08-221-3/+4
* mac80211: wep.c replace magic numbers in IV/ICV removalHarvey Harrison2008-08-221-4/+3
* mac80211: return correct error return from ieee80211_wep_initJeremy Fitzhardinge2008-07-291-2/+2
* mac80211: rework debug settings and make debugging saferJohannes Berg2008-07-021-11/+2
* mac80211: wep.c use new frame control helpersHarvey Harrison2008-06-271-24/+15
* mac80211: fix panic when using hardware WEPPavel Roskin2008-06-031-1/+1
* mac80211: clean up skb reallocation codeJohannes Berg2008-06-031-7/+3
* mac80211: move TX info into skb->cbJohannes Berg2008-05-211-3/+6
* mac80211: Replace ieee80211_tx_control->key_idx with ieee80211_key_confIvo van Doorn2008-05-071-1/+1
* mac80211: split ieee80211_txrx_dataJohannes Berg2008-03-061-12/+12
* mac80211: split RX_DROPJohannes Berg2008-02-291-1/+1
* mac80211: split ieee80211_txrx_resultJohannes Berg2008-02-291-8/+8
* mac80211: move tx crypto decisionJohannes Berg2008-01-281-10/+0
* mac80211: rate limit wep decrypt failed messagesAdel Gadllah2007-11-291-1/+2
* mac80211: make "decrypt failed" messages conditional upon MAC80211_DEBUGJohn W. Linville2007-11-101-0/+2
* [PATCH] Fix breakage after SG cleanupsRalf Baechle2007-10-231-1/+1
* Update net/ to use sg helpersJens Axboe2007-10-221-6/+2
* [PATCH] mac80211: remove ieee80211_wep_get_keyidxJohannes Berg2007-10-101-19/+0
* [PATCH] mac80211: consolidate encryptionJohannes Berg2007-10-101-3/+54
* [PATCH] mac80211: consolidate decryptionJohannes Berg2007-10-101-5/+29
* [MAC80211]: embed key conf in key, fix driver interfaceJohannes Berg2007-10-101-9/+9
* [MAC80211]: Add mac80211 wireless stack.Jiri Benc2007-05-051-0/+328