summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel
AgeCommit message (Expand)AuthorLines
2019-04-28iwlwifi: mvm: fix merge damage in iwl_mvm_vif_dbgfs_register()Luca Coelho-6/+0
2019-04-28iwlwifi: fix driver operation for 5350Emmanuel Grumbach-1/+2
2019-04-28iwlwifi: mvm: check for length correctness in iwl_mvm_create_skb()Luca Coelho-4/+24
2019-04-18iwlwifi: cfg: use family 22560 based_params for AX210 familyShaul Triebitz-1/+1
2019-04-18iwlwifi: mvm: properly check debugfs dentry before using itGreg Kroah-Hartman-0/+5
2019-04-18iwlwifi: dbg_ini: check debug TLV type explicitlyShahar S Matityahu-7/+11
2019-04-18iwlwifi: mvm: don't attempt debug collection in rfkillJohannes Berg-2/+4
2019-04-18iwlwifi: don't panic in error path on non-msix systemsShahar S Matityahu-6/+13
2019-04-03iwlwifi: add support for quz firmwaresLuca Coelho-2/+22
2019-04-03iwlwifi: mvm: update offloaded rate control on changesJohannes Berg-0/+7
2019-04-03iwlwifi: mvm: avoid possible deadlock in TX pathJohannes Berg-0/+2
2019-03-22iwlwifi: add new 0x2723/0x2080 card for 22000Ihab Zhaika-0/+1
2019-03-22iwlwifi: rename structs to fit the new namesIhab Zhaika-14/+14
2019-03-22iwlwifi: use sync nmi in case of init flow failureShahar S Matityahu-31/+3
2019-03-22iwlwifi: dbg_ini: fix bad dump size calculationShahar S Matityahu-3/+3
2019-03-22iwlwifi: dbg_ini: in case of region dump failure set memory to 0Shahar S Matityahu-0/+2
2019-03-22iwlwifi: add sync_nmi to trans opsShahar S Matityahu-5/+13
2019-03-22iwlwifi: mvm: fix TX crypto on 22560+ devicesJohannes Berg-94/+19
2019-03-07iwlwifi: fix 64-bit divisionArnd Bergmann-3/+1
2019-02-22Merge tag 'wireless-drivers-next-for-davem-2019-02-22' of git://git.kernel.or...David S. Miller-1154/+4090
2019-02-22Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg-2828/+2643
2019-02-22mac80211: update HE IEs to D3.3Liad Kaufman-39/+85
2019-02-20iwlwifi: add new cards for 22000 and killer series and change the market nameIhab Zhaika-48/+64
2019-02-20iwlwifi: add new card for 9260 seriesIhab Zhaika-0/+1
2019-02-20iwlwifi: dbg_ini: implement Rx fifos dumpShahar S Matityahu-2/+134
2019-02-20iwlwifi: dbg_ini: implement Tx fifos dumpShahar S Matityahu-14/+218
2019-02-20iwlwifi: dbg_ini: add region to fill_header handlerShahar S Matityahu-9/+12
2019-02-20iwlwifi: dbg_ini: make fill_range handler accept generic range pointerShahar S Matityahu-24/+29
2019-02-20iwlwifi: dbg_ini: make memory dump get_size handler include headersShahar S Matityahu-49/+49
2019-02-20iwlwifi: dbg_ini: add print to iwl_dump_ini_mem in case of invalid rangeShahar S Matityahu-2/+6
2019-02-20iwlwifi: dbg_ini: fix infinite time ignore consecutive dumpsShahar S Matityahu-2/+0
2019-02-20iwlwifi: mvm: add some debug data to TX pathSara Sharon-5/+14
2019-02-20iwlwifi: remove redundant condition from prior alive dump flowShahar S Matityahu-16/+0
2019-02-20iwlwifi: mvm: implement VHT extended NSS support in rs.cJohannes Berg-2/+21
2019-02-20iwlwifi: mvm: Allow retries for probe responsesIlan Peer-1/+3
2019-02-20iwlwifi: mvm: remove IWL_MVM_INIT_STATUS_REG_HW_INIT_COMPLETEJohannes Berg-9/+2
2019-02-20iwlwifi: mvm: Set TX_CMD_FLG_PROT_REQUIRE correctlyAndrei Otcheretianski-1/+1
2019-02-20iwlwifi: mvm: support non-transmitting APSara Sharon-2/+12
2019-02-20iwlwifi: mvm: add read debugfs for he_sniffer_paramsLiad Kaufman-2/+24
2019-02-20iwlwifi: mvm: reject new beacons when in inject modeSara Sharon-2/+11
2019-02-20iwlwifi: iwl-drv: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-22/+0
2019-02-20iwlwifi: fw: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-14/+6
2019-02-20iwlwifi: dvm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-50/+8
2019-02-20iwlwifi: nvm-parse: advertise IEEE80211_VHT_EXT_NSS_BW_CAPABLE in VHTJohannes Berg-2/+5
2019-02-20iwlwifi: mvm: fix error path in iwl_mvm_mac_setup_register()Johannes Berg-6/+9
2019-02-20iwlwifi: nvm-parse: use struct_size() in kzalloc()Gustavo A. R. Silva-11/+7
2019-02-20iwlwifi: eeprom-parse: use struct_size() in kzalloc()Gustavo A. R. Silva-2/+1
2019-02-20iwlwifi: fix false-positive maybe-uninitialized warningArnd Bergmann-4/+4
2019-02-20iwlwifi: mvm: Don't request HW restart if already requestedIlan Peer-0/+3
2019-02-20iwlwifi: pcie: allocate rb_stts's for all queues in one placeTriebitz-18/+57