summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/pcie
Commit message (Expand)AuthorAgeFilesLines
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* iwlwifi: dump CSRs to fw-error-dumpEmmanuel Grumbach2014-07-221-1/+32
* iwlwifi: dump periphery registers to fw-error-dumpEmmanuel Grumbach2014-07-221-1/+151
* iwlwifi: split fw-error-dump between transport and mvmEmmanuel Grumbach2014-07-221-7/+12
* iwlwifi: rename iwl_fw_error_fw_mon to iwl_fw_error_dump_fw_monEmmanuel Grumbach2014-07-061-2/+2
* Merge remote-tracking branch 'iwlwifi-fixes/master' into iwlwifi-nextEmmanuel Grumbach2014-07-061-1/+2
|\
| * iwlwifi: update the 7265 series HW IDsOren Givon2014-06-241-1/+2
* | iwlwifi: update trans->hw_rev 8000 hw family formatLiad Kaufman2014-06-241-0/+10
* | iwlwifi: pcie: improve debugfs queue infoAndy Lutomirski2014-06-241-2/+8
* | iwlwifi: pcie: log when waking the NIC for hcmd submission failsAndy Lutomirski2014-06-241-0/+1
* | iwlwifi: pcie: add firmware monitor capabilitiesEmmanuel Grumbach2014-06-242-4/+128
|/
* iwlwifi: update nmi registerLiad Kaufman2014-05-151-3/+3
* iwlwifi: pcie: disable BHs in iwl_pcie_txq_check_wrptrsEmmanuel Grumbach2014-05-131-2/+2
* Merge remote-tracking branch 'iwlwifi-fixes/master' into HEADEmmanuel Grumbach2014-05-131-4/+6
|\
| * iwlwifi: pcie: disable interrupts upon PCIe allocEmmanuel Grumbach2014-05-071-4/+6
* | iwlwifi: pcie: try to get ownership several timesEmmanuel Grumbach2014-05-111-10/+16
* | iwlwifi: add missing trailing newlines to debug messagesJohannes Berg2014-05-111-7/+7
* | iwlwifi: mvm/pcie: capture last commands on firmware errorJohannes Berg2014-05-063-18/+89
* | iwlwifi: pcie: get rid of q->n_bdJohannes Berg2014-05-064-53/+45
* | iwlwifi: pcie: use bool for iwl_pcie_txq_build_tfd() argumentJohannes Berg2014-05-061-7/+7
* | Merge remote-tracking branch 'iwlwifi-fixes/master' into iwlwifi-nextEmmanuel Grumbach2014-05-061-0/+2
|\ \ | |/
| * iwlwifi: add new 7265 HW IDsOren Givon2014-04-131-0/+2
* | iwlwifi: don't disable SCD chain extension on newer devicesEmmanuel Grumbach2014-04-131-1/+2
* | iwlwifi: mvm: replace BUG_ON by WARN_ON in scan.cEmmanuel Grumbach2014-04-131-0/+3
* | iwlwifi: pcie: WARN upon traffic while flushing TX queuesEmmanuel Grumbach2014-04-131-2/+14
* | iwlwifi: allow to wait for a subset of the queuesEmmanuel Grumbach2014-04-131-1/+5
* | iwlwifi: move CPU1_CPU2_SEPARATOR_SECTION to iwl-fw.hEran Harary2014-04-131-1/+0
* | 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-133-25/+28
* | iwlwifi: pcie: fix TX queue lockingJohannes Berg2014-04-131-1/+4
* | iwlwifi: pcie: use bool for TX queue where appropriateJohannes Berg2014-04-132-13/+11
* | iwlwifi: pcie: clarify RX queue need_update handling and lockingJohannes Berg2014-04-132-20/+26
* | iwlwifi: pcie: implement GRO without NAPIJohannes Berg2014-04-133-4/+37
* | iwlwifi: pcie: don't leave the new NICs awake for commandsEmmanuel Grumbach2014-04-061-3/+6
|/
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2014-03-184-6/+146
|\
| * iwlwifi: return whether to stop from rfkill methodJohannes Berg2014-03-094-5/+13
| * iwlwifi: pcie: enable LP XTAL to reduce power consumptionAlexander Bondar2014-03-091-0/+131
| * iwlwifi: pcie: suppress ACPI related error messageJohannes Berg2014-03-091-1/+2
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2014-03-141-3/+2
|\ \ | |/ |/|
| * iwlwifi: fix and add 7265 series HW IDsOren Givon2014-03-041-3/+2
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2014-02-243-66/+51
|\ \
| * | iwlwifi: pcie: stop the firmware when we restart itEmmanuel Grumbach2014-02-201-2/+3
| * | iwlwifi: make various things constJohannes Berg2014-02-131-1/+1
| * | iwlwifi: pcie: clean iwl_pcie_[rt]xq_inc_wr_ptr a bitEliad Peller2014-02-132-63/+47
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-02-131-1/+6
|\ \ \ | |/ / |/| / | |/
| * iwlwifi: add more 7265 HW IDsOren Givon2014-01-301-1/+6
* | iwlwifi: mvm: support multiple firmware sectionsEran Harary2014-02-031-23/+46
* | iwlwifi: pcie: retrieve and parse ACPI power limitationsIdo Yariv2014-02-031-0/+78
* | iwlwifi: pcie: fix unused variable gcc warningEmmanuel Grumbach2014-02-031-2/+1
* | iwlwifi: pcie: make FH debugfs file code easier to understandJohannes Berg2014-02-031-9/+8
OpenPOWER on IntegriCloud