summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rt2x00/rt2x00crypto.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-07rt2x00: Don't use queue entry as parameter when creating TX descriptor.Gertjan van Wingerde1-3/+3
2011-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+2
2011-04-19rt2x00: Split rt2x00dev->flagsIvo van Doorn1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-08-17mac80211: use cipher suite selectorsJohannes Berg1-9/+8
2010-05-10rt2x00: Fix setting of txdesc->length field.Gertjan van Wingerde1-0/+1
2009-11-12rt2x00: Update copyright statements.Gertjan van Wingerde1-1/+1
2009-08-31rt2x00: Reorganize padding & L2 paddingIvo van Doorn1-3/+3
2009-07-24rt2x00: Comment spellcheckingLuis Correia1-1/+1
2009-07-10rt2x00: remove skb->do_not_encrypt usageJohannes Berg1-4/+2
2009-05-22wireless: move some utility functions from mac80211 to cfg80211Zhu Yi1-1/+1
2009-05-06rt2x00: Add support for L2 padding during TX/RXIvo van Doorn1-26/+42
2009-05-06rt2x00: Move iv_len into tx descriptor dataIvo van Doorn1-10/+9
2009-01-30rt2x00: Update copyright year to 2009Ivo van Doorn1-1/+1
2009-01-29rt2x00: Move code into seperate functionsIvo van Doorn1-1/+12
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-2/+2
2008-12-05rt2x00: Move crypto TX descriptor handling to rt2x00crypto.cIvo van Doorn1-0/+23
2008-12-05rt2x00: Implement HW encryption (rt2500usb)Ivo van Doorn1-0/+12
2008-12-05rt2x00: Optimize IV/EIV handlingIvo van Doorn1-30/+14
2008-10-07mac80211: free up 2 bytes in skb->cbFelix Fietkau1-2/+2
2008-08-23rt2x00: Implement HW encryptionIvo van Doorn1-0/+215