summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/pcie/rx.c
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: move under intel vendor directoryKalle Valo2015-11-181-1548/+0
* iwlwifi: pass NAPI struct from transport layerJohannes Berg2015-08-161-1/+1
* iwlwifi: pcie: New RBD allocation modelSara Sharon2015-08-041-81/+392
* Merge remote-tracking branch 'iwlwifi-fixes/master' into nextEmmanuel Grumbach2015-08-041-331/+83
|\
| * Revert "iwlwifi: pcie: New RBD allocation model"Emmanuel Grumbach2015-07-121-331/+83
* | iwlwifi: pcie: reset write pointer on ict resetEliad Peller2015-08-041-2/+3
* | iwlwifi: pcie: cancel Tx timer upon firmware crashEmmanuel Grumbach2015-08-041-0/+4
* | iwlwifi: remove command and return value from opmode RXJohannes Berg2015-08-041-9/+3
* | iwlwifi: pcie: lock start_hw / start_fw / stop_deviceEmmanuel Grumbach2015-06-261-0/+2
|/
* iwlwifi: pcie: New RBD allocation modelSara Sharon2015-06-031-83/+331
* iwlwifi: pcie: Control access to the NIC's PM registers via iwl_cfgAvri Altman2015-06-031-0/+1
* iwlwifi: pcie: add rx packet sequence number to dbg printLiad Kaufman2015-03-181-3/+5
* iwlwifi: pcie: clear command data on freeingJohannes Berg2014-09-141-1/+1
* iwlwifi: add Intel Mobile Communications copyrightJohannes Berg2014-09-031-0/+1
* iwlwifi: pcie: get rid of q->n_bdJohannes Berg2014-05-061-1/+1
* iwlwifi: pcie: unify iwl_rx_replenish and iwl_rx_replenish_nowEmmanuel Grumbach2014-04-131-13/+6
* iwlwifi: pcie: clarify TX queue need_update handlingJohannes Berg2014-04-131-6/+1
* iwlwifi: pcie: fix TX queue lockingJohannes Berg2014-04-131-1/+4
* iwlwifi: pcie: clarify RX queue need_update handling and lockingJohannes Berg2014-04-131-19/+25
* iwlwifi: pcie: implement GRO without NAPIJohannes Berg2014-04-131-4/+13
* iwlwifi: return whether to stop from rfkill methodJohannes Berg2014-03-091-1/+1
* iwlwifi: pcie: clean iwl_pcie_[rt]xq_inc_wr_ptr a bitEliad Peller2014-02-131-29/+18
* iwlwifi: pcie: fix unused variable gcc warningEmmanuel Grumbach2014-02-031-2/+1
* iwlwifi: add inline helper for packet lengthsJohannes Berg2014-01-131-1/+1
* iwlwifi: Update Copyright to 2014Emmanuel Grumbach2013-12-311-1/+1
* iwlwifi: pcie: use don't disable interrupt when rxq->lock is takenEmmanuel Grumbach2013-12-211-28/+22
* iwlwifi: pcie: use don't disable interrupt when irq_lock is takenEmmanuel Grumbach2013-12-211-16/+12
* iwlwifi: pcie: move interrupt prints to the common handlerEmmanuel Grumbach2013-12-211-61/+34
* iwlwifi: pcie: no need to save inta in trans_pcieEmmanuel Grumbach2013-12-211-15/+7
* iwlwifi: pcie: return inta from iwl_pcie_int_cause_{non_}ictEmmanuel Grumbach2013-12-211-19/+19
* iwlwifi: pcie: determine the interrupt type in the handlerEmmanuel Grumbach2013-12-171-12/+10
* iwlwifi: pcie: read the interrupt cause from the handlerEmmanuel Grumbach2013-12-171-9/+9
* iwlwifi: pcie: move the ICT / non-ICT handling functionsEmmanuel Grumbach2013-12-171-162/+162
* iwlwifi: pcie: re-organize the PCIe ISR codeEmmanuel Grumbach2013-12-171-26/+23
* iwlwifi: pcie: track interrupt mask in SWEmmanuel Grumbach2013-12-171-7/+6
* iwlwifi: pcie: clean up ICT allocation codeEmmanuel Grumbach2013-12-171-11/+4
* iwlwifi: trans: prevent reprobe on repeated FW errors before restartArik Nemtsov2013-12-171-6/+6
* iwlwifi: trans: use a unified transport statusArik Nemtsov2013-12-171-15/+12
* iwlwifi: pcie: remove minor dead codeMichal Nazarewicz2013-12-091-15/+11
* iwlwifi: pcie: stop sending commands to dead firmwareAlexander Bondar2013-11-251-1/+2
* iwlwifi: pcie: fix interrupt coalescing for 7260 / 3160Emmanuel Grumbach2013-11-251-0/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-281-8/+0
|\
| * Revert "iwlwifi: pcie: clear RFKILL interrupt in AMPG"Guy Cohen2013-08-061-8/+0
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-08-161-25/+18
|\ \
| * | iwlwifi: pcie: Remove duplicate code from pcie irq handlersIdo Yariv2013-08-091-16/+8
| * | iwlwifi: pcie: Refactor iwl_rxq_spaceIdo Yariv2013-08-091-9/+10
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-091-0/+8
|\ \ \ | |/ / |/| / | |/
| * iwlwifi: pcie: clear RFKILL interrupt in AMPGEmmanuel Grumbach2013-07-261-0/+8
* | iwlwifi: move dump_fh into common codeInbal Hacohen2013-07-161-1/+1
|/
* iwlwifi: always use 'rxq' as RX queue struct nameJohannes Berg2013-06-251-13/+15