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