index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
chainiv.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-01-15
mac80211: Fixed netif_tx_wake_all_queues in IBSS mode
Benoit Papillault
1
-1
/
+3
2010-01-15
Staging: r8187se: Fix compile error from wireless-testing commit 7044cc56
Larry Finger
3
-23
/
+14
2010-01-15
cfg80211: Ingore country IEs with a zero set of number of channels
Luis R. Rodriguez
1
-0
/
+6
2010-01-15
mac80211: improve powersave documentation
Kalle Valo
1
-21
/
+54
2010-01-15
mac80211: fix mac80211.h documentation warnings
Kalle Valo
2
-2
/
+7
2010-01-15
ath9k: Fix panic on driver load
Sujith
3
-2
/
+6
2010-01-15
Remove config option B43_LEGACY_RFKILL completely
Christoph Egger
1
-6
/
+3
2010-01-15
wl1271: remove unused flags
Luis R. Rodriguez
1
-99
/
+0
2010-01-15
b43legacy: Declare all possible ucodeX.fw files
Tim Gardner
1
-0
/
+2
2010-01-15
cfg80211: fix 2 GHz subband calculation for country IEs
Luis R. Rodriguez
1
-2
/
+2
2010-01-15
b43: Declare at least one real firmware file using MODULE_FIRMWARE.
Tim Gardner
1
-1
/
+6
2010-01-14
Revert "iwmc3200wifi: fix array out-of-boundary access"
John W. Linville
1
-1
/
+1
2010-01-12
mwl8k: update version number (to 0.12) and copyright
Lennert Buytenhek
1
-2
/
+2
2010-01-12
mwl8k: enable multi-BSS AP operation
Lennert Buytenhek
1
-14
/
+56
2010-01-12
mwl8k: post per-vif firmware commands as per-vif commands
Lennert Buytenhek
1
-23
/
+26
2010-01-12
mwl8k: prepare for posting per-vif firmware commands
Lennert Buytenhek
1
-1
/
+16
2010-01-12
mwl8k: convert the priv->vif pointer to a list of vifs
Lennert Buytenhek
1
-16
/
+35
2010-01-12
mwl8k: use firmware capability field to decide which bands to register
Lennert Buytenhek
1
-6
/
+25
2010-01-12
mwl8k: allow selecting 5 GHz channels
Lennert Buytenhek
1
-0
/
+2
2010-01-12
mwl8k: handle 5 GHz legacy rate bitmaps in firmware commands
Lennert Buytenhek
1
-5
/
+25
2010-01-12
mwl8k: properly set receive status rate index on 5 GHz receive
Lennert Buytenhek
1
-2
/
+14
2010-01-12
mwl8k: add 5 GHz band channels and rates
Lennert Buytenhek
1
-0
/
+41
2010-01-12
mwl8k: move responsibility for initialising wiphy bands to GET_HW_SPEC
Lennert Buytenhek
1
-11
/
+24
2010-01-12
mwl8k: rename 2.4 GHz band/channels/rates related variables from FOO to FOO_24
Lennert Buytenhek
1
-39
/
+37
2010-01-12
mwl8k: add another 88w8366 PCI ID
Lennert Buytenhek
1
-0
/
+1
2010-01-12
mwl8k: simplify sequence number assignment
Lennert Buytenhek
1
-4
/
+2
2010-01-12
mwl8k: don't call SET_AID if we're not associated
Lennert Buytenhek
1
-3
/
+4
2010-01-12
mwl8k: remove (mostly) write-only variable priv->current_channel
Lennert Buytenhek
1
-7
/
+1
2010-01-12
mwl8k: update MODULE_FIRMWARE tags
Lennert Buytenhek
1
-3
/
+7
2010-01-12
wl1251: add U-APSD support
Kalle Valo
1
-3
/
+9
2010-01-12
wl1251: create qos null data template
Kalle Valo
1
-0
/
+25
2010-01-12
ieee80211: add struct ieee80211_hdr_qos
Kalle Valo
1
-0
/
+10
2010-01-12
mac80211: check uapsd state for dynamic power save
Kalle Valo
1
-0
/
+25
2010-01-12
mac80211: create tx handler for dynamic ps
Kalle Valo
1
-40
/
+41
2010-01-12
mac80211: add debugfs interface for U-APSD queue configuration
Kalle Valo
5
-3
/
+113
2010-01-12
mac80211: add U-APSD client support
Kalle Valo
9
-6
/
+106
2010-01-12
mac80211: remove unused type argument
Johannes Berg
1
-19
/
+19
2010-01-12
mac80211: flush workqueue before calling driver ->stop() method
Lennert Buytenhek
1
-1
/
+1
2010-01-12
net/mac80211/mlme.c: Remove unnecessary semicolons
Joe Perches
1
-1
/
+1
2010-01-12
iwl-debugfs.c: remove unnecessary casts of void *
H Hartley Sweeten
1
-23
/
+23
2010-01-12
iwlwifi: fix bug in tx byte count table
Wey-Yi Guy
1
-4
/
+4
2010-01-12
iwlwifi: remove obsoleted host command
Wey-Yi Guy
2
-2
/
+0
2010-01-12
iwlwifi: ucode statistics data structure update
Wey-Yi Guy
2
-3
/
+6
2010-01-12
iwlwifi: add IEEE80211_AMPDU_TX_OPERATIONAL
Wey-Yi Guy
1
-0
/
+3
2010-01-12
mac80211: fix return from ieee80211_assoc_success
Johannes Berg
1
-1
/
+1
2010-01-12
mwl8k: move receive processing to tasklet
Lennert Buytenhek
1
-10
/
+37
2010-01-12
mwl8k: keep TX_DONE interrupt masked while transmit reclaim is running
Lennert Buytenhek
1
-31
/
+46
2010-01-12
mwl8k: allow limiting the amount of transmit reclaim done
Lennert Buytenhek
1
-9
/
+13
2010-01-12
mwl8k: basic AP interface support
Lennert Buytenhek
1
-13
/
+158
2010-01-12
mwl8k: correctly set the mac_type field for AP SET_MAC_ADDR
Lennert Buytenhek
1
-1
/
+4
[next]