summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/dma.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2009-12-301-152/+45Star
|\
| * Revert "b43: Enforce DMA descriptor memory constraints"John W. Linville2009-12-291-152/+45Star
* | b43: Allow PIO mode to be selected at module loadLarry Finger2009-12-281-2/+0Star
|/
* 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/+20Star
* 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/+5Star
* b43: Use a threaded IRQ handlerMichael Buesch2009-09-081-3/+2Star
* 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/+0Star
* 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
* b43: Fix DMA buffer size handlingMichael Buesch2009-02-271-7/+2Star
* b43: Move DMA stop sanity checkMichael Buesch2009-02-271-4/+6
* mac80211/drivers: rewrite the rate control APIJohannes Berg2008-11-011-3/+1Star
* ssb, b43, b43legacy, b44: Rewrite SSB DMA APIMichael Buesch2008-06-271-30/+35
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-171-33/+32Star
|\
| * b43: Fix possible NULL pointer dereference in DMA codeMichael Buesch2008-06-131-33/+32Star
* | mac80211: use multi-queue master netdeviceJohannes Berg2008-05-221-3/+4
* | mac80211: move TX info into skb->cbJohannes Berg2008-05-221-20/+25
* | mac80211: clean up get_tx_stats callbackJohannes Berg2008-05-071-5/+3Star
|/
* b43: Workaround DMA quirksMichael Buesch2008-04-241-8/+39
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-04-181-13/+14
|\
| * ssb: Fix usage of struct device used for DMAingMichael Buesch2008-04-151-13/+14
* | b43: Add PIO support for PCMCIA devicesMichael Buesch2008-04-081-56/+64
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-031-1/+6
|\|
| * b43: Add DMA mapping failure messagesMichael Buesch2008-04-011-1/+6
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-281-12/+20
|\|
| * b43: Remove irqs_disabled() sanity checksMichael Buesch2008-03-251-2/+3
| * b43: Fix DMA mapping leakageMichael Buesch2008-03-251-10/+17
* | b43: Fix failed frames status report typoMichael Buesch2008-03-071-1/+1
* | b43: Add TX statistics debugging countersMichael Buesch2008-03-071-15/+73
* | b43: Rename the DMA ring pointersMichael Buesch2008-03-071-151/+73Star
* | b43: Add QOS supportMichael Buesch2008-03-071-50/+40Star
|/
* b43: Fix DMA for 30/32-bit DMA enginesMichael Buesch2008-02-051-47/+90
* b43: Drop packets that we are not able to encryptMichael Buesch2008-02-011-4/+26