index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
iwlwifi
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-24
iwlwifi: fix hardware queue programming
Johannes Berg
2
-8
/
+43
2012-04-24
iwlwifi: use new mac80211 queue scheme
Johannes Berg
4
-74
/
+66
2012-04-24
iwlwifi: clean up module parameters
Johannes Berg
17
-124
/
+134
2012-04-24
iwlwifi: revert workaround to restore 1000 rx throughput
Don Fry
1
-1
/
+0
2012-04-24
iwlwifi: use direct calls for transport free
Johannes Berg
4
-28
/
+10
2012-04-24
iwlwifi: clean up some hw file includes
Johannes Berg
4
-4
/
+8
2012-04-24
iwlwifi: move OTP defines
Johannes Berg
2
-11
/
+11
2012-04-24
iwlwifi: move antenna definitions to config
Johannes Berg
2
-9
/
+11
2012-04-24
iwlwifi: move eeprom versions to HW files
Johannes Berg
5
-42
/
+29
2012-04-24
iwlwifi: move watchdog definitions to config
Johannes Berg
2
-6
/
+6
2012-04-24
iwlwifi: move PLCP defines to config
Johannes Berg
2
-11
/
+12
2012-04-24
iwlwifi: move driver defines to iwl-drv.h
Johannes Berg
4
-5
/
+9
2012-04-24
iwlwifi: remove duplicate iwlagn_mod_params declaration
Johannes Berg
1
-1
/
+0
2012-04-24
iwlwifi: remove TX/RX frame statistics
Johannes Berg
23
-417
/
+1
2012-04-24
iwlwifi: remove traffic log
Johannes Berg
7
-253
/
+5
2012-04-24
iwlwifi: move iwl_cmd_echo_test
Johannes Berg
3
-18
/
+17
2012-04-24
iwlwifi: move TIME_UNIT
Johannes Berg
2
-2
/
+1
2012-04-24
iwlwifi: remove bt_siso_mode declaration
Johannes Berg
1
-5
/
+0
2012-04-24
iwlwifi: include net/mac80211.h to avoid compiler error
Wey-Yi Guy
1
-0
/
+1
2012-04-24
iwlwifi: clean up iwl-shared.h includes
Johannes Berg
11
-13
/
+13
2012-04-24
iwlwifi: move iwl_have_debug_level
Johannes Berg
2
-5
/
+6
2012-04-24
iwlwifi: move debugfs registration function declarations
Johannes Berg
2
-15
/
+13
2012-04-24
iwlwifi: remove debugfs logspam
Johannes Berg
2
-56
/
+20
2012-04-24
iwlwifi: properly set basic rates
Johannes Berg
4
-53
/
+94
2012-04-24
iwlwifi: Added debugfs calib disabled write
David Spinadel
1
-2
/
+23
2012-04-24
iwlwifi: provide proper API to disable all interrupts
Emmanuel Grumbach
4
-17
/
+35
2012-04-24
iwlwifi: check RF kill register when interrupts have been disabled
Emmanuel Grumbach
1
-0
/
+10
2012-04-24
iwlwifi: enable RF kill interrupt in start_hw
Emmanuel Grumbach
1
-0
/
+3
2012-04-24
iwlwifi: first enable RF kill interrupt, then check register
Emmanuel Grumbach
1
-9
/
+7
2012-04-24
iwlwifi: make a static inline to read the RF kill register
Emmanuel Grumbach
3
-8
/
+10
2012-04-23
iwlwifi: do not nulify ctx->vif on reset
Stanislaw Gruszka
2
-4
/
+9
2012-04-20
iwlwifi: Remove inconsistent and redundant declaration
David Spinadel
1
-1
/
+0
2012-04-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
42
-2714
/
+2639
2012-04-18
iwlwifi: move iwl_rxon_context_id to user
Emmanuel Grumbach
2
-7
/
+7
2012-04-18
iwlwifi: improve TX cache footprint
Johannes Berg
4
-75
/
+52
2012-04-18
iwlwifi: split between AGG_ON and AGG_STARTING
Emmanuel Grumbach
2
-3
/
+19
2012-04-18
iwlwifi: Remove inconsistent and redundant declaration
David Spinadel
1
-1
/
+0
2012-04-18
iwlwifi: Added foreward declaration for iwl_cfg in op_mode
David Spinadel
1
-0
/
+1
2012-04-18
iwlwifi: Change disable calibration bit-set to enum
David Spinadel
1
-5
/
+8
2012-04-18
iwlwifi: remove unneeded includes
Emmanuel Grumbach
15
-18
/
+1
2012-04-18
iwlwifi: remove the shared area
Emmanuel Grumbach
8
-90
/
+16
2012-04-18
iwlwifi: don't use shared for the logger any more
Emmanuel Grumbach
7
-13
/
+17
2012-04-18
iwlwifi: driver holds its pointer to the transport
Emmanuel Grumbach
1
-4
/
+4
2012-04-18
iwlwifi: transport holds its pointer to the config
Emmanuel Grumbach
8
-31
/
+32
2012-04-18
iwlwifi: driver holds its pointer to the config
Emmanuel Grumbach
1
-12
/
+14
2012-04-18
iwlwifi: op_mode holds its pointer to the config
Emmanuel Grumbach
21
-99
/
+102
2012-04-18
iwlwifi: op_mode holds its pointer to the transport
Emmanuel Grumbach
15
-122
/
+123
2012-04-18
iwlwifi: kill shrd->drv, driver points to transport
Emmanuel Grumbach
5
-32
/
+42
2012-04-17
iwlwifi: remove get_cmd_string
Johannes Berg
12
-115
/
+144
2012-04-17
iwlwifi: optimize struct iwl_cmd_meta layout
Johannes Berg
1
-2
/
+2
[prev]
[next]