summaryrefslogtreecommitdiffstats
path: root/net/mac80211/wep.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: Add RX flag to indicate ICV strippedDavid Spinadel2017-01-121-1/+2
* mac80211: move WEP tailroom size checkJanusz Dziedzic2015-05-111-2/+4
* mac80211: fix network header breakage during encryptionArik Nemtsov2014-10-231-2/+0
* mac80211: remove weak WEP IV accountingJohannes Berg2014-06-231-20/+0
* wireless: move crypto constants to ieee80211.hJohannes Berg2013-05-161-23/+25
* mac80211: fix network header location when adding encryption headersArik Nemtsov2012-05-161-0/+1
* mac80211: Add IV-room in the skb for TKIP and WEPJanusz.Dziedzic@tieto.com2012-05-161-3/+11
* mac80211: linearize SKBs as needed for cryptoJohannes Berg2012-03-131-3/+8
* mac80211: move RX WEP weak IV countingJohannes Berg2012-03-131-4/+6
* mac80211: use skb list for fragmentsJohannes Berg2011-11-211-3/+2
* mac80211: remove the dependency on crypto_blkcipherFelix Fietkau2011-04-041-19/+15
* mac80211: don't kmalloc 16 bytesJohannes Berg2010-10-111-7/+1
* mac80211: use cipher suite selectorsJohannes Berg2010-08-161-1/+1
* mac80211: improve error checking if WEP fails to initJohn W. Linville2010-07-161-1/+4
* mac80211: remove wep dependencyJohn W. Linville2010-07-081-8/+16
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* mac80211: avoid NULL ptr deref when using WEPJohn W. Linville2010-01-221-3/+2
* mac80211: move control.hw_key assignmentJohannes Berg2010-01-191-9/+9
* 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