summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/b43legacy/dma.c
Commit message (Expand)AuthorAge
* b43legacy: move under broadcom vendor directoryKalle Valo2015-11-18
* wireless: Use bool function returns of true/false instead of 1/0Joe Perches2015-04-07
* DMA-API: net: b43legacy: replace dma_set_mask()+dma_set_coherent_mask() with ...Russell King2013-09-21
* drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-29
* drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-17
* drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-10
|\
| * net: dont use __netdev_alloc_skb for bounce bufferEric Dumazet2012-07-08
* | wireless: Remove casts to same typeJoe Perches2012-06-06
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-05
|\
| * b43legacy: Avoid packet losses in the dma worker codeLarry Finger2012-01-04
* | net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-19
|/
* b43legacy: remove 64-bit DMA supportPavel Roskin2011-08-08
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-25
|\
| * Update my e-mail addressMichael Büsch2011-07-07
* | b43legacy: dma: cache translation (routing bits)Rafał Miłecki2011-07-22
* | b43legacy: Fix warnings from gcc 4.6.0Larry Finger2011-06-01
|/
* b43legacy: replace the ssb_dma API with the generic DMA APIFUJITA Tomonori2010-06-04
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* b43legacy: remove get_tx_stats() mac80211 opKalle Valo2010-02-08
* b43legacy: Fix DMA TX bounce buffer copyingLarry Finger2009-10-30
* b43legacy: Work around mac80211 race conditionLarry Finger2009-08-04
* dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30)Yang Hongyang2009-04-07
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-07
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-07
* b43legacy: reindent misleading statementIlpo Järvinen2008-11-10
* mac80211/drivers: rewrite the rate control APIJohannes Berg2008-10-31
* b43legacy: Remove switch statement with 64-bit indexLarry Finger2008-07-08
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-06-28
|\
| * ssb, b43, b43legacy, b44: Rewrite SSB DMA APIMichael Buesch2008-06-27
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-28
|\ \ | |/ |/|
| * b43legacy: Fix possible NULL pointer dereference in DMA codeMichael Buesch2008-06-25
* | mac80211: use multi-queue master netdeviceJohannes Berg2008-05-21
* | mac80211: move TX info into skb->cbJohannes Berg2008-05-21
* | mac80211: clean up get_tx_stats callbackJohannes Berg2008-05-07
|/
* b43legacy: fix DMA mapping leakageStefano Brivio2008-04-15
* b43legacy: Fix usage of struct device used for DMAingMichael Buesch2008-04-15
* b43legacy: fix DMA for 30/32-bit DMA enginesStefano Brivio2008-02-15
* b43legacy: fix DMA slot resource leakageStefano Brivio2008-02-05
* b43legacy: drop packets we are not able to encryptStefano Brivio2008-02-05
* b43/b43legacy: fix left-over URLs and ifdefsStefano Brivio2007-11-29
* [B43LEGACY]: add mac80211-based driver for legacy BCM43xx devicesLarry Finger2007-10-10