summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi/pcie
AgeCommit message (Expand)AuthorFilesLines
2017-06-28Merge tag 'iwlwifi-next-for-kalle-2017-06-28' of git://git.kernel.org/pub/scm...Kalle Valo7-174/+225
2017-06-25Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller5-52/+275
2017-06-23iwlwifi: pcie: work around suspend/resume issueJohannes Berg1-0/+11
2017-06-23iwlwifi: pcie: delete the Tx queue timer earlier upon firmware crashEmmanuel Grumbach1-4/+4
2017-06-23iwlwifi: pcie: reduce unwanted noise in the logsLuca Coelho1-3/+3
2017-06-23iwlwifi: pcie: make iwl_pcie_apm_stop_master() return voidJohannes Berg2-5/+3
2017-06-23iwlwifi: add a W/A for a scheduler hardware bugEmmanuel Grumbach2-2/+22
2017-06-23iwlwifi: pcie: don't disable bh when handling FW errorsLuca Coelho1-2/+0
2017-06-23iwlwifi: pcie: fix command completion name debugJohannes Berg1-1/+2
2017-06-23iwlwifi: fix TX tracing for non-linear SKBsJohannes Berg2-6/+4
2017-06-23iwlwifi: simplify data tracepointJohannes Berg2-4/+2
2017-06-23iwlwifi: pcie: use kstrtou32_from_user()Johannes Berg1-9/+4
2017-06-23iwlwifi: pcie: remove pointless debugfs parsing for csr fileJohannes Berg1-10/+0
2017-06-23iwlwifi: pcie: don't report RF-kill enabled while shutting downJohannes Berg7-71/+83
2017-06-23iwlwifi: pcie: add fake RF-kill to debugfsJohannes Berg3-2/+50
2017-06-23iwlwifi: pcie: pull out common rfkill IRQ handling codeJohannes Berg1-49/+33
2017-06-23iwlwifi: use bitfield.h for some registersJohannes Berg2-11/+9
2017-06-23iwlwifi: pcie: fix TVQM queue ID range checkJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-3/+2
2017-06-12Merge tag 'iwlwifi-next-for-kalle-2017-06-06' of git://git.kernel.org/pub/scm...Kalle Valo5-52/+275
2017-06-05iwlwifi: pcie: support dumping FH in a000 hwLiad Kaufman1-3/+15
2017-06-05iwlwifi: add 9000 and A000 device familiesSara Sharon2-9/+9
2017-06-05iwlwifi: pcie: add AMSDU to gen2Sara Sharon3-6/+172
2017-06-05iwlwifi: fix host command memory leaksShahar S Matityahu1-3/+6
2017-06-05iwlwifi: pcie: only use d0i3 in suspend/resume if system_pm is set to d0i3Luca Coelho1-2/+4
2017-06-02iwlwifi: add wait for tx queue emptySara Sharon1-29/+43
2017-06-02iwlwifi: pcie: support page dumping in wrt in gen2Liad Kaufman1-0/+29
2017-06-02iwlwifi: update device ID for a000 familySara Sharon1-5/+7
2017-06-02iwlwifi: mvm: support getting nvm data from firmwareSara Sharon1-3/+6
2017-04-25iwlwifi: pcie: apply no-reclaim logic only to group 0Johannes Berg1-1/+1
2017-04-25iwlwifi: rename wait_for_tx_queues_emptySara Sharon1-1/+1
2017-04-25iwlwifi: move to 512 queuesSara Sharon1-3/+3
2017-04-25iwlwifi: pcie: remove superfluous trans->dev assignmentJohannes Berg1-1/+0
2017-04-25iwlwifi: pcie: support debug applying on a000 hwLiad Kaufman3-1/+6
2017-04-20iwlwifi: pcie: free context info in case of failuresJohannes Berg1-1/+4
2017-04-20iwlwifi: pcie: fix mutex leak in gen2 startJohannes Berg1-2/+3
2017-04-19iwlwifi: pcie: remove RSA race workaroundLuca Coelho1-46/+0
2017-04-19iwlwifi: support a000 CDB productSara Sharon1-3/+4
2017-04-19iwlwifi: add four new 8265 and 8275 series PCI IDsTzipi Peres1-0/+4
2017-04-19iwlwifi: move to TVQM modeSara Sharon1-28/+42
2017-04-19iwlwifi: pcie: get rid of txq id assignmentSara Sharon3-40/+47
2017-04-19iwlwifi: pcie: alloc queues dynamicallySara Sharon6-73/+199
2017-04-19iwlwifi: pcie: introduce new stop_deviceSara Sharon3-9/+161
2017-04-19iwlwifi: pcie: prepare for dynamic queue allocationSara Sharon6-58/+58
2017-04-19iwlwifi: pcie: remove block and freeze operations from new transportSara Sharon2-22/+3
2017-04-19iwlwifi: pcie: support new write pointer widthSara Sharon1-2/+2
2017-04-19iwlwifi: pcie: support host commands in new transportSara Sharon4-18/+396
2017-04-19iwlwifi: pcie: rewrite TFD creationSara Sharon1-133/+82
2017-04-19iwlwifi: pcie: support new TX commandSara Sharon2-11/+3
2017-04-19iwlwifi: pcie: cleanup old transport code from gen2Sara Sharon3-177/+30