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
/
net
/
wireless
/
iwlegacy
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-15
iwlegacy: rename il_{read,write}_prph
Stanislaw Gruszka
7
-71
/
+72
2011-11-15
iwlegacy: rename i/o direct methods
Stanislaw Gruszka
10
-53
/
+52
2011-11-15
iwlegacy: remove _il_{read,write}_direct32
Stanislaw Gruszka
4
-27
/
+17
2011-11-15
iwlegacy: mark il_{grab,release}_nic_access as unlocked
Stanislaw Gruszka
2
-24
/
+22
2011-11-15
iwlegacy: mark poll bit as unlocked function
Stanislaw Gruszka
6
-9
/
+8
2011-11-15
iwlegacy: rename il_{read,write}32 to _il_{rd,wr}
Stanislaw Gruszka
12
-87
/
+84
2011-11-15
iwlegacy: remove IL_CRIT
Stanislaw Gruszka
3
-3
/
+2
2011-11-15
iwlegacy: remove il argument from IWL_ERR/INFO/WARN/CRIT
Stanislaw Gruszka
23
-319
/
+319
2011-11-15
iwlegacy: rename IL_DEBUG_ to D_
Stanislaw Gruszka
23
-685
/
+685
2011-11-15
iwlegacy: remove DEBUG_LIMIT
Stanislaw Gruszka
5
-28
/
+8
2011-11-15
iwlegacy: remove DEBUG_IO
Stanislaw Gruszka
3
-197
/
+3
2011-11-15
iwlegacy: rename iwlegacy to il
Stanislaw Gruszka
14
-67
/
+67
2011-11-15
iwlegacy: rename priv to il
Stanislaw Gruszka
41
-5520
/
+5518
2011-11-15
iwlegacy: rename iwl to il
Stanislaw Gruszka
52
-7037
/
+7037
2011-11-15
iwlegacy: remove tracing
Stanislaw Gruszka
9
-293
/
+0
2011-10-31
drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE
Paul Gortmaker
5
-0
/
+5
2011-10-03
mac80211: pass vif param to conf_tx() callback
Eliad Peller
2
-2
/
+4
2011-09-30
mac80211: implement uAPSD
Johannes Berg
1
-1
/
+1
2011-09-28
Merge branch 'master' of git://git.infradead.org/users/linville/wireless
John W. Linville
5
-13
/
+15
2011-09-27
mac80211: add ieee80211_vif param to tsf functions
Eliad Peller
2
-2
/
+4
2011-09-21
iwlegacy: do not use interruptible waits
Stanislaw Gruszka
5
-13
/
+13
2011-09-21
iwlegacy: fix command queue timeout
Stanislaw Gruszka
1
-0
/
+2
2011-09-20
Merge branch 'master' of git://git.infradead.org/users/linville/wireless
John W. Linville
1
-5
/
+8
2011-08-29
iwlegacy: fix BUG_ON(info->control.rates[0].idx < 0)
Stanislaw Gruszka
1
-5
/
+8
2011-08-08
iwlegacy: remove wireless extensions inclusions
Johannes Berg
9
-9
/
+0
2011-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next in...
John W. Linville
2
-3
/
+11
2011-08-01
iwlegacy: set tx power after rxon_assoc
Stanislaw Gruszka
2
-3
/
+11
2011-07-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-2
/
+2
2011-07-21
treewide: fix potentially dangerous trailing ';' in #defined values/expressions
Phil Carmody
1
-2
/
+2
2011-07-15
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2
-3
/
+2
2011-07-13
iwlegacy: Add missing comma between constant string array
Joe Perches
1
-1
/
+1
2011-07-08
mac80211: fix TKIP races, make API easier to use
Johannes Berg
1
-2
/
+1
2011-06-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-1
/
+1
2011-06-29
iwlegacy: remove unnecessary read of PCI_CAP_ID_EXP
Jon Mason
1
-1
/
+1
2011-06-24
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
16
-1332
/
+147
2011-06-20
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
5
-46
/
+28
2011-06-20
iwlegacy: fix stop/wake queue hacks
Kalle Valo
1
-0
/
+9
2011-06-17
iwlegacy: fix up brokenness caused by cleanup
Dan Carpenter
1
-2
/
+2
2011-06-10
iwlegacy: refactor iwl4965_mac_channel_switch
Stanislaw Gruszka
1
-56
/
+55
2011-06-10
iwlegacy: remove unused agg_tids_count
Stanislaw Gruszka
2
-17
/
+0
2011-06-10
iwlegacy: remove firmware event log
Stanislaw Gruszka
10
-742
/
+1
2011-06-10
iwlegacy: remove reset rf infrastructure
Stanislaw Gruszka
10
-407
/
+81
2011-06-10
iwlegacy: remove recover from statistics
Stanislaw Gruszka
5
-103
/
+1
2011-06-10
iwlegacy: remove unused power commands defines
Stanislaw Gruszka
1
-7
/
+0
2011-06-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
5
-46
/
+28
2011-06-08
iwlegacy: fix channel switch locking
Stanislaw Gruszka
5
-46
/
+28
2011-06-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
3
-6
/
+7
2011-06-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-2
/
+3
2011-06-06
net: remove interrupt.h inclusion from netdevice.h
Alexey Dobriyan
1
-0
/
+1
2011-06-06
iwl4965: set tx power after rxon_assoc
Stanislaw Gruszka
1
-1
/
+2
[prev]
[next]