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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-06
mac80211: Add a timeout for frames in the RX reorder buffer
Jouni Malinen
3
-2
/
+55
2009-05-06
mac80211: Use a shared function to release frames from RX reorder buf
Jouni Malinen
1
-39
/
+31
2009-05-06
rt2x00: Simplify rt2x00_check_rev
Ivo van Doorn
4
-9
/
+10
2009-05-06
mac80211: Fix sparse warning for ssid_len on ieee80211_sta_config_auth()
Luis R. Rodriguez
1
-4
/
+0
2009-05-06
p54: correct merge damage from "p54: more SoftLED updates"
John W. Linville
1
-2
/
+2
2009-05-06
ar9170: fix build when !CONFIG_PM
Alexander Beregalov
1
-0
/
+2
2009-05-06
mac80211: report operating frequency rather than current
Johannes Berg
1
-1
/
+1
2009-05-06
cfg80211: make nl80211_send_mlme_timeout() static
Luis R. Rodriguez
1
-3
/
+3
2009-05-06
p54usb: Fixes compile error with CONFIG_PM=n
Hauke Mehrtens
1
-0
/
+2
2009-05-06
Wireless: remove driver_data direct access of struct device
Greg Kroah-Hartman
5
-50
/
+53
2009-05-06
wl12xx: correct printk format warnings
Bob Copeland
2
-4
/
+4
2009-05-06
iwlwifi: replace test_and_set_bit by set_bit in clear stations function
Tomas Winkler
1
-1
/
+1
2009-05-06
iwlwifi: "is_fat" bit in rate scale match RXON flag
Wey-Yi Guy
1
-6
/
+3
2009-05-06
iwlagn: disable PS support for iwlagn
Reinette Chatre
1
-2
/
+1
2009-05-06
iwl3945: fix lock dependency
Abhijeet Kolekar
1
-20
/
+17
2009-05-06
Add LED support for AR5BXB6 IBM Thinkpad PCIe adapters
Paride Legovini
1
-2
/
+4
2009-05-06
ath5k: use ctl settings based on current regdomain
Bob Copeland
1
-12
/
+7
2009-05-06
ath5k: Add Spur filter support on newer chips
Nick Kossifidis
3
-25
/
+270
2009-05-06
ath5k: Implement antenna control
Nick Kossifidis
8
-51
/
+271
2009-05-06
ath5k: Enable AP mode
Jiri Slaby
1
-0
/
+1
2009-05-06
ath5k: Beaconing fixes
Nick Kossifidis
3
-35
/
+40
2009-05-06
ath5k: Put remaining EEPROM data on ee struct
Nick Kossifidis
3
-20
/
+24
2009-05-06
ath5k: Read Spur channels from EEPROM
Nick Kossifidis
2
-1
/
+56
2009-05-06
ath5k: Allow user/driver to set txpower
Nick Kossifidis
4
-13
/
+52
2009-05-06
rt2x00: Synchronize initialization with rt2870 driver
Ivo van Doorn
2
-12
/
+46
2009-05-06
rt2x00: Add new USB ID for rt2800usb
Ivo van Doorn
1
-0
/
+1
2009-05-06
wl12xx: add driver
Kalle Valo
31
-0
/
+9263
2009-05-06
rt2x00: Implement support for rt2800usb
Ivo van Doorn
5
-0
/
+4996
2009-05-06
rt2x00: Style fix for interval defines
Alban Browaeys
1
-2
/
+2
2009-05-06
ath9k: uninline ath9k_io{read,write}32 routines
Gabor Juhos
2
-31
/
+34
2009-05-06
mac80211: tell driver when idle
Johannes Berg
7
-14
/
+113
2009-05-06
mac80211: Warn if the rate controller requests retries for a NO_ACK frame
Gábor Stefanik
1
-0
/
+4
2009-05-06
ath9k: Fix handling of retry count of NO_ACK frames
Gábor Stefanik
1
-4
/
+5
2009-05-06
iwlwifi: Fix handling of retry count of NO_ACK frames in iwl-{3945|agn}-rs
Gábor Stefanik
2
-13
/
+16
2009-05-06
mac80211: Fix handling of retry count of NO_ACK frames in PID
Gábor Stefanik
1
-3
/
+5
2009-05-06
mac80211: Fix handling of retry count of NO_ACK frames in minstrel
Gábor Stefanik
1
-3
/
+5
2009-05-06
ath5k: correct interrupt storm warning
Bob Copeland
1
-1
/
+1
2009-05-06
rt2x00: Implement support for 802.11n
Ivo van Doorn
9
-34
/
+211
2009-05-06
rt2x00: Add support for L2 padding during TX/RX
Ivo van Doorn
6
-48
/
+143
2009-05-06
rt2x00: Move iv_len into tx descriptor data
Ivo van Doorn
4
-20
/
+19
2009-05-06
ath5k: Storage class should be before const qualifier
Tobias Klauser
1
-2
/
+2
2009-05-06
ar9170: wrong test on outlen in ar9170_usb_exec_cmd() ?
Roel Kluin
1
-1
/
+1
2009-05-06
cfg80211: Use the correct IE buffer pointer
Michael Buesch
1
-1
/
+1
2009-05-06
cfg80211: Remove unnecessary ksize() call
Michael Buesch
1
-5
/
+3
2009-05-06
ar9170usb: reset device on resume
Christian Lamparter
1
-0
/
+2
2009-05-06
p54usb: rework driver for resume
Christian Lamparter
2
-95
/
+177
2009-05-06
p54usb: remove some dead code
Christian Lamparter
1
-53
/
+3
2009-05-06
ath5k: 5211, don't crypt every protected frame
Jiri Slaby
1
-1
/
+1
2009-05-06
net/rfkill/rfkill.c: fix build with CONFIG_RFKILL_LEDS=n
Andrew Morton
1
-0
/
+5
2009-05-06
cfg80211: remove superfluous !last_request check in reg_device_remove()
Chris Wright
1
-4
/
+4
[next]