index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
wl12xx: AP mode - enable the BA constraint event from the FW
Arik Nemtsov
2011-09-14
1
-14
/
+23
|
*
wl12xx: don't regulate links when a single STA is connected
Arik Nemtsov
2011-09-14
3
-5
/
+20
|
*
wl12xx: support up to 8 stations in AP-mode
Arik Nemtsov
2011-09-14
1
-2
/
+2
|
*
wl12xx: AP mode - don't regulate FW blocks for non-active STAs
Arik Nemtsov
2011-09-14
1
-0
/
+4
|
*
wl12xx: don't indicate up PS-filtered dummy packets
Arik Nemtsov
2011-09-14
3
-3
/
+8
|
*
wl12xx: ignore sched scan match sets without SSID
Luciano Coelho
2011-09-14
1
-3
/
+12
|
*
wl12xx: increase number of allowed SSIDs in sched_scan
Luciano Coelho
2011-09-14
1
-3
/
+4
|
*
wl12xx: add support for sched_scan filters
Luciano Coelho
2011-09-14
1
-35
/
+72
|
*
wl12xx: declare support for WIPHY_FLAG_AP_UAPSD
Eliad Peller
2011-09-14
3
-5
/
+19
|
*
wl12xx: use kstrtoul_from_user
Eliad Peller
2011-09-14
1
-41
/
+5
|
*
wl12xx: remove deprecated CONFIG_WL12XX_HT flag
Luciano Coelho
2011-09-14
4
-20
/
+0
|
*
wl12xx: don't queue a new dummy packet if one is already pending
Arik Nemtsov
2011-09-14
1
-1
/
+7
|
*
wl12xx: add config_hangover command
Eliad Peller
2011-09-14
5
-9
/
+91
|
*
wl12xx: check for ROC on scan_complete
Eliad Peller
2011-09-14
1
-2
/
+3
|
*
wl12xx: don't use WL1271_SCAN_OPT_PRIORITY_HIGH flag
Eliad Peller
2011-09-14
1
-3
/
+0
|
*
wl12xx: don't disconnect on recovery
Eliad Peller
2011-09-14
1
-3
/
+0
|
*
wl12xx: add beacon_filtering debugfs file
Eliad Peller
2011-09-14
1
-0
/
+42
|
*
wl12xx: add module_param to trigger BUG() on recovery
Eliad Peller
2011-09-14
1
-0
/
+6
|
*
wl12xx: print the seq_num of rx packet
Eliad Peller
2011-09-14
1
-2
/
+5
|
*
wl12xx: print acx id
Eliad Peller
2011-09-14
1
-1
/
+1
*
|
MAINTAINERS: update ath6kl
Kalle Valo
2011-09-16
1
-6
/
+8
*
|
mac80211: fix endian issues and comments for BAR failure handling
Felix Fietkau
2011-09-16
1
-6
/
+8
*
|
ath9k: do not insert padding into tx buffers on AR9380+
Felix Fietkau
2011-09-16
1
-19
/
+37
*
|
ath9k: optimize ath_tx_rc_status usage
Felix Fietkau
2011-09-16
1
-16
/
+13
*
|
ath9k: remove a redundant check in ath_tx_form_aggr
Felix Fietkau
2011-09-16
1
-2
/
+1
*
|
ath9k: optimize ath9k_ps_restore
Felix Fietkau
2011-09-16
1
-6
/
+11
*
|
ath9k_hw: remove the old tx descriptor API
Felix Fietkau
2011-09-16
6
-472
/
+0
*
|
ath9k: use the new API for setting tx descriptors
Felix Fietkau
2011-09-16
3
-160
/
+122
*
|
ath9k_hw: add a new API for setting tx descriptors
Felix Fietkau
2011-09-16
5
-1
/
+275
*
|
ath9k_hw: do not recalculate the descriptor checksum in ar9003_hw_fill_txdesc
Felix Fietkau
2011-09-16
1
-2
/
+1
*
|
ath9k: call ath9k_hw_set_desc_link for beacon descriptors
Felix Fietkau
2011-09-16
1
-0
/
+1
*
|
ath9k: move ath_buf_set_rate to remove a forward declaration
Felix Fietkau
2011-09-16
1
-142
/
+141
*
|
ath9k: reduce the number of functions that access the tx descriptor
Felix Fietkau
2011-09-16
2
-35
/
+57
*
|
ath9k: remove ATH_TX_XRETRY and BUF_XRETRY flags
Felix Fietkau
2011-09-16
4
-29
/
+13
*
|
ath9k: ensure that rx is not enabled during a reset
Felix Fietkau
2011-09-16
2
-4
/
+5
*
|
ath9k: make beacon timer initialization more reliable
Felix Fietkau
2011-09-16
1
-0
/
+1
*
|
ath9k: fix enabling interrupts after a hardware error interrupt
Felix Fietkau
2011-09-16
1
-4
/
+5
*
|
ath9k: Fix PS wrappers and enabling LED
Mohammed Shafi Shajakhan
2011-09-16
1
-2
/
+2
*
|
ath9k: enable LED pin for AR946/8x chipsets
Mohammed Shafi Shajakhan
2011-09-16
2
-0
/
+3
*
|
ath9k_hw: Do full chip reset on 11A channels for AR9003
Rajkumar Manoharan
2011-09-16
1
-3
/
+5
*
|
ath9k_hw: move register definitions to header files
Senthil Balasubramanian
2011-09-16
2
-26
/
+25
*
|
ath9k_hw: Add support for AR946/8x chipsets.
Senthil Balasubramanian
2011-09-16
7
-36
/
+362
*
|
ath9k_hw: Split tx/rx gain table initval handling
Senthil Balasubramanian
2011-09-16
1
-180
/
+210
*
|
ath9k_hw: Add initvals and register definitions for AR946/8x chipsets.
Senthil Balasubramanian
2011-09-16
6
-18
/
+3883
*
|
nl80211/cfg80211/mac80211: fix wme docs
Eliad Peller
2011-09-16
3
-2
/
+11
*
|
Merge branch 'for-linville' of git://github.com/lucacoelho/wl12xx
John W. Linville
2011-09-16
6
-29
/
+103
|
\
|
|
*
Merge branch 'wl12xx-next' into for-linville
Luciano Coelho
2011-09-14
6
-29
/
+103
|
|
\
|
|
*
wl12xx: use SCAN_SSID_TYPE_PUBLIC when using the wildcard in sched_scan
Luciano Coelho
2011-08-25
1
-2
/
+5
|
|
*
wl12xx: add support for multiple SSIDs in sched_scan
Luciano Coelho
2011-08-25
2
-7
/
+57
|
|
*
wl12xx: enter psm only after station role was started
Eliad Peller
2011-08-25
1
-13
/
+13
[prev]
[next]