summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/pcie
AgeCommit message (Expand)AuthorFilesLines
2012-12-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville7-38/+69
2012-12-11iwlwifi: don't handle masked interruptEmmanuel Grumbach1-2/+10
2012-12-07iwlwifi: reset_ict in stop_hwEmmanuel Grumbach1-0/+2
2012-12-07iwlwifi: move prph handling into the transportEmmanuel Grumbach1-0/+16
2012-12-07iwlwifi: Change define and struct names in iwl-eeprom-parse.hEytan Lifshitz4-32/+32
2012-12-07iwlwifi: remove __dev* attributesBill Pemberton1-2/+2
2012-11-29iwlwifi: return real info in probe failureEmmanuel Grumbach1-3/+8
2012-11-28iwlwifi: read the Rx write pointer only onceEmmanuel Grumbach1-1/+1
2012-11-21Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville5-1336/+1290
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+21
2012-11-19iwlwifi: Remove duplicate inclusion of iwl-trans.h in pcie/drv.cSachin Kamat1-1/+0
2012-11-19iwlwifi: make iwl_pcie_rxq_inc_wr_ptr staticEmmanuel Grumbach2-3/+1
2012-11-19iwlwifi: more cleanup in pcie/rx.cEmmanuel Grumbach3-12/+4
2012-11-19iwlwifi: make iwl_queue_used return boolEmmanuel Grumbach2-3/+3
2012-11-19iwlwifi: merge 2 functions in reclaim flowEmmanuel Grumbach1-33/+20
2012-11-19iwlwifi: continue clean up - pcie/tx.cEmmanuel Grumbach3-915/+913
2012-11-19iwlwifi: continue clean up - pcie/trans.cEmmanuel Grumbach1-37/+31
2012-11-19iwlwifi: continue clean up - pcie/rx.cEmmanuel Grumbach3-212/+216
2012-11-19iwlwifi: init the replenish work in rx_initEmmanuel Grumbach1-2/+3
2012-11-19iwlwifi: rename functions in transport layerEmmanuel Grumbach4-242/+218
2012-11-19iwlwifi: add comments for the PCIe transport statusesEmmanuel Grumbach1-4/+10
2012-11-18iwlwifi: don't WARN when a non empty queue is disabledEmmanuel Grumbach1-8/+0
2012-11-16Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville4-40/+128
2012-11-14wireless: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches1-18/+10
2012-11-14iwlwifi: don't enable interrupt as a W/A when MSI is enabledEmmanuel Grumbach1-9/+8
2012-11-14iwlwifi: don't warn if transport's allocation failedEmmanuel Grumbach1-1/+1
2012-11-09iwlwifi: return commands with error on FW errorJohannes Berg4-0/+15
2012-11-07iwlwifi: remove useless messagesJohannes Berg1-9/+0
2012-11-05iwlwifi: check the SCD conf from ALIVE responseEmmanuel Grumbach1-3/+7
2012-11-05iwlwifi: use list_first_entryJohannes Berg1-9/+6
2012-11-05iwlwifi: handle DMA mapping failuresJohannes Berg1-2/+21
2012-10-31iwlwifi: handle RFKILL logic in the transport layerEmmanuel Grumbach4-11/+41
2012-10-29iwlwifi: support host command with copied dataJohannes Berg4-9/+54
2012-10-23iwlwifi: don't leak Tx skb when a queue is disabledEmmanuel Grumbach3-2/+5
2012-10-16iwlwifi: don't WARN when a non empty queue is disabledEmmanuel Grumbach1-8/+0
2012-10-16iwlwifi: first deactivate a queue, then wipe out its dataEmmanuel Grumbach1-1/+2
2012-10-16iwlwifi: use the new macro for the SCD Q STTS bitsEmmanuel Grumbach1-1/+1
2012-10-16iwlwifi: wipe out the status of the SCD when we disable a queueEmmanuel Grumbach1-0/+6
2012-10-16iwlwifi: remove unused variablesJohannes Berg1-2/+1
2012-10-16iwlwifi: make data frame tracing optionalJohannes Berg2-2/+5
2012-10-16iwlwifi: improve oversized command warningJohannes Berg1-1/+4
2012-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-117/+159
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-5/+2
2012-09-30Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller4-74/+100
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2012-09-24Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville4-74/+100
2012-09-19iwlwifi: don't double free the interrupt in failure pathEmmanuel Grumbach1-0/+1
2012-09-13Merge commit 'v3.6-rc5' into nextBjorn Helgaas3-16/+18
2012-09-10iwlwifi: load firmware in chunksJohannes Berg1-12/+41
2012-09-10iwlwifi: don't access the HW when it is not availableEmmanuel Grumbach1-0/+11