summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel
AgeCommit message (Expand)AuthorLines
2020-01-23Merge tag 'wireless-drivers-2020-01-23' of git://git.kernel.org/pub/scm/linux...David S. Miller-178/+578
2020-01-22net: Fix packet reordering caused by GRO and listified RX cooperationMaxim Mikityanskiy-2/+2
2020-01-22iwlwifi: mvm: don't send the IWL_MVM_RXQ_NSSN_SYNC notif to Rx queuesEmmanuel Grumbach-8/+12
2019-12-30Revert "iwlwifi: mvm: fix scan config command size"Mehmet Akif Tasova-1/+1
2019-12-24iwlwifi: fw: make pos static in iwl_sar_get_ewrd_table() loopLuca Coelho-5/+5
2019-12-24iwlwifi: remove lar_disable module parameterLuca Coelho-23/+11
2019-12-24iwlwifi: dbg: force stop the debug monitor HWShahar S Matityahu-6/+1
2019-12-24iwlwifi: pcie: always disable L0S statesLuca Coelho-10/+5
2019-12-24iwlwifi: pcie: rename L0S_ENABLED bit to L0S_DISABLEDLuca Coelho-3/+3
2019-12-24iwlwifi: mvm: fix potential SKB leak on TXQ TXJohannes Berg-16/+20
2019-12-24iwlwifi: mvm: fix SKB leak on invalid queueJohannes Berg-1/+1
2019-12-23iwlwifi: pcie: extend hardware workaround to context-infoJohannes Berg-15/+54
2019-12-23iwlwifi: Don't ignore the cap field upon mcc updateHaim Dreyfuss-6/+51
2019-12-23iwlwifi: mvm: report TX rate to mac80211 directly for RS offloadJohannes Berg-0/+126
2019-12-23iwlwifi: mvm: fix NVM check for 3168 devicesLuca Coelho-1/+1
2019-12-23iwlwifi: fix TLV fragment allocation loopLuca Coelho-1/+8
2019-12-23iwlwifi: pcie: allocate smaller dev_cmd for TX headersJohannes Berg-49/+84
2019-12-23iwlwifi: pcie: detect the DMA bug and warn if it happensJohannes Berg-0/+11
2019-12-23iwlwifi: pcie: work around DMA hardware bugJohannes Berg-31/+176
2019-12-20iwlwifi: pcie: move page tracking into get_page_hdr()Johannes Berg-14/+16
2019-12-20iwlwifi: don't send PPAG command if disabledGil Adam-2/+6
2019-12-17Merge tag 'wireless-drivers-2019-12-17' of git://git.kernel.org/pub/scm/linux...David S. Miller-37/+42
2019-12-10iwlwifi: pcie: move power gating workaround earlier in the flowLuca Coelho-25/+30
2019-12-10Revert "iwlwifi: assign directly to iwl_trans->cfg in QuZ detection"Anders Kaseorg-12/+12
2019-11-27net: wireless: intel: iwlwifi: fix GRO_NORMAL packet stallingAlexander Lobakin-2/+11
2019-11-20iwlwifi: bump FW API to 52 for 22000 seriesLuca Coelho-1/+1
2019-11-20iwlwifi: check kasprintf() return valueJohannes Berg-0/+6
2019-11-20iwlwifi: mvm: remove outdated comment referring to wake lockJohannes Berg-2/+0
2019-11-20iwlwifi: pcie: trace IOVA for iwlwifi_dev_tx_tbJohannes Berg-22/+20
2019-11-20iwlwifi: dvm: excessive if in rs_bt_update_lq()Denis Efremov-1/+1
2019-11-20iwlwifi: mvm: Report tx/rx antennasBen Greear-0/+13
2019-11-20iwlwifi: pcie: rx: use rxq queue_size instead of constantJohannes Berg-1/+1
2019-11-20iwlwifi: mvm: remove left-over non-functional email aliasJohannes Berg-1/+1
2019-11-20iwlwifi: config: remove max_rx_agg_sizeJohannes Berg-6/+1
2019-11-20iwlwifi: pcie: make some RX functions staticJohannes Berg-4/+2
2019-11-20iwlwifi: scan: support scan req FW API ver 13Tova Mussai-6/+104
2019-11-20iwlwifi: pcie: fix support for transmitting SKBs with fraglistJohannes Berg-0/+14
2019-11-20ipw2x00: remove set but not used variable 'force_update'zhengbin-2/+1
2019-11-20ipw2x00: remove set but not used variable 'reason'zhengbin-3/+0
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-13/+7
2019-11-15iwlwifi: mvm: fix non-ACPI functionJohannes Berg-6/+1
2019-11-15iwlwifi: 22000: fix some indentationJohannes Berg-15/+15
2019-11-15iwlwifi: remove IWL_DEVICE_22560/IWL_DEVICE_FAMILY_22560Johannes Berg-106/+45
2019-11-15iwlwifi: mvm: sync the iwl_mvm_session_prot_notif layoutEmmanuel Grumbach-1/+3
2019-11-15iwlwifi: mvm: start CTDP budget from 2400mAMordechay Goodstein-20/+23
2019-11-15iwlwifi: mvm: don't skip mgmt tid when flushing all tidsHaim Dreyfuss-3/+4
2019-11-15iwlwifi: mvm: scan: enable adaptive dwell in p2pShahar S Matityahu-4/+2
2019-11-15iwlwifi: refactor the SAR tables from mvm to acpiIhab Zhaika-338/+433
2019-11-15iwlwifi: scan: support scan req cmd ver 12Shahar S Matityahu-0/+228
2019-11-15iwlwifi: scan: make new scan req versioning flowShahar S Matityahu-162/+208