aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-24mt76: mt7615: Remove set but unused variable 'index'Wang Hai
2020-09-24mt76: remove retry_q from struct mt76_txq and related codeFelix Fietkau
2020-09-24mt76: move txwi handling code to dma.c, since it is mmio specificFelix Fietkau
2020-09-24mt76: mt7915: fix queue/tid mapping for airtime reportingFelix Fietkau
2020-09-24mt76: mt7915: simplify mt7915_lmac_mappingFelix Fietkau
2020-09-24mt76: dma: cache dma map address/len in struct mt76_queue_entryFelix Fietkau
2020-09-24mt76: mt7915: fix HE BSS infoFelix Fietkau
2020-09-24mt76: convert from tx tasklet to tx worker threadFelix Fietkau
2020-09-24mt76: add utility functions for deferring work to a kernel threadFelix Fietkau
2020-09-24mt76: testmode: add a limit for queued tx_frames packetsFelix Fietkau
2020-09-24mt76: mt7615: fix antenna selection for testmode tx_framesFelix Fietkau
2020-09-24mt76: mt7615: fix MT_ANT_SWITCH_CON register definitionFelix Fietkau
2020-09-24mt76: mt7915: fix unexpected firmware modeChih-Min Chen
2020-09-24mt76: mt76x02: tune tx ring sizeFelix Fietkau
2020-09-24mt76: mt7603: tune tx ring sizeFelix Fietkau
2020-09-24mt76: remove struct mt76_sw_queueFelix Fietkau
2020-09-24mt76: rely on AQL for burst size limits on tx queueingFelix Fietkau
2020-09-24mt76: remove swq from struct mt76_sw_queueFelix Fietkau
2020-09-24mt76: remove qid argument to drv->tx_complete_skbFelix Fietkau
2020-09-24mt76: unify queue tx cleanup codeFelix Fietkau
2020-09-24mt76: sdio: fix use of q->head and q->tailFelix Fietkau
2020-09-24mt76: usb: fix use of q->head and q->tailFelix Fietkau
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