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
path:
root
/
drivers
/
net
/
wireless
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-10
net: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
4
-4
/
+4
2008-11-10
rtl8187: Change TX power settings
Larry Finger
1
-1
/
+1
2008-11-10
orinoco: Move sources to a subdirectory
David Kilroy
17
-8
/
+13
2008-11-10
mac80211_hwsim: Add support for client PS mode
Jouni Malinen
1
-0
/
+184
2008-11-10
mac80211_hwsim: Make sure beacon_timer gets deleted
Jouni Malinen
1
-0
/
+1
2008-11-10
mac80211_hwsim: Debug info for TX queue parameters
Jouni Malinen
1
-0
/
+12
2008-11-10
mac80211_hwsim: Debug info for BSS config changes
Jouni Malinen
1
-0
/
+37
2008-11-10
b43legacy: reindent misleading statement
Ilpo Järvinen
1
-1
/
+1
2008-11-10
libertas_tf: fix skb tail pointer
Johannes Berg
1
-1
/
+1
2008-11-10
p54: initialize all deprecated fields
Chr
1
-6
/
+9
2008-11-10
p54: don't report known but unhandled EEPROM codes as unknown
Pavel Roskin
1
-0
/
+24
2008-11-10
iwlwifi: do not call statistics from rfkill
Mohamed Abbas
1
-0
/
+4
2008-11-10
iwlwifi: iwl-agn-rs: initialize rs with valid antenna
Winkler, Tomas
1
-4
/
+2
2008-11-10
iwlwifi: rename double inclusion protection name in iwl-commands.h
Emmanuel Grumbach
1
-3
/
+3
2008-11-10
iwlwifi: rename generic iwlagn functions that had a HW specific name
Emmanuel Grumbach
4
-207
/
+207
2008-11-10
iwlwifi: fix priv->iw_mode setting when multiple vif are configured
Zhu, Yi
2
-17
/
+16
2008-11-10
iwlwifi: trivial removal of some 4965 remaining from iwl-agn-rs.h
Winkler, Tomas
2
-5
/
+5
2008-11-10
iwlwifi: reorganize flow handler bitology
Winkler, Tomas
3
-29
/
+35
2008-11-10
b43: implement short slot and basic rate handling
Johannes Berg
2
-13
/
+99
2008-11-10
rt2x00: Remove debugfs CSR access wrappers
Ivo van Doorn
13
-84
/
+86
2008-11-10
ath9k: correct warning about unintialized variable 'tid'
John W. Linville
1
-6
/
+5
2008-11-10
rtl8187: Reduce channel switch delay
Larry Finger
1
-1
/
+0
2008-11-10
rtl8187: Remove primitive write delays
Larry Finger
2
-4
/
+0
2008-11-10
rtl8187: Remove msleep calls after calls to rtl8225_write
Larry Finger
1
-58
/
+59
2008-11-10
rtl8187: Remove CCK delays
Larry Finger
1
-46
/
+46
2008-11-10
rtl8187: Remove OFDM delays
Larry Finger
1
-86
/
+82
2008-11-10
rtl8187: Remove large delays
Larry Finger
2
-3
/
+1
2008-11-10
rt2x00: Release rt2x00 2.2.2
Ivo van Doorn
1
-1
/
+1
2008-11-10
rt2x00: Improve interface_modes initialization
Ivo van Doorn
1
-4
/
+10
2008-11-10
rt2x00: Remove ieee80211_bss_conf from rt2x00_intf
Ivo van Doorn
3
-9
/
+1
2008-11-10
rt2x00: Optimize configuration handling
Ivo van Doorn
9
-655
/
+488
2008-11-10
ath5k: update keycache to support TKIP handling
Bob Copeland
2
-7
/
+62
2008-11-10
ath5k: enable hardware encryption for WEP
Bob Copeland
1
-3
/
+8
2008-11-10
mac80211: Add a new event in ieee80211_ampdu_mlme_action
Sujith
3
-0
/
+23
2008-11-10
ath9k: Remove internal RX A-MPDU processing
Sujith
4
-584
/
+2
2008-11-10
ath9k: Clear HT info on starting the driver
Sujith
1
-0
/
+2
2008-11-10
ath9k: Remove ath_tx_aggr_resp()
Sujith
3
-80
/
+8
2008-11-10
ath9k: Enable interrupts at the proper place
Sujith
2
-11
/
+4
2008-11-10
ath9k: Remove unnecessary TSF reset
Sujith
1
-11
/
+0
2008-11-10
ath9k: Streamline attach/detach
Sujith
3
-248
/
+158
2008-11-10
ath9k: Remove unused function ath_get_currentCountry()
Sujith
2
-25
/
+0
2008-11-10
ath9k: Refactor hw.c
Sujith
9
-6701
/
+6603
2008-11-10
ath9k: Revamp VAP management
Sujith
5
-193
/
+67
2008-11-10
ath9k: Use bitfields to store tid's state in a single variable
Sujith
3
-34
/
+27
2008-11-10
ath9k: Ensure ath_node is not NULL when updating tx chainmask
Sujith
4
-40
/
+28
2008-11-10
ath9k: Remove SM Power Save as it is not supported now
Sujith
2
-46
/
+6
2008-11-10
ath9k: Revamp transmit control block
Sujith
4
-342
/
+324
2008-11-10
ath9k: Simplify node attach/detach routines
Sujith
4
-124
/
+99
2008-11-10
ath9k: Node cleanup
Sujith
6
-326
/
+94
2008-11-10
ath5k: fix keytable type buglet in ath5k_hw_reset_key
Bob Copeland
1
-4
/
+11
[next]