summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/pcie/tx.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-22iwlwifi: pcie: wake the queue if stopped when being unmappedEmmanuel Grumbach1-0/+3
2013-07-22iwlwifi: pcie: fix race in queue unmappingEmmanuel Grumbach1-0/+10
2013-04-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2013-04-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville1-1/+1
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+4
2013-04-04iwlwifi: mvm: clean up invalid station handlingEmmanuel Grumbach1-1/+1
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-03-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2013-03-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2013-03-20Merge remote-tracking branch 'wireless-next/master' into iwlwifi-nextJohannes Berg1-1/+1
2013-03-20iwlwifi: add debug message when a CMD is dropped in RFKILLEmmanuel Grumbach1-1/+4
2013-03-20iwlwifi: fix length check in multi-TB HCMDEmmanuel Grumbach1-1/+1
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches1-3/+1
2013-03-09Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville1-138/+161
2013-03-06wireless: move sequence number arithmetic to ieee80211.hJohannes Berg1-1/+1
2013-02-28iwlwifi: use coherent DMA memory for command headerJohannes Berg1-114/+107
2013-02-28iwlwifi: rename IWL_MAX_CMD_TFDS to IWL_MAX_CMD_TBS_PER_TFDJohannes Berg1-6/+6
2013-02-28iwlwifi: don't map complete commands bidirectionallyJohannes Berg1-22/+11
2013-02-27iwlwifi: always copy first 16 bytes of commandsJohannes Berg1-17/+58
2013-02-05iwlwifi: use threaded interrupt handlerJohannes Berg1-4/+4
2013-01-24iwlwifi: update copyrightJohannes Berg1-1/+1
2013-01-16iwlwifi: improve the reports in TX pathEmmanuel Grumbach1-4/+3
2013-01-16iwlwifi: enable communication with WoWLAN firmwareJohannes Berg1-0/+23
2013-01-16iwlwifi: simplify scheduler memory clearingJohannes Berg1-15/+7
2013-01-16iwlwifi: don't memset scalar valuesJohannes Berg1-1/+1
2013-01-03iwlwifi: virtualize SRAM accessEmmanuel Grumbach1-13/+13
2013-01-03iwlwifi: make the BC table layout configurableEmmanuel Grumbach1-1/+4
2012-11-19iwlwifi: more cleanup in pcie/rx.cEmmanuel Grumbach1-2/+0
2012-11-19iwlwifi: make iwl_queue_used return boolEmmanuel Grumbach1-2/+2
2012-11-19iwlwifi: merge 2 functions in reclaim flowEmmanuel Grumbach1-33/+20
2012-11-19iwlwifi: continue clean up - pcie/tx.cEmmanuel Grumbach1-205/+890
2012-11-19iwlwifi: rename functions in transport layerEmmanuel Grumbach1-58/+50
2012-11-09iwlwifi: return commands with error on FW errorJohannes Berg1-0/+10
2012-10-31iwlwifi: handle RFKILL logic in the transport layerEmmanuel Grumbach1-2/+14
2012-10-29iwlwifi: support host command with copied dataJohannes Berg1-9/+48
2012-10-23iwlwifi: don't leak Tx skb when a queue is disabledEmmanuel Grumbach1-0/+2
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: wipe out the status of the SCD when we disable a queueEmmanuel Grumbach1-0/+6
2012-10-16iwlwifi: improve oversized command warningJohannes Berg1-1/+4
2012-09-05iwlwifi: reduce overhead if tracing disabledJohannes Berg1-23/+2
2012-07-26iwlwifi: get the correct HCMD in the response handlerEmmanuel Grumbach1-5/+21
2012-06-13iwlwifi: remove lock around txq_enableEmmanuel Grumbach1-19/+2
2012-06-13iwlwifi: don't configure a txq that is being disabledEmmanuel Grumbach1-43/+31
2012-06-06iwlwifi: s/txq_setup/txq_enableEmmanuel Grumbach1-12/+31
2012-06-06iwlwifi: s/txq_agg_disable/txq_disableEmmanuel Grumbach1-1/+1
2012-06-06iwlwifi: SCD_INT_MSK is obsolete - don't update itEmmanuel Grumbach1-4/+0
2012-06-06iwlwifi: move DVM code into subdirectoryJohannes Berg1-2/+1
2012-06-06iwlwifi: move PCIe into subdirectoryJohannes Berg1-0/+984