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
/
b43
/
pio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-25
b43: return true / false instead of numbers in functions which return bool value
Zhao, Gang
1
-5
/
+5
2012-12-11
b43: fix tx path skb leaks
Felix Fietkau
1
-2
/
+2
2012-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+13
2012-01-03
b43: fix regression in PIO case
Guennadi Liakhovetski
1
-3
/
+13
2011-12-20
net: fix assignment of 0/1 to bool variables.
Rusty Russell
1
-3
/
+3
2011-08-26
b43: correct warning for uninitialized variable 'macstat'
John W. Linville
1
-1
/
+1
2011-08-22
b43: support new RX header, noticed to be used in 598.314+ fw
Rafał Miłecki
1
-1
/
+9
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-07
Update my e-mail address
Michael Büsch
1
-1
/
+1
2011-06-01
b43: bus: abstract 80211 core info
Rafał Miłecki
1
-5
/
+5
2011-05-19
b43: add helpers for block R/W ops
Rafał Miłecki
1
-10
/
+10
2011-05-16
b43: rename b43_wldev's field with ssb_device to sdev
Rafał Miłecki
1
-15
/
+15
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
b43: remove get_tx_stats() mac80211 op
Kalle Valo
1
-17
/
+0
2009-11-19
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2009-11-11
b43-pio: Fix RX error path for rev>=8 devices
Michael Buesch
1
-1
/
+5
2009-10-27
b43: Optimize PIO scratchbuffer usage
Michael Buesch
1
-32
/
+47
2009-10-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-39
/
+39
2009-10-11
headers: remove sched.h from interrupt.h
Alexey Dobriyan
1
-0
/
+1
2009-10-08
b43: do not stack-allocate pio rx/tx header and tail buffers
Albert Herranz
1
-39
/
+39
2009-09-30
b43: Always use block-I/O for the PIO data registers
Michael Buesch
1
-22
/
+38
2009-09-23
b43: Do not use _irqsafe callbacks
Michael Buesch
1
-1
/
+1
2009-09-09
b43: Remove PIO RX workqueue
Michael Buesch
1
-29
/
+7
2009-09-09
b43: Remove DMA/PIO queue locks
Michael Buesch
1
-30
/
+8
2009-09-09
b43: Use a threaded IRQ handler
Michael Buesch
1
-3
/
+2
2009-08-20
b43: add hardware tkip
gregor kowski
1
-2
/
+2
2009-08-05
mac80211: redefine usage of the mac80211 workqueue
Luis R. Rodriguez
1
-1
/
+1
2009-06-10
b43: Add fw capabilities
Michael Buesch
1
-1
/
+1
2009-02-27
b43: checkpatch.pl cleanups
John Daiker
1
-8
/
+8
2008-11-01
mac80211/drivers: rewrite the rate control API
Johannes Berg
1
-2
/
+1
2008-06-27
b43: Fix PIO skb clobber
Michael Buesch
1
-1
/
+1
2008-05-22
mac80211: use multi-queue master netdevice
Johannes Berg
1
-4
/
+4
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-09
b43: Use SSB block-I/O to do PIO
Michael Buesch
1
-83
/
+90
2008-04-08
b43: Add PIO support for PCMCIA devices
Michael Buesch
1
-0
/
+835
2008-01-29
b43: finish removal of pio support
John W. Linville
1
-652
/
+0
2007-10-11
[B43]: Fix sparse warnings.
Michael Buesch
1
-8
/
+10
2007-10-11
[B43]: add mac80211-based driver for modern BCM43xx devices
Michael Buesch
1
-0
/
+650