summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel
AgeCommit message (Expand)AuthorFilesLines
2020-01-23Merge tag 'wireless-drivers-2020-01-23' of git://git.kernel.org/pub/scm/linux...David S. Miller24-178/+578
2020-01-22net: Fix packet reordering caused by GRO and listified RX cooperationMaxim Mikityanskiy1-2/+2
2020-01-22iwlwifi: mvm: don't send the IWL_MVM_RXQ_NSSN_SYNC notif to Rx queuesEmmanuel Grumbach2-8/+12
2020-01-15mac80211: add handling for BSS colorJohn Crispin1-1/+1
2020-01-09net: iwlwifi: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld1-7/+2
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2020-01-04iwlwifi: add device name to device_infoLuca Coelho9-27/+38
2020-01-04iwlwifi: implement a new device configuration tableLuca Coelho3-9/+49
2020-01-04iwlwifi: assume the driver_data is a trans_cfg, but allow full cfgLuca Coelho1-35/+55
2020-01-04iwlwifi: prph: remove some unused register definitionsJohannes Berg1-7/+0
2020-01-04iwlwifi: mvm: print out extended secboot status before dumpJohannes Berg2-7/+23
2020-01-04iwlwifi: incorporate firmware filename into versionJohannes Berg2-7/+19
2020-01-04iwlwifi: yoyo: check for the domain on all TLV types during initLuca Coelho4-14/+14
2020-01-04iwlwifi: add new iwlax411 struct for type SoSnjOren Givon2-0/+11
2020-01-04iwlwifi: yoyo: remove the iwl_dbg_tlv_gen_active_trigs() functionLuca Coelho1-22/+12
2020-01-04iwlwifi: yoyo: remove unnecessary active triggers status flagLuca Coelho3-27/+1
2020-01-04iwlwifi: yoyo: don't allow changing the domain via debugfsLuca Coelho3-29/+4
2020-01-04iwlwifi: mvm: Update BEACON_TEMPLATE_CMD firmware APIAndrei Otcheretianski1-2/+5
2019-12-30Revert "iwlwifi: mvm: fix scan config command size"Mehmet Akif Tasova1-1/+1
2019-12-24iwlwifi: fw: make pos static in iwl_sar_get_ewrd_table() loopLuca Coelho1-5/+5
2019-12-24iwlwifi: remove lar_disable module parameterLuca Coelho6-23/+11
2019-12-24iwlwifi: dbg: force stop the debug monitor HWShahar S Matityahu1-6/+1
2019-12-24iwlwifi: pcie: always disable L0S statesLuca Coelho1-10/+5
2019-12-24iwlwifi: pcie: rename L0S_ENABLED bit to L0S_DISABLEDLuca Coelho2-3/+3
2019-12-24iwlwifi: mvm: fix potential SKB leak on TXQ TXJohannes Berg3-16/+20
2019-12-24iwlwifi: mvm: fix SKB leak on invalid queueJohannes Berg1-1/+1
2019-12-23iwlwifi: remove CSR registers abstractionLuca Coelho17-169/+74
2019-12-23iwlwifi: remove some outdated iwl22000 configurationsLuca Coelho3-31/+0
2019-12-23iwlwifi: pcie: validate queue ID before array deref/bit opsJohannes Berg1-1/+15
2019-12-23iwlwifi: pcie: use partial pages if applicableJohannes Berg3-13/+70
2019-12-23iwlwifi: pcie: map only used part of RX buffersJohannes Berg4-8/+29
2019-12-23iwlwifi: allocate more receive buffers for HE devicesJohannes Berg10-33/+116
2019-12-23iwlwifi: mvm: add support for responder config command version 7Avraham Stern2-22/+113
2019-12-23iwlwifi: mvm: add support for location range request version 8Avraham Stern2-53/+290
2019-12-23iwlwifi: pcie: extend hardware workaround to context-infoJohannes Berg3-15/+54
2019-12-23iwlwifi: Don't ignore the cap field upon mcc updateHaim Dreyfuss3-6/+51
2019-12-23iwlwifi: mvm: report TX rate to mac80211 directly for RS offloadJohannes Berg1-0/+126
2019-12-23iwlwifi: mvm: fix NVM check for 3168 devicesLuca Coelho1-1/+1
2019-12-23iwlwifi: fix TLV fragment allocation loopLuca Coelho1-1/+8
2019-12-23iwlwifi: pcie: allocate smaller dev_cmd for TX headersJohannes Berg8-49/+84
2019-12-23iwlwifi: pcie: detect the DMA bug and warn if it happensJohannes Berg1-0/+11
2019-12-23iwlwifi: pcie: work around DMA hardware bugJohannes Berg2-31/+176
2019-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-37/+42
2019-12-21Merge tag 'wireless-drivers-next-2019-12-20' of git://git.kernel.org/pub/scm/...David S. Miller4-9/+13
2019-12-20iwlwifi: scan: remove support for fw scan api v11Tova Mussai2-88/+0
2019-12-20iwlwifi: dbg_ini: don't skip a TX FIFO when dumpingLuca Coelho1-1/+3
2019-12-20iwlwifi: mvm: update powersave correctly for D3Johannes Berg3-15/+20
2019-12-20iwlwifi: pcie: move page tracking into get_page_hdr()Johannes Berg3-14/+16
2019-12-20iwlwifi: don't send PPAG command if disabledGil Adam1-2/+6
2019-12-18iwlegacy: Fix -Wcast-function-typePhong Tran2-4/+6