summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/pcie/rx.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-31iwlwifi: Update Copyright to 2014Emmanuel Grumbach1-1/+1
2013-12-21iwlwifi: pcie: use don't disable interrupt when rxq->lock is takenEmmanuel Grumbach1-28/+22
2013-12-21iwlwifi: pcie: use don't disable interrupt when irq_lock is takenEmmanuel Grumbach1-16/+12
2013-12-21iwlwifi: pcie: move interrupt prints to the common handlerEmmanuel Grumbach1-61/+34
2013-12-21iwlwifi: pcie: no need to save inta in trans_pcieEmmanuel Grumbach1-15/+7
2013-12-21iwlwifi: pcie: return inta from iwl_pcie_int_cause_{non_}ictEmmanuel Grumbach1-19/+19
2013-12-17iwlwifi: pcie: determine the interrupt type in the handlerEmmanuel Grumbach1-12/+10
2013-12-17iwlwifi: pcie: read the interrupt cause from the handlerEmmanuel Grumbach1-9/+9
2013-12-17iwlwifi: pcie: move the ICT / non-ICT handling functionsEmmanuel Grumbach1-162/+162
2013-12-17iwlwifi: pcie: re-organize the PCIe ISR codeEmmanuel Grumbach1-26/+23
2013-12-17iwlwifi: pcie: track interrupt mask in SWEmmanuel Grumbach1-7/+6
2013-12-17iwlwifi: pcie: clean up ICT allocation codeEmmanuel Grumbach1-11/+4
2013-12-17iwlwifi: trans: prevent reprobe on repeated FW errors before restartArik Nemtsov1-6/+6
2013-12-17iwlwifi: trans: use a unified transport statusArik Nemtsov1-15/+12
2013-12-09iwlwifi: pcie: remove minor dead codeMichal Nazarewicz1-15/+11
2013-11-25iwlwifi: pcie: stop sending commands to dead firmwareAlexander Bondar1-1/+2
2013-11-25iwlwifi: pcie: fix interrupt coalescing for 7260 / 3160Emmanuel Grumbach1-0/+4
2013-08-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-8/+0
2013-08-16Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville1-25/+18
2013-08-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+8
2013-08-09iwlwifi: pcie: Remove duplicate code from pcie irq handlersIdo Yariv1-16/+8
2013-08-09iwlwifi: pcie: Refactor iwl_rxq_spaceIdo Yariv1-9/+10
2013-08-06Revert "iwlwifi: pcie: clear RFKILL interrupt in AMPG"Guy Cohen1-8/+0
2013-07-26iwlwifi: pcie: clear RFKILL interrupt in AMPGEmmanuel Grumbach1-0/+8
2013-07-16iwlwifi: move dump_fh into common codeInbal Hacohen1-1/+1
2013-06-25iwlwifi: always use 'rxq' as RX queue struct nameJohannes Berg1-13/+15
2013-06-25iwlwifi: pcie: rework RX buffer list init and freeingJohannes Berg1-17/+26
2013-06-13iwlwifi: reduce debug ifdefs using the optimiserJohannes Berg1-26/+10
2013-06-13iwlwifi: pcie: don't read INTA register in ICT IRQ handlerJohannes Berg1-4/+8
2013-02-28iwlwifi: use coherent DMA memory for command headerJohannes Berg1-11/+3
2013-02-05iwlwifi: use threaded interrupt handlerJohannes Berg1-15/+25
2013-01-30Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville1-1/+2
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+1
2013-01-24iwlwifi: provide RX page orderEmmanuel Grumbach1-0/+1
2013-01-24iwlwifi: update copyrightJohannes Berg1-1/+1
2013-01-16iwlwifi: enable communication with WoWLAN firmwareJohannes Berg1-1/+5
2013-01-16iwlwifi: don't memset scalar valuesJohannes Berg1-3/+3
2013-01-03iwlwifi: move some PCIe calls to better placesJohannes Berg1-0/+2
2013-01-03iwlwifi: fix PCIe interrupt handle return valueJohannes Berg1-0/+1
2012-12-11Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville1-3/+11
2012-12-10iwlwifi: don't handle masked interruptEmmanuel Grumbach1-2/+10
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. Linville1-89/+268
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+21
2012-11-19iwlwifi: make iwl_pcie_rxq_inc_wr_ptr staticEmmanuel Grumbach1-2/+1
2012-11-19iwlwifi: more cleanup in pcie/rx.cEmmanuel Grumbach1-9/+4
2012-11-19iwlwifi: continue clean up - pcie/rx.cEmmanuel Grumbach1-17/+210
2012-11-19iwlwifi: rename functions in transport layerEmmanuel Grumbach1-78/+70
2012-11-09iwlwifi: return commands with error on FW errorJohannes Berg1-0/+1
2012-11-05iwlwifi: use list_first_entryJohannes Berg1-9/+6