aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-18b43: move under broadcom vendor directoryKalle Valo1-1831/+0
2015-04-07wireless: Use bool function returns of true/false instead of 1/0Joe Perches1-6/+6
2013-09-21DMA-API: net: b43: replace dma_set_mask()+dma_set_coherent_mask() with new helperRussell King1-6/+3
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches1-3/+3
2013-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville1-0/+19
2013-05-08B43: Handle DMA RX descriptor underrunThommy Jakobsson1-0/+19
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+53
2013-03-27b43: A fix for DMA transmission sequence errorsIestyn C. Elfick1-12/+53
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches1-7/+2
2012-12-10b43: fix tx path skb leaksFelix Fietkau1-2/+5
2012-05-16b43: use pci_is_pcie() instead of obsolete pci_dev.is_pcieBjorn Helgaas1-1/+1
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-2/+13
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-7/+7
2011-12-19b43: avoid packet losses in the dma worker code.francesco.gringoli@ing.unibs.it1-2/+13
2011-09-13Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davemJohn W. Linville1-15/+16
2011-08-29b43: use 8K buffers for 64-bit DMA to workaround hardware bugRafał Miłecki1-8/+16
2011-08-29b43: Relax requirement for descriptors to be in the DMA zoneLarry Finger1-7/+0
2011-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-38/+88
2011-08-24b43: fix DMA on some bugged hardwareRafał Miłecki1-36/+77
2011-08-22b43: support new RX header, noticed to be used in 598.314+ fwRafał Miłecki1-2/+11
2011-08-09b43: read correct register on bcma bus.Hauke Mehrtens1-3/+17
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-07-22b43: bcma: get DMA translation bitsRafał Miłecki1-0/+5
2011-07-22ssb: return correct translation bit for 64-bit DMARafał Miłecki1-3/+3
2011-07-22b43: disable parity check on BCMA devicesRafał Miłecki1-0/+16
2011-07-08b43: use switches for SSB specific codeRafał Miłecki1-1/+8
2011-07-07Update my e-mail addressMichael Büsch1-1/+1
2011-07-05b43: Add RX side DMA memory barrierMichael Büsch1-0/+1
2011-06-01b43: Fix warnings from gcc 4.6.0Larry Finger1-4/+4
2011-06-01b43: bus: abstract device structs and irqRafał Miłecki1-14/+14
2011-06-01b43: bus: abstract 80211 core infoRafał Miłecki1-1/+1
2011-05-19b43: dma: cache translation (routing bits)Rafał Miłecki1-3/+4
2011-05-16b43: rename b43_wldev's field with ssb_device to sdevRafał Miłecki1-18/+18
2011-04-04b43: allocate receive buffers big enough for max frame len + offsetJohn W. Linville1-1/+1
2010-11-15b43: remove extraneous code in free_ringmemoryJohn W. Linville1-5/+0
2010-06-04b43: replace the ssb_dma API with the generic DMA APIFUJITA Tomonori1-31/+34
2010-06-02drivers/net/wireless/b43: Use kmemdupJulia Lawall1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-08b43: remove get_tx_stats() mac80211 opKalle Valo1-17/+0
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-152/+45
2009-12-29Revert "b43: Enforce DMA descriptor memory constraints"John W. Linville1-152/+45
2009-12-28b43: Allow PIO mode to be selected at module loadLarry Finger1-2/+0
2009-11-23b43: Rewrite DMA Tx status handling sanity checksMichael Buesch1-13/+54
2009-11-18b43: Enforce DMA descriptor memory constraintsMichael Buesch1-45/+152
2009-11-11b43: Rewrite TX bounce buffer handlingMichael Buesch1-28/+20
2009-10-30b43: Fix DMA TX bounce buffer copyingMichael Buesch1-2/+13
2009-09-23b43: Do not use _irqsafe callbacksMichael Buesch1-2/+2
2009-09-08b43: Remove DMA/PIO queue locksMichael Buesch1-25/+5
2009-09-08b43: Use a threaded IRQ handlerMichael Buesch1-3/+2
2009-08-20b43: add hardware tkipgregor kowski1-1/+1