index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-26
iwlwifi: initialize rx_status
Johannes Berg
1
-1
/
+1
2012-11-26
iwlegacy: initialize rx_status
Johannes Berg
2
-2
/
+2
2012-11-26
brcmsmac: Add __printf verification to logging prototypes
Joe Perches
1
-2
/
+8
2012-11-26
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
14
-96
/
+116
2012-11-26
mac80211_hwsim: remove printing scan config
Johannes Berg
1
-6
/
+0
2012-11-26
mac80211_hwsim: advertise VHT support
Johannes Berg
1
-0
/
+28
2012-11-26
mac80211: convert to channel definition struct
Johannes Berg
2
-18
/
+24
2012-11-26
nl80211/cfg80211: support VHT channel configuration
Johannes Berg
1
-6
/
+4
2012-11-26
cfg80211: pass a channel definition struct
Johannes Berg
6
-44
/
+56
2012-11-26
cfg80211: remove remain-on-channel channel type
Johannes Berg
9
-28
/
+10
2012-11-21
rtl8723ae: fix build break from "mac80211: support RX_FLAG_MACTIME_END"
John W. Linville
1
-1
/
+1
2012-11-21
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
18
-18
/
+51
2012-11-21
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...
John W. Linville
9
-1342
/
+1299
2012-11-21
brcmsmac: Remove stray argument from debug macro
Seth Forshee
1
-1
/
+1
2012-11-21
brcmsmac: Remove unused wlc_prio2prec_map and _BRCMS_PREC_* constants
Seth Forshee
1
-27
/
+0
2012-11-21
ath9k: Remove 'stations' debugfs file
Sujith Manoharan
4
-95
/
+0
2012-11-21
ath9k: Fix rate control debugging
Sujith Manoharan
2
-19
/
+33
2012-11-21
ath9k: Fill remove_sta_debugfs() callback
Sujith Manoharan
2
-4
/
+15
2012-11-21
ath9k: Add a debugfs file to dump queue statistics
Sujith Manoharan
1
-0
/
+53
2012-11-21
ath9k: Fix the 'xmit' debugfs file
Sujith Manoharan
6
-105
/
+23
2012-11-21
ath9k/ath9k_htc: Remove WME macros
Sujith Manoharan
16
-86
/
+79
2012-11-21
net/wireless: ipw2200: introduce ipw_set_geo function
Stanislav Yakovlev
1
-14
/
+23
2012-11-21
ath9k: stomp audio profiles on weak signal strength
Rajkumar Manoharan
5
-1
/
+25
2012-11-21
ath9k: Fix MCI reset in BT cal_req
Rajkumar Manoharan
4
-19
/
+7
2012-11-21
ath9k: Process FATAL interrupts at first
Rajkumar Manoharan
1
-12
/
+9
2012-11-21
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
1
-0
/
+1
2012-11-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
12
-27
/
+76
2012-11-21
iwlwifi: remove effectless assignment
Emmanuel Grumbach
1
-2
/
+0
2012-11-20
brcmfmac: include linux/vmalloc.h from usb.c
John W. Linville
1
-0
/
+1
2012-11-20
brcmfmac: check return from kzalloc in brcmf_fweh_process_event
John W. Linville
1
-0
/
+3
2012-11-20
brcmsmac: Remove some noisy and uninformative debug messages
Seth Forshee
2
-27
/
+0
2012-11-20
brcmsmac: Add tracepoint for AMPDU session information
Seth Forshee
2
-0
/
+36
2012-11-20
brcmsmac: Add tracepoint for macintstatus
Seth Forshee
2
-4
/
+24
2012-11-20
brcmsmac: Improve tx trace and debug support
Seth Forshee
4
-250
/
+94
2012-11-20
brcmsmac: Add brcms_dbg_ht() debug macro
Seth Forshee
4
-20
/
+25
2012-11-20
brcmsmac: Add brcms_dbg_dma() debug macro
Seth Forshee
5
-96
/
+73
2012-11-20
brcmsmac: Add brcms_dbg_int() debug macro
Seth Forshee
3
-6
/
+8
2012-11-20
brcmsmac: Add rx and tx debug macros
Seth Forshee
3
-10
/
+12
2012-11-20
brcmsmac: Add brcms_dbg_mac80211() debug macro
Seth Forshee
3
-27
/
+36
2012-11-20
brcmsmac: Use debug macros for general error and debug statements
Seth Forshee
5
-212
/
+221
2012-11-20
brcmsmac: Add support for writing debug messages to the trace buffer
Seth Forshee
4
-4
/
+151
2012-11-20
brcmsmac: Add module parameter for setting the debug level
Seth Forshee
2
-14
/
+9
2012-11-20
brcm80211: Convert log message levels to debug levels
Seth Forshee
4
-7
/
+6
2012-11-20
brcm80211: Allow trace support to be enabled separately from debug
Seth Forshee
2
-3
/
+14
2012-11-20
brcmsmac: Reduce number of entries in tx DMA rings
Seth Forshee
1
-2
/
+2
2012-11-20
brcmsmac: Use correct descriptor count when calculating next rx descriptor
Seth Forshee
1
-1
/
+1
2012-11-20
brcmsmac: Remove internal tx queue
Seth Forshee
8
-558
/
+316
2012-11-20
brcmsmac: Use IEEE 802.11 AC levels for pktq precedence levels
Seth Forshee
4
-86
/
+26
2012-11-20
brcmsmac: Remove unimplemented flow control functions
Seth Forshee
1
-31
/
+0
2012-11-20
brcmsmac: Add helper function for updating txavail count
Seth Forshee
1
-2
/
+13
[next]