index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
b43
/
dma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-04
b43: replace the ssb_dma API with the generic DMA API
FUJITA Tomonori
1
-31
/
+34
2010-06-02
drivers/net/wireless/b43: Use kmemdup
Julia Lawall
1
-2
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-08
b43: remove get_tx_stats() mac80211 op
Kalle Valo
1
-17
/
+0
2009-12-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
John W. Linville
1
-152
/
+45
2009-12-29
Revert "b43: Enforce DMA descriptor memory constraints"
John W. Linville
1
-152
/
+45
2009-12-28
b43: Allow PIO mode to be selected at module load
Larry Finger
1
-2
/
+0
2009-11-23
b43: Rewrite DMA Tx status handling sanity checks
Michael Buesch
1
-13
/
+54
2009-11-18
b43: Enforce DMA descriptor memory constraints
Michael Buesch
1
-45
/
+152
2009-11-11
b43: Rewrite TX bounce buffer handling
Michael Buesch
1
-28
/
+20
2009-10-30
b43: Fix DMA TX bounce buffer copying
Michael Buesch
1
-2
/
+13
2009-09-23
b43: Do not use _irqsafe callbacks
Michael Buesch
1
-2
/
+2
2009-09-08
b43: Remove DMA/PIO queue locks
Michael Buesch
1
-25
/
+5
2009-09-08
b43: Use a threaded IRQ handler
Michael Buesch
1
-3
/
+2
2009-08-20
b43: add hardware tkip
gregor kowski
1
-1
/
+1
2009-08-04
b43: Work around mac80211 race condition
Larry Finger
1
-6
/
+15
2009-06-10
b43: Add fw capabilities
Michael Buesch
1
-1
/
+1
2009-04-16
b43: Refresh RX poison on buffer recycling
Michael Buesch
1
-10
/
+11
2009-04-16
b43: Poison RX buffers
Michael Buesch
1
-4
/
+33
2009-04-07
dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30)
Yang Hongyang
1
-3
/
+3
2009-04-07
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
1
-4
/
+4
2009-04-07
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
Yang Hongyang
1
-3
/
+3
2009-03-05
b43: Pass more RX flags to mac80211
Michael Buesch
1
-1
/
+0
2009-02-27
b43: checkpatch.pl cleanups
John Daiker
1
-2
/
+2
2009-02-27
b43: Add slot count compiletime assertion
Michael Buesch
1
-0
/
+3
2009-02-27
b43: Optimize DMA buffers
Michael Buesch
1
-15
/
+23
2009-02-27
b43: Fix DMA buffer size handling
Michael Buesch
1
-7
/
+2
2009-02-27
b43: Move DMA stop sanity check
Michael Buesch
1
-4
/
+6
2008-10-31
mac80211/drivers: rewrite the rate control API
Johannes Berg
1
-3
/
+1
2008-06-27
ssb, b43, b43legacy, b44: Rewrite SSB DMA API
Michael Buesch
1
-30
/
+35
2008-06-16
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-33
/
+32
2008-06-13
b43: Fix possible NULL pointer dereference in DMA code
Michael Buesch
1
-33
/
+32
2008-05-21
mac80211: use multi-queue master netdevice
Johannes Berg
1
-3
/
+4
2008-05-21
mac80211: move TX info into skb->cb
Johannes Berg
1
-20
/
+25
2008-05-07
mac80211: clean up get_tx_stats callback
Johannes Berg
1
-5
/
+3
2008-04-23
b43: Workaround DMA quirks
Michael Buesch
1
-8
/
+39
2008-04-17
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
1
-13
/
+14
2008-04-15
ssb: Fix usage of struct device used for DMAing
Michael Buesch
1
-13
/
+14
2008-04-08
b43: Add PIO support for PCMCIA devices
Michael Buesch
1
-56
/
+64
2008-04-02
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
David S. Miller
1
-1
/
+6
2008-04-01
b43: Add DMA mapping failure messages
Michael Buesch
1
-1
/
+6
2008-03-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
David S. Miller
1
-12
/
+20
2008-03-24
b43: Remove irqs_disabled() sanity checks
Michael Buesch
1
-2
/
+3
2008-03-24
b43: Fix DMA mapping leakage
Michael Buesch
1
-10
/
+17
2008-03-07
b43: Fix failed frames status report typo
Michael Buesch
1
-1
/
+1
2008-03-07
b43: Add TX statistics debugging counters
Michael Buesch
1
-15
/
+73
2008-03-07
b43: Rename the DMA ring pointers
Michael Buesch
1
-151
/
+73
2008-03-07
b43: Add QOS support
Michael Buesch
1
-50
/
+40
2008-02-05
b43: Fix DMA for 30/32-bit DMA engines
Michael Buesch
1
-47
/
+90
2008-01-31
b43: Drop packets that we are not able to encrypt
Michael Buesch
1
-4
/
+26
[next]