summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76
AgeCommit message (Expand)AuthorFilesLines
2022-04-27mt76: Fix undefined behavior due to shift overflowing the constantBorislav Petkov1-1/+1
2022-04-13mt76: fix monitor mode crash with sdio driverDeren Wu1-1/+1
2022-04-13mt76: mt7615: Fix assigning negative values to unsigned variableYang Li1-1/+1
2022-04-13mt76: mt7915: fix injected MPDU transmission to not use HW A-MSDUJohan Almbladh1-0/+1
2022-04-13mt76: dma: initialize skip_unmap in mt76_dma_rx_fillLorenzo Bianconi1-0/+1
2022-04-13mt76: mt7921: fix crash when startup fails.Ben Greear1-0/+1
2022-04-08mt76: mt7921: fix mt7921_queues_acq implementationLorenzo Bianconi2-13/+11
2022-04-08mt76: mt7615: check sta_rates pointer in mt7615_sta_rate_tbl_updateLorenzo Bianconi1-0/+3
2022-04-08mt76: mt7603: check sta_rates pointer in mt7603_sta_rate_tbl_updateLorenzo Bianconi1-0/+3
2022-04-08mt76: mt7615: fix a leftover race in runtime-pmLorenzo Bianconi1-0/+8
2022-04-08mt76: mt7921: fix a leftover race in runtime-pmLorenzo Bianconi1-0/+8
2022-04-08mt76: mt7915: use proper aid value in mt7915_mcu_sta_basic_tlvLorenzo Bianconi1-1/+3
2022-04-08mt76: mt7915: use proper aid value in mt7915_mcu_wtbl_generic_tlv in sta modeLorenzo Bianconi1-1/+4
2022-04-08mt76: connac: fix sta_rec_wtbl tag lenLorenzo Bianconi1-1/+1
2022-01-27mt76: mt7615: improve wmm index allocationFelix Fietkau1-5/+3
2022-01-27mt76: do not pass the received frame with decryption errorXing Song4-3/+28
2022-01-27mt76: mt7615: fix possible deadlock while mt7615_register_ext_phy()Peter Chiu1-2/+6
2022-01-27mt76: mt7921: drop offload_flags overwrittenSean Wang1-6/+0
2021-12-08mt76: mt7915: fix NULL pointer dereference in mt7915_get_phy_modeLorenzo Bianconi1-2/+2
2021-11-18mt76: mt7615: mt7622: fix ibss and meshpointNick Hainke1-2/+2
2021-11-18mt76: mt7915: fix muar_idx in mt7915_mcu_alloc_sta_req()Shayne Chen1-1/+1
2021-11-18mt76: mt7915: fix sta_rec_wtbl tag lenShayne Chen1-1/+1
2021-11-18mt76: connac: fix possible NULL pointer dereference in mt76_connac_get_phy_mo...Lorenzo Bianconi1-2/+2
2021-11-18mt76: mt7615: fix monitor mode tear down crashRyder Lee1-5/+13
2021-11-18mt76: mt7921: fix retrying release semaphore without endSean Wang1-1/+1
2021-11-18mt76: mt7915: fix possible infinite loop release semaphoreLorenzo Bianconi1-1/+1
2021-11-18mt76: mt7615: fix hwmon temp sensor mem use-after-freeRyder Lee1-2/+4
2021-11-18mt76: mt7915: fix hwmon temp sensor mem use-after-freeBen Greear1-4/+6
2021-11-18mt76: mt7921: always wake device if necessary in debugfsLorenzo Bianconi1-0/+8
2021-11-18mt76: mt7921: fix kernel warning from cfg80211_calculate_bitrateSean Wang1-2/+9
2021-11-18mt76: mt7921: fix firmware usage of RA info using legacy ratesSean Wang2-1/+12
2021-11-18mt76: mt7921: report HE MU radiotapSean Wang2-8/+65
2021-11-18mt76: overwrite default reg_ops if necessaryLorenzo Bianconi4-7/+68
2021-11-18mt76: connac: fix GTK rekey offload failure on WPA mixed modeLeon Yen1-6/+9
2021-11-18mt76: mt7921: fix dma hang in rmmodDeren Wu1-0/+9
2021-11-18mt76: mt7915: fix bit fields for HT rate idxShayne Chen1-1/+2
2021-11-18mt76: mt7915: fix potential overflow of eeprom page indexShayne Chen1-5/+5
2021-11-18mt76: mt7921: Fix out of order process by invalid event pktDeren Wu1-0/+4
2021-11-18mt76: mt76x02: fix endianness warnings in mt76x02_mac.cLorenzo Bianconi1-6/+7
2021-11-18mt76: mt7921: fix survey-dump reportingLorenzo Bianconi2-2/+10
2021-11-18mt76: fix build error implicit enumeration conversionSean Wang2-2/+2
2021-11-18mt76: connac: fix mt76_connac_gtk_rekey_tlv usageLeon Yen1-3/+3
2021-11-18mt76: mt7915: fix info leak in mt7915_mcu_set_pre_cal()Dan Carpenter1-1/+1
2021-11-18mt76: mt7615: fix endianness warning in mt7615_mac_write_txwiLorenzo Bianconi1-6/+9
2021-11-18mt76: mt7921: fix endianness warning in mt7921_update_txsLorenzo Bianconi1-1/+2
2021-11-18mt76: mt7915: fix endianness warning in mt7915_mac_add_txs_skbLorenzo Bianconi1-1/+1
2021-11-18mt76: mt7921: fix endianness in mt7921_mcu_tx_done_eventLorenzo Bianconi2-6/+7
2021-11-18mt76: mt7915: fix an off-by-one bound checkRyder Lee1-1/+1
2021-11-18mt76: mt7615: fix skb use-after-free on mac resetFelix Fietkau1-22/+23
2021-08-18Merge tag 'wireless-drivers-2021-08-17' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski4-4/+6