index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
b43legacy
/
dma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-17
drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)
Joe Perches
1
-2
/
+1
2013-03-15
drivers:net: Remove dma_alloc_coherent OOM messages
Joe Perches
1
-4
/
+1
2012-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2012-07-09
net: dont use __netdev_alloc_skb for bounce buffer
Eric Dumazet
1
-1
/
+1
2012-06-06
wireless: Remove casts to same type
Joe Perches
1
-1
/
+1
2012-01-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-29
/
+36
2012-01-04
b43legacy: Avoid packet losses in the dma worker code
Larry Finger
1
-29
/
+36
2011-12-20
net: fix assignment of 0/1 to bool variables.
Rusty Russell
1
-8
/
+8
2011-08-09
b43legacy: remove 64-bit DMA support
Pavel Roskin
1
-303
/
+71
2011-07-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2011-07-22
b43legacy: dma: cache translation (routing bits)
Rafał Miłecki
1
-3
/
+4
2011-07-07
Update my e-mail address
Michael Büsch
1
-1
/
+1
2011-06-01
b43legacy: Fix warnings from gcc 4.6.0
Larry Finger
1
-8
/
+2
2010-06-05
b43legacy: replace the ssb_dma API with the generic DMA API
FUJITA Tomonori
1
-23
/
+26
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-09
b43legacy: remove get_tx_stats() mac80211 op
Kalle Valo
1
-20
/
+0
2009-10-30
b43legacy: Fix DMA TX bounce buffer copying
Larry Finger
1
-2
/
+15
2009-08-05
b43legacy: Work around mac80211 race condition
Larry Finger
1
-6
/
+16
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
2008-11-10
b43legacy: reindent misleading statement
Ilpo Järvinen
1
-1
/
+1
2008-11-01
mac80211/drivers: rewrite the rate control API
Johannes Berg
1
-14
/
+32
2008-07-08
b43legacy: Remove switch statement with 64-bit index
Larry Finger
1
-15
/
+51
2008-06-29
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...
David S. Miller
1
-32
/
+31
2008-06-28
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2008-06-27
ssb, b43, b43legacy, b44: Rewrite SSB DMA API
Michael Buesch
1
-32
/
+31
2008-06-25
b43legacy: Fix possible NULL pointer dereference in DMA code
Michael Buesch
1
-1
/
+1
2008-05-22
mac80211: use multi-queue master netdevice
Johannes Berg
1
-2
/
+1
2008-05-22
mac80211: move TX info into skb->cb
Johannes Berg
1
-17
/
+19
2008-05-07
mac80211: clean up get_tx_stats callback
Johannes Berg
1
-5
/
+3
2008-04-15
b43legacy: fix DMA mapping leakage
Stefano Brivio
1
-11
/
+18
2008-04-15
b43legacy: Fix usage of struct device used for DMAing
Michael Buesch
1
-13
/
+13
2008-02-15
b43legacy: fix DMA for 30/32-bit DMA engines
Stefano Brivio
1
-62
/
+105
2008-02-05
b43legacy: fix DMA slot resource leakage
Stefano Brivio
1
-2
/
+12
2008-02-05
b43legacy: drop packets we are not able to encrypt
Stefano Brivio
1
-1
/
+10
2007-11-30
b43/b43legacy: fix left-over URLs and ifdefs
Stefano Brivio
1
-1
/
+1
2007-10-11
[B43LEGACY]: add mac80211-based driver for legacy BCM43xx devices
Larry Finger
1
-0
/
+1565