index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
70
-217
/
+6497
2013-01-22
ath9k_hw: remove a useless WARN_ON
Felix Fietkau
1
-3
/
+0
2013-01-22
ath9k_hw: reduce struct ar5416AniState size
Felix Fietkau
2
-14
/
+6
2013-01-22
ath9k_hw: remove ath9k_hw_ani_setup and its variables
Felix Fietkau
4
-25
/
+1
2013-01-22
ath9k_hw: make the initval parameter to ath9k_hw_write_array const
Felix Fietkau
2
-2
/
+2
2013-01-22
ath9k: use ath_tx_process_buffer instead of open-coding similar code
Felix Fietkau
1
-37
/
+32
2013-01-22
ath9k: clean up processing of pending tx frames on reset
Felix Fietkau
4
-59
/
+32
2013-01-22
ath9k: stop rx after tx
Felix Fietkau
1
-2
/
+2
2013-01-22
net: wireless/rtlwifi: fix uninitialized variable issue
Cong Ding
3
-3
/
+3
2013-01-22
iwlegacy: don't return zero on failure paths in il4965_pci_probe()
Alexey Khoroshilov
1
-0
/
+1
2013-01-22
mwl8k: don't return zero on failure paths in mwl8k_probe[_hw]()
Alexey Khoroshilov
1
-0
/
+3
2013-01-22
mwifiex: correction in status codes used for association failure
Amitkumar Karwar
2
-5
/
+18
2013-01-22
rt2x00: Improve TX status handling for BlockAckReq frames
Helmut Schaa
4
-5
/
+169
2013-01-22
prism54: bug in getting auth type
Dan Carpenter
1
-0
/
+1
2013-01-22
b43: N-PHY: fix gain in b43_nphy_get_gain_ctl_workaround_ent()
Dan Carpenter
1
-22
/
+8
2013-01-22
drivers/net/wireless: need consider the not '\0' terminated string.
Chen Gang
1
-5
/
+14
2013-01-22
ath9k_hw: fix RF bank initialization
Felix Fietkau
4
-14
/
+9
2013-01-22
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
32
-274
/
+583
2013-01-22
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...
John W. Linville
8
-68
/
+212
2013-01-22
mwifiex: fix typo in PCIe adapter NULL check
Avinash Patil
1
-1
/
+1
2013-01-22
ath9k: allow setting arbitrary antenna masks on AR9003+
Felix Fietkau
1
-0
/
+3
2013-01-22
ath9k_hw: fix chain swap setting when setting rx chainmask to 5
Felix Fietkau
1
-19
/
+6
2013-01-22
ath9k_hw: fix calibration issues on chainmask that don't include chain 0
Felix Fietkau
3
-1
/
+4
2013-01-22
rtlwifi: Fix build warning introduced by commit a290593
Larry Finger
1
-2
/
+2
2013-01-22
iwlegacy: fix IBSS cleanup
Stanislaw Gruszka
1
-21
/
+14
2013-01-22
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
6
-31
/
+35
2013-01-22
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...
John W. Linville
1
-0
/
+2
2013-01-16
mac80211: split out chandef tracing macros
Johannes Berg
1
-9
/
+15
2013-01-16
cfg80211: check radar interface combinations
Simon Wunderlich
6
-8
/
+60
2013-01-16
cfg80211: Allow use_mfp to be specified with the connect command
Jouni Malinen
4
-4
/
+16
2013-01-16
mac80211: add encrypt headroom to PERR frames
Bob Copeland
1
-1
/
+3
2013-01-16
mac80211: set NEED_TXPROCESSING for PERR frames
Bob Copeland
1
-0
/
+1
2013-01-16
nl80211: allow user-space to set address for P2P_DEVICE
Arend van Spriel
2
-0
/
+11
2013-01-16
{cfg,nl}80211: mesh power mode primitives and userspace access
Marco Porsch
4
-1
/
+113
2013-01-16
{cfg,nl,mac}80211: set beacon interval and DTIM period on mesh join
Marco Porsch
6
-3
/
+27
2013-01-16
mac80211: move add_tim to subfunction
Marco Porsch
1
-19
/
+28
2013-01-16
mac80211: update mesh peer link counter during userspace peering
Marco Porsch
3
-17
/
+33
2013-01-16
nl80211: add range checks to mesh parameters
Marco Porsch
1
-35
/
+44
2013-01-16
mac80211: allow disable power save in mesh
Chun-Yeow Yeoh
1
-1
/
+2
2013-01-16
mac80211: call restart complete at wowlan resume time
Johannes Berg
2
-4
/
+8
2013-01-16
mac80211: fix resume from WoWLAN
Johannes Berg
1
-2
/
+4
2013-01-16
{cfg,mac}80211.h: fix some kernel-doc warnings
Yacine Belkadi
2
-80
/
+153
2013-01-16
mac80211: fix monitor mode injection
Felix Fietkau
1
-3
/
+6
2013-01-16
mac80211: synchronize scan off/on-channel and PS states
Stanislaw Gruszka
3
-26
/
+14
2013-01-16
mac80211: fix FT roaming
Johannes Berg
1
-1
/
+11
2013-01-16
iwlwifi: improve the reports in TX path
Emmanuel Grumbach
4
-20
/
+61
2013-01-16
iwlwifi: audit single frames from AGG queue in RS
Emmanuel Grumbach
1
-0
/
+2
2013-01-16
iwlwifi: enable communication with WoWLAN firmware
Johannes Berg
7
-24
/
+136
2013-01-16
iwlwifi: simplify scheduler memory clearing
Johannes Berg
1
-15
/
+7
2013-01-16
iwlwifi: allow to zero SRAM
Emmanuel Grumbach
2
-2
/
+4
[next]