summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/dma.c
Commit message (Expand)AuthorAgeFilesLines
* b43: move under broadcom vendor directoryKalle Valo2015-11-181-1831/+0
* wireless: Use bool function returns of true/false instead of 1/0Joe Perches2015-04-071-6/+6
* DMA-API: net: b43: replace dma_set_mask()+dma_set_coherent_mask() with new he...Russell King2013-09-211-6/+3
* drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-291-3/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-05-101-0/+19
|\
| * B43: Handle DMA RX descriptor underrunThommy Jakobsson2013-05-081-0/+19
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-011-12/+53
|\|
| * b43: A fix for DMA transmission sequence errorsIestyn C. Elfick2013-03-271-12/+53
* | drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-171-7/+2
|/
* b43: fix tx path skb leaksFelix Fietkau2012-12-101-2/+5
* b43: use pci_is_pcie() instead of obsolete pci_dev.is_pcieBjorn Helgaas2012-05-161-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-031-2/+13
|\
| * b43: avoid packet losses in the dma worker code.francesco.gringoli@ing.unibs.it2011-12-191-2/+13
* | net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-191-7/+7
|/
* Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville2011-09-131-15/+16
|\
| * b43: use 8K buffers for 64-bit DMA to workaround hardware bugRafał Miłecki2011-08-291-8/+16
| * b43: Relax requirement for descriptors to be in the DMA zoneLarry Finger2011-08-291-7/+0
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-08-291-38/+88
|\|
| * b43: fix DMA on some bugged hardwareRafał Miłecki2011-08-241-36/+77
| * b43: support new RX header, noticed to be used in 598.314+ fwRafał Miłecki2011-08-221-2/+11
* | b43: read correct register on bcma bus.Hauke Mehrtens2011-08-091-3/+17
|/
* 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
* | b43: bcma: get DMA translation bitsRafał Miłecki2011-07-221-0/+5
* | ssb: return correct translation bit for 64-bit DMARafał Miłecki2011-07-221-3/+3
* | b43: disable parity check on BCMA devicesRafał Miłecki2011-07-221-0/+16
* | b43: use switches for SSB specific codeRafał Miłecki2011-07-081-1/+8
* | b43: Add RX side DMA memory barrierMichael Büsch2011-07-051-0/+1
* | b43: Fix warnings from gcc 4.6.0Larry Finger2011-06-011-4/+4
* | b43: bus: abstract device structs and irqRafał Miłecki2011-06-011-14/+14
* | b43: bus: abstract 80211 core infoRafał Miłecki2011-06-011-1/+1
|/
* b43: dma: cache translation (routing bits)Rafał Miłecki2011-05-191-3/+4
* b43: rename b43_wldev's field with ssb_device to sdevRafał Miłecki2011-05-161-18/+18
* b43: allocate receive buffers big enough for max frame len + offsetJohn W. Linville2011-04-041-1/+1
* b43: remove extraneous code in free_ringmemoryJohn W. Linville2010-11-151-5/+0
* b43: replace the ssb_dma API with the generic DMA APIFUJITA Tomonori2010-06-041-31/+34
* drivers/net/wireless/b43: Use kmemdupJulia Lawall2010-06-021-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* b43: remove get_tx_stats() mac80211 opKalle Valo2010-02-081-17/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2009-12-301-152/+45
|\
| * Revert "b43: Enforce DMA descriptor memory constraints"John W. Linville2009-12-291-152/+45
* | b43: Allow PIO mode to be selected at module loadLarry Finger2009-12-281-2/+0
|/
* b43: Rewrite DMA Tx status handling sanity checksMichael Buesch2009-11-231-13/+54
* b43: Enforce DMA descriptor memory constraintsMichael Buesch2009-11-181-45/+152
* b43: Rewrite TX bounce buffer handlingMichael Buesch2009-11-111-28/+20
* b43: Fix DMA TX bounce buffer copyingMichael Buesch2009-10-301-2/+13
* b43: Do not use _irqsafe callbacksMichael Buesch2009-09-231-2/+2
* b43: Remove DMA/PIO queue locksMichael Buesch2009-09-081-25/+5
* b43: Use a threaded IRQ handlerMichael Buesch2009-09-081-3/+2
* b43: add hardware tkipgregor kowski2009-08-201-1/+1