index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
iwlwifi: continue clean up - pcie/trans.c
Emmanuel Grumbach
2012-11-19
2
-38
/
+32
*
iwlwifi: continue clean up - pcie/rx.c
Emmanuel Grumbach
2012-11-19
3
-212
/
+216
*
iwlwifi: init the replenish work in rx_init
Emmanuel Grumbach
2012-11-19
1
-2
/
+3
*
iwlwifi: rename functions in transport layer
Emmanuel Grumbach
2012-11-19
4
-242
/
+218
*
iwlwifi: add comments for the PCIe transport statuses
Emmanuel Grumbach
2012-11-19
1
-4
/
+10
*
iwlwifi: don't enable interrupt as a W/A when MSI is enabled
Emmanuel Grumbach
2012-11-14
1
-9
/
+8
*
iwlwifi: don't warn if transport's allocation failed
Emmanuel Grumbach
2012-11-14
1
-1
/
+1
*
iwlwifi: return commands with error on FW error
Johannes Berg
2012-11-09
4
-0
/
+15
*
iwlwifi: fix typo in RX data tracing
Johannes Berg
2012-11-07
1
-1
/
+1
*
iwlwifi: remove useless messages
Johannes Berg
2012-11-07
1
-9
/
+0
*
iwlwifi: remove SKU/antenna messages by default
Johannes Berg
2012-11-07
1
-4
/
+4
*
iwlwifi: remove EEPROM version message by default
Johannes Berg
2012-11-07
1
-2
/
+2
*
iwlwifi: zero trans_cfg before settings its fields
Emmanuel Grumbach
2012-11-05
1
-1
/
+1
*
iwlwifi: check the SCD conf from ALIVE response
Emmanuel Grumbach
2012-11-05
3
-8
/
+13
*
iwlwifi: use list_first_entry
Johannes Berg
2012-11-05
1
-9
/
+6
*
iwlwifi: fix queue flush confusion
Johannes Berg
2012-11-05
6
-22
/
+20
*
iwlwifi: don't clear CTL_AMPDU on frame status
Johannes Berg
2012-11-05
1
-6
/
+3
*
iwlwifi: fix flush command
Johannes Berg
2012-11-05
2
-7
/
+7
*
iwlwifi: don't call stop_device twice
Emmanuel Grumbach
2012-10-31
1
-4
/
+0
*
iwlwifi: handle RFKILL logic in the transport layer
Emmanuel Grumbach
2012-10-31
7
-19
/
+44
*
iwlwifi: clarify NOCOPY/DUP documentation
Johannes Berg
2012-10-29
1
-1
/
+4
*
iwlwifi: support host command with copied data
Johannes Berg
2012-10-29
5
-10
/
+59
*
iwlwifi: remove MFP Kconfig option
Assaf Krauss
2012-10-23
2
-11
/
+0
*
iwlwifi: don't leak Tx skb when a queue is disabled
Emmanuel Grumbach
2012-10-23
3
-2
/
+5
*
iwlwifi: don't WARN when a non empty queue is disabled
Emmanuel Grumbach
2012-10-16
1
-8
/
+0
*
iwlwifi: don't print the Intel banner twice
Emmanuel Grumbach
2012-10-16
1
-2
/
+0
*
iwlwifi: first deactivate a queue, then wipe out its data
Emmanuel Grumbach
2012-10-16
1
-1
/
+2
*
iwlwifi: use the new macro for the SCD Q STTS bits
Emmanuel Grumbach
2012-10-16
1
-1
/
+1
*
iwlwifi: wipe out the status of the SCD when we disable a queue
Emmanuel Grumbach
2012-10-16
4
-3
/
+12
*
iwlwifi: remove unused variables
Johannes Berg
2012-10-16
2
-6
/
+1
*
iwlwifi: make data frame tracing optional
Johannes Berg
2012-10-16
5
-10
/
+103
*
iwlwifi: improve oversized command warning
Johannes Berg
2012-10-16
1
-1
/
+4
*
Merge tag 'md-3.7' of git://neil.brown.name/md
Linus Torvalds
2012-10-13
11
-127
/
+567
|
\
|
*
md: refine reporting of resync/reshape delays.
NeilBrown
2012-10-11
1
-7
/
+18
|
*
md/raid5: be careful not to resize_stripes too big.
NeilBrown
2012-10-11
1
-1
/
+2
|
*
md: make sure manual changes to recovery checkpoint are saved.
NeilBrown
2012-10-11
1
-0
/
+2
|
*
md/raid10: use correct limit variable
Dan Carpenter
2012-10-11
1
-1
/
+1
|
*
md: writing to sync_action should clear the read-auto state.
NeilBrown
2012-10-11
1
-0
/
+7
|
*
Subject: [PATCH] md:change resync_mismatches to atomic64_t to avoid races
Jianpeng Ma
2012-10-11
5
-8
/
+9
|
*
md/raid5: make sure to_read and to_write never go negative.
NeilBrown
2012-10-11
1
-4
/
+1
|
*
md: When RAID5 is dirty, force reconstruct-write instead of read-modify-write.
Alexander Lyakas
2012-10-11
1
-3
/
+16
|
*
md/raid5: protect debug message against NULL derefernce.
NeilBrown
2012-10-11
1
-1
/
+1
|
*
md/raid5: add some missing locking in handle_failed_stripe.
NeilBrown
2012-10-11
1
-0
/
+2
|
*
MD: raid5 avoid unnecessary zero page for trim
Shaohua Li
2012-10-11
1
-18
/
+17
|
*
MD: raid5 trim support
Shaohua Li
2012-10-11
2
-3
/
+166
|
*
md/bitmap:Don't use IS_ERR to judge alloc_page().
Jianpeng Ma
2012-10-11
1
-6
/
+2
|
*
md/raid1: Don't release reference to device while handling read error.
NeilBrown
2012-10-11
1
-4
/
+5
|
*
raid: replace list_for_each_continue_rcu with new interface
Michael Wang
2012-10-11
1
-6
/
+3
|
*
DM RAID: Fix for "sync" directive ineffectiveness
Jonathan Brassow
2012-10-11
1
-0
/
+13
|
*
DM RAID: Fix comparison of index and quantity for "rebuild" parameter
Jonathan Brassow
2012-10-11
1
-1
/
+1
[next]