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.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
/
p54
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-0
/
+12
2012-09-24
p54: connect to 11w protected networks
Christian Lamparter
1
-0
/
+12
2012-09-14
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-1
/
+2
2012-09-11
p54: fix off-by-one null pointer bug in p54_tx_80211
Christian Lamparter
1
-1
/
+2
2012-08-24
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
3
-8
/
+13
2012-08-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2012-08-22
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
3
-8
/
+13
2012-08-18
USB: p54usb: remove __devinit* from the struct usb_device_id table
Greg Kroah-Hartman
1
-1
/
+1
2012-08-13
p54: fix powerpc gcc warnings
Christian Lamparter
1
-4
/
+8
2012-08-10
p54: parse output power table
Christian Lamparter
2
-24
/
+92
2012-08-06
p54pci: convert driver to use asynchronous firmware loading
Larry Finger
2
-26
/
+63
2012-07-31
mac80211: move TX station pointer and restructure TX
Thomas Huehn
3
-8
/
+13
2012-07-17
wireless: Use eth_random_addr
Joe Perches
1
-1
/
+1
2012-07-12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-3
/
+3
2012-07-03
mac80211: reduce IEEE80211_TX_MAX_RATES
Thomas Huehn
1
-3
/
+3
2012-06-06
wireless: Remove casts to same type
Joe Perches
2
-2
/
+2
2012-05-23
Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-0
/
+1
2012-05-19
USB: Disable hub-initiated LPM for comms devices.
Sarah Sharp
1
-0
/
+1
2012-05-11
drivers/net: Convert compare_ether_addr to ether_addr_equal
Joe Perches
1
-1
/
+1
2012-04-21
drivers/net: add missing __devexit_p() annotations
Arnd Bergmann
1
-1
/
+1
2012-04-16
net/wireless: use module_pci_driver
Axel Lin
1
-12
/
+1
2012-04-10
mac80211: remove antenna_sel_tx TX info field
Johannes Berg
1
-2
/
+1
2012-04-10
p54usb: Load firmware asynchronously
Larry Finger
2
-68
/
+130
2012-04-10
p54: only unregister ieee80211_hw when it has been registered
Christian Lamparter
2
-2
/
+10
2012-03-07
p54pci: use new driver.pm interface for suspend/resume
Christian Lamparter
1
-24
/
+24
2012-03-07
p54: pass interface setup errors back to mac80211
Christian Lamparter
1
-2
/
+3
2012-03-06
p54spi: Release GPIO lines and IRQ on error in p54spi_probe
Max Filippov
1
-4
/
+10
2012-02-29
mac80211: handle non-bufferable MMPDUs correctly
Johannes Berg
1
-1
/
+1
2012-01-27
mac80211: make beacon filtering per virtual interface
Johannes Berg
1
-1
/
+2
2012-01-08
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-12
/
+1
2012-01-06
Merge branch 'driver-core-next' into Linux 3.2
Greg Kroah-Hartman
1
-12
/
+1
2011-12-20
module_param: make bool parameters really bool (net & drivers/net)
Rusty Russell
1
-1
/
+1
2011-12-03
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-2
/
+3
2011-11-28
wireless: Remove redundant spi driver bus initialization
Lars-Peter Clausen
1
-1
/
+0
2011-11-23
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-2
/
+3
2011-11-22
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
John W. Linville
6
-0
/
+6
2011-11-22
p54: use ieee80211_free_txskb
Christian Lamparter
1
-2
/
+2
2011-11-18
USB: convert drivers/net/* to use module_usb_driver()
Greg Kroah-Hartman
1
-12
/
+1
2011-11-18
p54spi: Remove FIXME in op_stop
Michael Büsch
1
-5
/
+1
2011-11-17
p54spi: Fix workqueue deadlock
Michael Büsch
1
-2
/
+2
2011-11-17
p54spi: Add missing spin_lock_init
Michael Büsch
1
-0
/
+1
2011-11-01
drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE
Paul Gortmaker
3
-0
/
+3
2011-11-01
drivers/net: Add module.h to drivers who were implicitly using it
Paul Gortmaker
3
-0
/
+3
2011-10-03
mac80211: pass vif param to conf_tx() callback
Eliad Peller
1
-1
/
+2
2011-09-30
mac80211: implement uAPSD
Johannes Berg
1
-1
/
+1
2011-08-29
p54spi: add "spi:" prefix for stlc45xx modalias
Axel Lin
1
-1
/
+1
2011-08-29
p54: Use do_div for 64-bit division to fix 32-bit kernels
Christian Lamparter
1
-4
/
+8
2011-08-24
p54: improve site survey
Christian Lamparter
5
-14
/
+211
2011-06-07
net: remove interrupt.h inclusion from netdevice.h
Alexey Dobriyan
1
-0
/
+1
2011-05-25
Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...
John W. Linville
1
-0
/
+1
[next]