aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/b43/dma.c
AgeCommit message (Expand)Author
2013-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-05-08B43: Handle DMA RX descriptor underrunThommy Jakobsson
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-27b43: A fix for DMA transmission sequence errorsIestyn C. Elfick
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches
2012-12-10b43: fix tx path skb leaksFelix Fietkau
2012-05-16b43: use pci_is_pcie() instead of obsolete pci_dev.is_pcieBjorn Helgaas
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell
2011-12-19b43: avoid packet losses in the dma worker code.francesco.gringoli@ing.unibs.it
2011-09-13Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville
2011-08-29b43: use 8K buffers for 64-bit DMA to workaround hardware bugRafał Miłecki
2011-08-29b43: Relax requirement for descriptors to be in the DMA zoneLarry Finger
2011-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-08-24b43: fix DMA on some bugged hardwareRafał Miłecki
2011-08-22b43: support new RX header, noticed to be used in 598.314+ fwRafał Miłecki
2011-08-09b43: read correct register on bcma bus.Hauke Mehrtens
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-22b43: bcma: get DMA translation bitsRafał Miłecki
2011-07-22ssb: return correct translation bit for 64-bit DMARafał Miłecki
2011-07-22b43: disable parity check on BCMA devicesRafał Miłecki
2011-07-08b43: use switches for SSB specific codeRafał Miłecki
2011-07-07Update my e-mail addressMichael Büsch
2011-07-05b43: Add RX side DMA memory barrierMichael Büsch
2011-06-01b43: Fix warnings from gcc 4.6.0Larry Finger
2011-06-01b43: bus: abstract device structs and irqRafał Miłecki
2011-06-01b43: bus: abstract 80211 core infoRafał Miłecki
2011-05-19b43: dma: cache translation (routing bits)Rafał Miłecki
2011-05-16b43: rename b43_wldev's field with ssb_device to sdevRafał Miłecki
2011-04-04b43: allocate receive buffers big enough for max frame len + offsetJohn W. Linville
2010-11-15b43: remove extraneous code in free_ringmemoryJohn W. Linville
2010-06-04b43: replace the ssb_dma API with the generic DMA APIFUJITA Tomonori
2010-06-02drivers/net/wireless/b43: Use kmemdupJulia Lawall
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-08b43: remove get_tx_stats() mac80211 opKalle Valo
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville
2009-12-29Revert "b43: Enforce DMA descriptor memory constraints"John W. Linville
2009-12-28b43: Allow PIO mode to be selected at module loadLarry Finger
2009-11-23b43: Rewrite DMA Tx status handling sanity checksMichael Buesch
2009-11-18b43: Enforce DMA descriptor memory constraintsMichael Buesch
2009-11-11b43: Rewrite TX bounce buffer handlingMichael Buesch
2009-10-30b43: Fix DMA TX bounce buffer copyingMichael Buesch
2009-09-23b43: Do not use _irqsafe callbacksMichael Buesch
2009-09-08b43: Remove DMA/PIO queue locksMichael Buesch
2009-09-08b43: Use a threaded IRQ handlerMichael Buesch
2009-08-20b43: add hardware tkipgregor kowski
2009-08-04b43: Work around mac80211 race conditionLarry Finger
2009-06-10b43: Add fw capabilitiesMichael Buesch
2009-04-16b43: Refresh RX poison on buffer recyclingMichael Buesch
2009-04-16b43: Poison RX buffersMichael Buesch