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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-29
iwlagn: transport layer should receive iwl_trans
Emmanuel Grumbach
4
-239
/
+251
2011-08-29
iwlagn: move iwl_free_pages to iwl-shared.h
Emmanuel Grumbach
6
-14
/
+11
2011-08-29
iwlagn: move all iwl_is_XXX helpers to iwl-shared.h
Emmanuel Grumbach
14
-101
/
+100
2011-08-29
iwlagn: fix the check of IWLAGN_FIRST_AMPDU_QUEUE
Emmanuel Grumbach
1
-2
/
+2
2011-08-29
iwlagn: move scd_bc_tbls and scd_base_addr to iwl_trans_pcie
Emmanuel Grumbach
4
-19
/
+47
2011-08-29
iwlagn: move reclaim related functions
Emmanuel Grumbach
6
-231
/
+200
2011-08-29
iwlagn: reclaim the packets in transport layer
Emmanuel Grumbach
8
-442
/
+372
2011-08-29
iwlagn: move isr_statistics to transport layer
Emmanuel Grumbach
9
-83
/
+140
2011-08-29
iwlagn: add comments to module parameters
Wey-Yi Guy
1
-17
/
+39
2011-08-29
iwlagn: more comments for bt channel inhibition
Wey-Yi Guy
3
-3
/
+3
2011-08-29
iwlagn: support small form factor SKU of 6205
Wey-Yi Guy
3
-0
/
+8
2011-08-29
iwlagn: enable 11n aggregation without checking traffic load
Wey-Yi Guy
4
-1
/
+8
2011-08-29
iwlagn: move the NIC error flow to the transport layer
Emmanuel Grumbach
7
-442
/
+442
2011-08-29
iwlagn: move ISR related data to transport layer
Emmanuel Grumbach
7
-232
/
+255
2011-08-29
iwlagn: move iwl_suspend / iwl_resume to the transport layer
Emmanuel Grumbach
8
-51
/
+73
2011-08-29
iwlagn: iwl_rx_queue moves to the iwl_trans_pcie
Emmanuel Grumbach
6
-144
/
+184
2011-08-29
iwlagn: transport handler can register debugfs entries
Emmanuel Grumbach
3
-178
/
+258
2011-08-29
iwlagn: add comments to iwl_bus / iwl_trans
Emmanuel Grumbach
2
-3
/
+17
2011-08-29
iwlagn: bus layer chooses its transport layer
Emmanuel Grumbach
24
-170
/
+226
2011-08-29
iwlagn: priv->sta_lock moves to iwl_shared
Emmanuel Grumbach
9
-85
/
+90
2011-08-29
iwlagn: add IWL_DEBUG_FW_ERRORS
Emmanuel Grumbach
2
-2
/
+3
2011-08-29
iwlagn: modify the debug macro to be usable by all the layers
Emmanuel Grumbach
2
-19
/
+21
2011-08-29
iwlagn: priv->mutex moves to iwl_shared
Emmanuel Grumbach
16
-122
/
+124
2011-08-29
iwlagn: priv->lock moves to iwl_shared
Emmanuel Grumbach
13
-60
/
+61
2011-08-29
iwlagn: priv->status moves to iwl_shared
Emmanuel Grumbach
17
-171
/
+177
2011-08-29
iwlagn: workqueue moves to iwl_shared
Emmanuel Grumbach
10
-26
/
+28
2011-08-29
iwlagn: cmd_queue moves to iwl_shared
Emmanuel Grumbach
8
-24
/
+25
2011-08-29
iwlagn: hw_params moves to iwl_shared
Emmanuel Grumbach
19
-262
/
+278
2011-08-29
iwlagn: debug_level moves to struct iwl_shared
Emmanuel Grumbach
7
-47
/
+48
2011-08-29
iwlagn: introduce struct iwl-shared - known by all layers
Emmanuel Grumbach
5
-23
/
+50
2011-08-29
iwlagn: introduce iwl-shared.h
Emmanuel Grumbach
18
-48
/
+140
2011-08-29
iwlagn: use iwl_get_debug_level instead of iwl_debug_level
Emmanuel Grumbach
2
-6
/
+6
2011-08-29
iwlagn: remove out-dated comments
Wey-Yi Guy
1
-10
/
+1
2011-08-29
iwlagn: Rename iwlcore prefix
Wey-Yi Guy
10
-24
/
+23
2011-08-29
ath9k: minor cleanup in ani
Mohammed Shafi Shajakhan
2
-5
/
+2
2011-08-29
ath9k: use appropriate debug mask
Mohammed Shafi Shajakhan
1
-1
/
+1
2011-08-29
p54: Use do_div for 64-bit division to fix 32-bit kernels
Christian Lamparter
1
-4
/
+8
2011-08-29
ath9k: add missing AR9340 in ath_mac_bb_names
Florian Fainelli
1
-0
/
+1
2011-08-29
Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
25
-1860
/
+2090
2011-08-26
ath9k: add AR9580 support
Luis R. Rodriguez
1
-0
/
+1
2011-08-26
carl9170: Use do_div for 64-bit division to fix 32-bit kernels
Christian Lamparter
1
-4
/
+7
2011-08-26
ath9k_hw: add AR9580 support
Luis R. Rodriguez
5
-0
/
+1770
2011-08-26
ath9k_htc: Add get_stats call back
Mohammed Shafi Shajakhan
1
-0
/
+17
2011-08-26
b43: correct warning for uninitialized variable 'macstat'
John W. Linville
1
-1
/
+1
2011-08-26
ath9k: remove replicated null check in ath_pci_aspm_init
John W. Linville
1
-6
/
+2
2011-08-26
b43: HT-PHY: read clip state
Rafał Miłecki
2
-1
/
+14
2011-08-26
b43: HT-PHY: use separated function for forcing RF sequence
Rafał Miłecki
2
-9
/
+34
2011-08-26
ath9k: Send legacy rated frames as unaggregated
Rajkumar Manoharan
1
-1
/
+21
2011-08-26
b43: drop Kconfig option of forcing PIO mode
Rafał Miłecki
3
-17
/
+1
2011-08-24
libertas: update readme file
Amitkumar Karwar
1
-25
/
+0
[next]