aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/wep.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-07mac80211: make ieee80211_wep_init() return voidLuca Coelho1-3/+1
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-39/+10
2019-06-20net/mac80211: move WEP handling to ARC4 library interfaceArd Biesheuvel1-39/+10
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers1-2/+2
2017-01-12mac80211: Add RX flag to indicate ICV strippedDavid Spinadel1-1/+2
2015-05-11mac80211: move WEP tailroom size checkJanusz Dziedzic1-2/+4
2014-10-23mac80211: fix network header breakage during encryptionArik Nemtsov1-2/+0
2014-06-23mac80211: remove weak WEP IV accountingJohannes Berg1-20/+0
2013-05-16wireless: move crypto constants to ieee80211.hJohannes Berg1-23/+25
2012-05-16mac80211: fix network header location when adding encryption headersArik Nemtsov1-0/+1
2012-05-16mac80211: Add IV-room in the skb for TKIP and WEPJanusz.Dziedzic@tieto.com1-3/+11
2012-03-13mac80211: linearize SKBs as needed for cryptoJohannes Berg1-3/+8
2012-03-13mac80211: move RX WEP weak IV countingJohannes Berg1-4/+6
2011-11-21mac80211: use skb list for fragmentsJohannes Berg1-3/+2
2011-04-04mac80211: remove the dependency on crypto_blkcipherFelix Fietkau1-19/+15
2010-10-11mac80211: don't kmalloc 16 bytesJohannes Berg1-7/+1
2010-08-16mac80211: use cipher suite selectorsJohannes Berg1-1/+1
2010-07-16mac80211: improve error checking if WEP fails to initJohn W. Linville1-1/+4
2010-07-08mac80211: remove wep dependencyJohn W. Linville1-8/+16
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-22mac80211: avoid NULL ptr deref when using WEPJohn W. Linville1-3/+2
2010-01-19mac80211: move control.hw_key assignmentJohannes Berg1-9/+9
2009-11-18mac80211: trim RX dataJohannes Berg1-3/+5
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