summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: continue clean up - pcie/trans.cEmmanuel Grumbach2012-11-192-38/+32
* iwlwifi: continue clean up - pcie/rx.cEmmanuel Grumbach2012-11-193-212/+216
* iwlwifi: init the replenish work in rx_initEmmanuel Grumbach2012-11-191-2/+3
* iwlwifi: rename functions in transport layerEmmanuel Grumbach2012-11-194-242/+218
* iwlwifi: add comments for the PCIe transport statusesEmmanuel Grumbach2012-11-191-4/+10
* iwlwifi: don't enable interrupt as a W/A when MSI is enabledEmmanuel Grumbach2012-11-141-9/+8
* iwlwifi: don't warn if transport's allocation failedEmmanuel Grumbach2012-11-141-1/+1
* iwlwifi: return commands with error on FW errorJohannes Berg2012-11-094-0/+15
* iwlwifi: fix typo in RX data tracingJohannes Berg2012-11-071-1/+1
* iwlwifi: remove useless messagesJohannes Berg2012-11-071-9/+0
* iwlwifi: remove SKU/antenna messages by defaultJohannes Berg2012-11-071-4/+4
* iwlwifi: remove EEPROM version message by defaultJohannes Berg2012-11-071-2/+2
* iwlwifi: zero trans_cfg before settings its fieldsEmmanuel Grumbach2012-11-051-1/+1
* iwlwifi: check the SCD conf from ALIVE responseEmmanuel Grumbach2012-11-053-8/+13
* iwlwifi: use list_first_entryJohannes Berg2012-11-051-9/+6
* iwlwifi: fix queue flush confusionJohannes Berg2012-11-056-22/+20
* iwlwifi: don't clear CTL_AMPDU on frame statusJohannes Berg2012-11-051-6/+3
* iwlwifi: fix flush commandJohannes Berg2012-11-052-7/+7
* iwlwifi: don't call stop_device twiceEmmanuel Grumbach2012-10-311-4/+0
* iwlwifi: handle RFKILL logic in the transport layerEmmanuel Grumbach2012-10-317-19/+44
* iwlwifi: clarify NOCOPY/DUP documentationJohannes Berg2012-10-291-1/+4
* iwlwifi: support host command with copied dataJohannes Berg2012-10-295-10/+59
* iwlwifi: remove MFP Kconfig optionAssaf Krauss2012-10-232-11/+0
* iwlwifi: don't leak Tx skb when a queue is disabledEmmanuel Grumbach2012-10-233-2/+5
* iwlwifi: don't WARN when a non empty queue is disabledEmmanuel Grumbach2012-10-161-8/+0
* iwlwifi: don't print the Intel banner twiceEmmanuel Grumbach2012-10-161-2/+0
* iwlwifi: first deactivate a queue, then wipe out its dataEmmanuel Grumbach2012-10-161-1/+2
* iwlwifi: use the new macro for the SCD Q STTS bitsEmmanuel Grumbach2012-10-161-1/+1
* iwlwifi: wipe out the status of the SCD when we disable a queueEmmanuel Grumbach2012-10-164-3/+12
* iwlwifi: remove unused variablesJohannes Berg2012-10-162-6/+1
* iwlwifi: make data frame tracing optionalJohannes Berg2012-10-165-10/+103
* iwlwifi: improve oversized command warningJohannes Berg2012-10-161-1/+4
* Merge tag 'md-3.7' of git://neil.brown.name/mdLinus Torvalds2012-10-1311-127/+567
|\
| * md: refine reporting of resync/reshape delays.NeilBrown2012-10-111-7/+18
| * md/raid5: be careful not to resize_stripes too big.NeilBrown2012-10-111-1/+2
| * md: make sure manual changes to recovery checkpoint are saved.NeilBrown2012-10-111-0/+2
| * md/raid10: use correct limit variableDan Carpenter2012-10-111-1/+1
| * md: writing to sync_action should clear the read-auto state.NeilBrown2012-10-111-0/+7
| * Subject: [PATCH] md:change resync_mismatches to atomic64_t to avoid racesJianpeng Ma2012-10-115-8/+9
| * md/raid5: make sure to_read and to_write never go negative.NeilBrown2012-10-111-4/+1
| * md: When RAID5 is dirty, force reconstruct-write instead of read-modify-write.Alexander Lyakas2012-10-111-3/+16
| * md/raid5: protect debug message against NULL derefernce.NeilBrown2012-10-111-1/+1
| * md/raid5: add some missing locking in handle_failed_stripe.NeilBrown2012-10-111-0/+2
| * MD: raid5 avoid unnecessary zero page for trimShaohua Li2012-10-111-18/+17
| * MD: raid5 trim supportShaohua Li2012-10-112-3/+166
| * md/bitmap:Don't use IS_ERR to judge alloc_page().Jianpeng Ma2012-10-111-6/+2
| * md/raid1: Don't release reference to device while handling read error.NeilBrown2012-10-111-4/+5
| * raid: replace list_for_each_continue_rcu with new interfaceMichael Wang2012-10-111-6/+3
| * DM RAID: Fix for "sync" directive ineffectivenessJonathan Brassow2012-10-111-0/+13
| * DM RAID: Fix comparison of index and quantity for "rebuild" parameterJonathan Brassow2012-10-111-1/+1