summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/dma.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* b43: Work around mac80211 race conditionLarry Finger2009-08-041-6/+15
* b43: Add fw capabilitiesMichael Buesch2009-06-101-1/+1
* b43: Refresh RX poison on buffer recyclingMichael Buesch2009-04-161-10/+11
* b43: Poison RX buffersMichael Buesch2009-04-161-4/+33
* 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
* b43: Pass more RX flags to mac80211Michael Buesch2009-03-051-1/+0
* b43: checkpatch.pl cleanupsJohn Daiker2009-02-271-2/+2
* b43: Add slot count compiletime assertionMichael Buesch2009-02-271-0/+3
* b43: Optimize DMA buffersMichael Buesch2009-02-271-15/+23
OpenPOWER on IntegriCloud