summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-24mt76: mt7603: check for single-stream EEPROM configurationFelix Fietkau
2020-09-24mt76: add memory barrier to DMA queue kickFelix Fietkau
2020-09-24mt76: mt7915: add support for accessing mapped registers via bus opsFelix Fietkau
2020-09-24mt76: mt7615: significantly reduce interrupt loadFelix Fietkau
2020-09-24mt76: mt7915: significantly reduce interrupt loadFelix Fietkau
2020-09-24mt76: mt7915: schedule tx tasklet in mt7915_mac_tx_freeFelix Fietkau
2020-09-24mt76: dma: update q->queued immediately on cleanupFelix Fietkau
2020-09-24mt76: mt7915: optimize mt7915_mac_sta_pollFelix Fietkau
2020-09-24mt76: mt7615: fix reading airtime statisticsFelix Fietkau
2020-09-24mt76: mt7663u: fix dma header initializationLorenzo Bianconi
2020-09-24mt76: fix a possible NULL pointer dereference in mt76_testmode_dumpLorenzo Bianconi
2020-09-24mt76: mt7615: fix a possible NULL pointer dereference in mt7615_pm_wake_workLorenzo Bianconi
2020-09-24mt76: mt7615: fix possible memory leak in mt7615_tm_set_tx_powerLorenzo Bianconi
2020-09-24mt76: mt7663s: fix unable to handle kernel paging requestSean Wang
2020-09-24mt76: mt7663s: fix resume failureSean Wang
2020-09-24mt76: mt7663s: use NULL instead of 0 in sdio codeLorenzo Bianconi
2020-09-24mt76: mt7615: release mutex in mt7615_reset_test_setLorenzo Bianconi
2020-09-24mt76: mt7915: add Tx A-MSDU offloading supportRyder Lee
2020-09-24mt76: mt7915: add missing flags in WMM parameter settingsFelix Fietkau
2020-09-24mt76: mt7915: simplify aggregation session checkFelix Fietkau
2020-09-24mt76: mt7615: remove mtxq->agg_ssn assignmentFelix Fietkau
2020-09-24mt76: move mt76_check_agg_ssn to driver tx_prepare callsFelix Fietkau
2020-09-24mt76: mt7915: enable offloading of sequence number assignmentFelix Fietkau
2020-09-24mt76: mt7915: increase tx retry countFelix Fietkau
2020-09-24mt76: mt7915: clean up station stats polling and rate control updateFelix Fietkau
2020-09-24mt76: mt7915: do not do any work in napi poll after calling napi_complete_done()Felix Fietkau
2020-09-24mt76: mt7615: do not do any work in napi poll after calling napi_complete_done()Felix Fietkau
2020-09-24mt76: mt76x02: clean up and fix interrupt masking in the irq handlerFelix Fietkau
2020-09-24mt76: mt7615: only clear unmasked interrupts in irq taskletFelix Fietkau
2020-09-24mt76: mt7915: clean up and fix interrupt masking in the irq handlerFelix Fietkau
2020-09-24mt76: set interrupt mask register to 0 before requesting irqFelix Fietkau
2020-09-24mt76: fix double DMA unmap of the first buffer on 7615/7915Felix Fietkau
2020-09-24mt76: mt7915: fix crash on tx rate report for invalid stationsFelix Fietkau
2020-09-24mt76: mt7915: enable U-APSD on AP sideRyder Lee
2020-09-24mt76: mt76s: get rid of unused variableLorenzo Bianconi
2020-09-24mt76: mt76s: move tx/rx processing in 2 separate worksLorenzo Bianconi
2020-09-24mt76: mt76s: move status processing in txrx wqLorenzo Bianconi
2020-09-24mt76: mt7663s: move rx processing in txrx wqLorenzo Bianconi
2020-09-24mt76: mt76s: move tx processing in a dedicated wqLorenzo Bianconi
2020-09-24mt76: mt76s: fix oom in mt76s_tx_queue_skb_rawLorenzo Bianconi
2020-09-24mt76: mt7615: reschedule runtime-pm receiving a tx interruptLorenzo Bianconi
2020-09-24mt76: do not inject packets if MT76_STATE_PM is setLorenzo Bianconi
2020-09-24mt76: mt7615: hold mt76 lock queueing wd in mt7615_queue_key_updateLorenzo Bianconi
2020-09-24mt76: mt7663s: move drv_own/fw_own in mt7615_mcu_opsLorenzo Bianconi
2020-09-24mt76: mt7615: move drv_own/fw_own in mt7615_mcu_opsLorenzo Bianconi
2020-09-24mt76: mt7615: register ext_phy if DBDC is detectedShayne Chen
2020-09-24zd1201: simplify the return expression of zd1201_set_maxassoc()Qinglang Miao
2020-09-24rtw88: Fix potential probe error handling race with wow firmware loadingAndreas Färber
2020-09-24rtw88: Fix probe error handling race with firmware loadingAndreas Färber
2020-09-24brcmfmac: check return value of driver_for_each_device()Zhang Changzhong