aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43legacy/dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-29/+36
2012-01-04b43legacy: Avoid packet losses in the dma worker codeLarry Finger1-29/+36
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-8/+8
2011-08-08b43legacy: remove 64-bit DMA supportPavel Roskin1-303/+71
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-07-22b43legacy: dma: cache translation (routing bits)Rafał Miłecki1-3/+4
2011-07-07Update my e-mail addressMichael Büsch1-1/+1
2011-06-01b43legacy: Fix warnings from gcc 4.6.0Larry Finger1-8/+2
2010-06-04b43legacy: replace the ssb_dma API with the generic DMA APIFUJITA Tomonori1-23/+26
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-02-08b43legacy: remove get_tx_stats() mac80211 opKalle Valo1-20/+0
2009-10-30b43legacy: Fix DMA TX bounce buffer copyingLarry Finger1-2/+15
2009-08-04b43legacy: Work around mac80211 race conditionLarry Finger1-6/+16
2009-04-07dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30)Yang Hongyang1-3/+3
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-4/+4
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-3/+3
2008-11-10b43legacy: reindent misleading statementIlpo Järvinen1-1/+1
2008-10-31mac80211/drivers: rewrite the rate control APIJohannes Berg1-14/+32
2008-07-08b43legacy: Remove switch statement with 64-bit indexLarry Finger1-15/+51
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-32/+31
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-06-27ssb, b43, b43legacy, b44: Rewrite SSB DMA APIMichael Buesch1-32/+31
2008-06-25b43legacy: Fix possible NULL pointer dereference in DMA codeMichael Buesch1-1/+1
2008-05-21mac80211: use multi-queue master netdeviceJohannes Berg1-2/+1
2008-05-21mac80211: move TX info into skb->cbJohannes Berg1-17/+19
2008-05-07mac80211: clean up get_tx_stats callbackJohannes Berg1-5/+3
2008-04-15b43legacy: fix DMA mapping leakageStefano Brivio1-11/+18
2008-04-15b43legacy: Fix usage of struct device used for DMAingMichael Buesch1-13/+13
2008-02-15b43legacy: fix DMA for 30/32-bit DMA enginesStefano Brivio1-62/+105
2008-02-05b43legacy: fix DMA slot resource leakageStefano Brivio1-2/+12
2008-02-05b43legacy: drop packets we are not able to encryptStefano Brivio1-1/+10
2007-11-29b43/b43legacy: fix left-over URLs and ifdefsStefano Brivio1-1/+1
2007-10-10[B43LEGACY]: add mac80211-based driver for legacy BCM43xx devicesLarry Finger1-0/+1565