index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
iwlagn: reclaim the packets in transport layer
Emmanuel Grumbach
2011-08-29
8
-442
/
+372
*
iwlagn: move isr_statistics to transport layer
Emmanuel Grumbach
2011-08-29
9
-83
/
+140
*
iwlagn: add comments to module parameters
Wey-Yi Guy
2011-08-29
1
-17
/
+39
*
iwlagn: more comments for bt channel inhibition
Wey-Yi Guy
2011-08-29
3
-3
/
+3
*
iwlagn: support small form factor SKU of 6205
Wey-Yi Guy
2011-08-29
3
-0
/
+8
*
iwlagn: enable 11n aggregation without checking traffic load
Wey-Yi Guy
2011-08-29
4
-1
/
+8
*
iwlagn: move the NIC error flow to the transport layer
Emmanuel Grumbach
2011-08-29
7
-442
/
+442
*
iwlagn: move ISR related data to transport layer
Emmanuel Grumbach
2011-08-29
7
-232
/
+255
*
iwlagn: move iwl_suspend / iwl_resume to the transport layer
Emmanuel Grumbach
2011-08-29
8
-51
/
+73
*
iwlagn: iwl_rx_queue moves to the iwl_trans_pcie
Emmanuel Grumbach
2011-08-29
6
-144
/
+184
*
iwlagn: transport handler can register debugfs entries
Emmanuel Grumbach
2011-08-29
3
-178
/
+258
*
iwlagn: add comments to iwl_bus / iwl_trans
Emmanuel Grumbach
2011-08-29
2
-3
/
+17
*
iwlagn: bus layer chooses its transport layer
Emmanuel Grumbach
2011-08-29
24
-170
/
+226
*
iwlagn: priv->sta_lock moves to iwl_shared
Emmanuel Grumbach
2011-08-29
9
-85
/
+90
*
iwlagn: add IWL_DEBUG_FW_ERRORS
Emmanuel Grumbach
2011-08-29
2
-2
/
+3
*
iwlagn: modify the debug macro to be usable by all the layers
Emmanuel Grumbach
2011-08-29
2
-19
/
+21
*
iwlagn: priv->mutex moves to iwl_shared
Emmanuel Grumbach
2011-08-29
16
-122
/
+124
*
iwlagn: priv->lock moves to iwl_shared
Emmanuel Grumbach
2011-08-29
13
-60
/
+61
*
iwlagn: priv->status moves to iwl_shared
Emmanuel Grumbach
2011-08-29
17
-171
/
+177
*
iwlagn: workqueue moves to iwl_shared
Emmanuel Grumbach
2011-08-29
10
-26
/
+28
*
iwlagn: cmd_queue moves to iwl_shared
Emmanuel Grumbach
2011-08-29
8
-24
/
+25
*
iwlagn: hw_params moves to iwl_shared
Emmanuel Grumbach
2011-08-29
19
-262
/
+278
*
iwlagn: debug_level moves to struct iwl_shared
Emmanuel Grumbach
2011-08-29
7
-47
/
+48
*
iwlagn: introduce struct iwl-shared - known by all layers
Emmanuel Grumbach
2011-08-29
5
-23
/
+50
*
iwlagn: introduce iwl-shared.h
Emmanuel Grumbach
2011-08-29
18
-48
/
+140
*
iwlagn: use iwl_get_debug_level instead of iwl_debug_level
Emmanuel Grumbach
2011-08-29
2
-6
/
+6
*
iwlagn: remove out-dated comments
Wey-Yi Guy
2011-08-29
1
-10
/
+1
*
iwlagn: Rename iwlcore prefix
Wey-Yi Guy
2011-08-29
10
-24
/
+23
*
ath9k: minor cleanup in ani
Mohammed Shafi Shajakhan
2011-08-29
2
-5
/
+2
*
ath9k: use appropriate debug mask
Mohammed Shafi Shajakhan
2011-08-29
1
-1
/
+1
*
p54: Use do_div for 64-bit division to fix 32-bit kernels
Christian Lamparter
2011-08-29
1
-4
/
+8
*
ath9k: add missing AR9340 in ath_mac_bb_names
Florian Fainelli
2011-08-29
1
-0
/
+1
*
cfg80211: document wiphy->registered
Stanislaw Gruszka
2011-08-29
1
-0
/
+1
*
mac80211: refactor skb copy to failq in mesh_path_move_to_queue
John W. Linville
2011-08-29
1
-4
/
+4
*
net/mac80211/debugfs: Convert to kstrou8_from_user
Peter Huewe
2011-08-29
1
-11
/
+3
*
Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
2011-08-29
25
-1860
/
+2090
|
\
|
*
wl12xx: fix tx_queue_count spurious increment
Arik Nemtsov
2011-08-22
1
-12
/
+12
|
*
wl12xx: AP-mode - prevent Tx to stale/invalid stations
Arik Nemtsov
2011-08-22
1
-3
/
+17
|
*
wl12xx: set the AP-started flag only after setting keys
Arik Nemtsov
2011-08-22
1
-3
/
+3
|
*
wl12xx: enable AP advanced functionality
Arik Nemtsov
2011-08-22
4
-51
/
+51
|
*
wl12xx: don't wait for disconnection event
Eliad Peller
2011-08-22
1
-6
/
+0
|
*
wl12xx: handle wrap-around overflow in released Tx blocks FW counter
Arik Nemtsov
2011-08-22
1
-2
/
+9
|
*
wl12xx: schedule TX packets according to FW packet occupancy
Arik Nemtsov
2011-08-22
4
-27
/
+57
|
*
wl12xx: track freed packets in FW by AC
Arik Nemtsov
2011-08-22
3
-3
/
+23
|
*
wl12xx: don't remove key if hlid was already deleted
Eliad Peller
2011-08-22
1
-0
/
+5
|
*
wl12xx: use ap_bcast_hlid for recorded keys
Eliad Peller
2011-08-22
1
-1
/
+6
|
*
wl12xx: AP-mode - configure HT rate support to the FW
Arik Nemtsov
2011-08-22
2
-0
/
+8
|
*
wl12xx: AP-mode - configure STA HT rates on join
Arik Nemtsov
2011-08-22
1
-2
/
+8
|
*
wl12xx: AP-mode - set STA HT capabilities when adding a STA
Arik Nemtsov
2011-08-22
3
-12
/
+34
|
*
wl12xx: support IBSS vif type
Eliad Peller
2011-08-22
4
-7
/
+39
[next]