index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
28
-206
/
+370
2009-04-21
iwlwifi: DMA fixes
Reinette Chatre
6
-96
/
+165
2009-04-21
iwlwifi: add debugging for TX path
Reinette Chatre
2
-2
/
+6
2009-04-21
mwl8: fix build warning.
Rami Rosen
1
-2
/
+1
2009-04-21
iwl3945: use cancel_delayed_work_sync to cancel rfkill_poll
Reinette Chatre
1
-1
/
+1
2009-04-21
iwlwifi: fix EEPROM validation mask to include OTP only devices
Jay Sternberg
1
-1
/
+1
2009-04-21
atmel: fix netdev ops conversion
Johannes Berg
1
-1
/
+0
2009-04-20
ar9170usb: fix hang on resume
Christian Lamparter
1
-20
/
+90
2009-04-20
mwl8k: fix module re-insertion bug
Joerg Albert
1
-2
/
+2
2009-04-20
p54: deactivate broken powersave function
Christian Lamparter
1
-2
/
+0
2009-04-20
iwl3945-base.c: Add missing space to debug print
Joe Perches
1
-1
/
+1
2009-04-20
rt2x00: Don't free register information on suspend
Ivo van Doorn
2
-34
/
+2
2009-04-17
ar9170usb: add ZyXEL NWD271N
Christian Lamparter
1
-0
/
+2
2009-04-16
ar9170: fix struct layout on arm
Johannes Berg
1
-4
/
+4
2009-04-16
orinoco: correct timeout logic in __orinoco_hw_set_tkip_key()
Pavel Roskin
1
-5
/
+3
2009-04-16
rt2x00: prevent double kfree when failing to register hardware
Herton Ronaldo Krzesinski
1
-3
/
+1
2009-04-16
fix iwl3945 registration regression
Johannes Berg
1
-0
/
+2
2009-04-16
b43: Do radio lock assertion in software
Michael Buesch
3
-5
/
+20
2009-04-16
rt2x00: Add rt73usb USB IDs
Ivo van Doorn
1
-0
/
+2
2009-04-16
p54usb: add Telsey 802.11g USB2.0 Adapter
Christian Lamparter
1
-0
/
+1
2009-04-16
ar9170: add Cace Airpcap NX usb_id
Christian Lamparter
1
-0
/
+2
2009-04-16
airo: queue SIOCSIWAUTH-requested auth mode change for next commit
Dan Williams
1
-1
/
+1
2009-04-16
at76c50x-usb: Add device ID for OQO model 01+
Jamie Lentin
1
-0
/
+2
2009-04-16
libertas: don't leak skb on receive error
Philip Rakity
1
-0
/
+2
2009-04-16
ath9k: fix access to a freed skb in ath_rx_tasklet()
Pavel Roskin
1
-1
/
+3
2009-04-16
p54spi: fix locking warning in p54spi_op_tx
Christian Lamparter
1
-12
/
+13
2009-04-16
p54: replace MAC80211_LEDS with P54_LEDS in p54.h
Christian Lamparter
1
-6
/
+6
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-13
Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)
Yang Hongyang
2
-4
/
+4
2009-04-07
dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30)
Yang Hongyang
2
-6
/
+6
2009-04-07
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
9
-18
/
+18
2009-04-07
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
Yang Hongyang
2
-6
/
+6
2009-04-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Linus Torvalds
5
-5
/
+5
2009-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
4
-5
/
+0
2009-03-31
proc 2/2: remove struct proc_dir_entry::owner
Alexey Dobriyan
1
-1
/
+0
2009-03-30
trivial: Fix misspelling of firmware
Nick Andrew
5
-5
/
+5
2009-03-29
wireless: remove duplicated .ndo_set_mac_address
Alexander Beregalov
4
-5
/
+0
2009-03-28
Merge branch 'linus' into percpu-cpumask-x86-for-linus-2
Ingo Molnar
81
-968
/
+7856
2009-03-27
mac80211/iwlwifi: move virtual A-MDPU queue bookkeeping to iwlwifi
Johannes Berg
9
-17
/
+71
2009-03-27
mac80211: unify and fix TX aggregation start
Johannes Berg
1
-1
/
+1
2009-03-27
iwlwifi: show current driver status in user readable format
Wey-Yi Guy
1
-1
/
+53
2009-03-27
ath5k: properly drop packets from ops->tx
Bob Copeland
1
-4
/
+6
2009-03-27
ar9170: single module build
Christian Lamparter
6
-60
/
+7
2009-03-27
ath9k: fix dma mapping leak of rx buffer upon rmmod
Luis R. Rodriguez
1
-1
/
+6
2009-03-27
rt2x00: New USB ID for rt73usb
Ivo van Doorn
1
-0
/
+2
2009-03-27
ath5k: warn and correct rate for unknown hw rate indexes
Bob Copeland
2
-4
/
+13
2009-03-27
b43: fix b43_plcp_get_bitrate_idx_ofdm return type
Lorenzo Nava
1
-1
/
+1
2009-03-27
p54: Kconfig maintenance
Christian Lamparter
1
-28
/
+4
2009-03-27
ar9170: simplify & deBUG tx_status queueing and reporting
Christian Lamparter
3
-103
/
+49
[next]