summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/dma.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: mt76: fix rx checksum offload on mt7615/mt7915/mt7921Felix Fietkau2022-10-111-4/+1
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-291-1/+1
* mt76: introduce phys array in mt76_dev structureLorenzo Bianconi2022-07-111-4/+9
* mt76: pass original queue id from __mt76_tx_queue_skb to the driverFelix Fietkau2022-07-111-3/+3
* mt76: mt7915: add Wireless Ethernet Dispatch supportFelix Fietkau2022-05-131-33/+127
* mt76: add support for overriding the device used for DMA mappingFelix Fietkau2022-05-131-17/+17
* mt76: dma: add wrapper macro for accessing queue registersFelix Fietkau2022-05-131-9/+12
* mt76: dma: use kzalloc instead of devm_kzalloc for txwiFelix Fietkau2022-05-131-2/+4
* mt76: dma: initialize skip_unmap in mt76_dma_rx_fillLorenzo Bianconi2022-02-031-0/+1
* mt76: add MT_RXQ_MAIN_WA for mt7916Bo Jiao2022-02-031-2/+11
* mt76: allow drivers to drop rx packets earlyFelix Fietkau2021-12-191-7/+12
* mt76: dma: use ieee80211_tx_status_ext to free packets when tx failsFelix Fietkau2021-06-171-6/+12
* mt76: intialize tx queue entry wcid to 0xffff by defaultFelix Fietkau2021-06-171-0/+1
* mt76: dma: add the capability to define a custom rx napi poll routineLorenzo Bianconi2021-04-211-5/+5
* mt76: fix potential DMA mapping leakFelix Fietkau2021-04-121-1/+1
* mt76: dma: export mt76_dma_rx_cleanup routineLorenzo Bianconi2021-04-121-0/+1
* mt76: dma: introduce mt76_dma_queue_reset routineLorenzo Bianconi2021-04-121-18/+28
* mt76: use threaded NAPIFelix Fietkau2021-04-121-2/+4
* mt76: dma: do not report truncated frames to mac80211Lorenzo Bianconi2021-02-261-4/+7
* mt76: fix tx skb error handling in mt76_dma_tx_queue_skbFelix Fietkau2021-02-181-9/+6
* Merge tag 'wireless-drivers-next-2021-02-12' of git://git.kernel.org/pub/scm/...David S. Miller2021-02-131-2/+6
|\
| * mt76: testmode: introduce dbdc supportShayne Chen2021-01-261-2/+6
* | mt76: dma: fix a possible memory leak in mt76_add_fragment()Lorenzo Bianconi2021-01-281-3/+5
|/
* mt76: attempt to free up more room when filling the tx queueFelix Fietkau2020-12-041-0/+3
* mt76: improve tx queue stop/wakeFelix Fietkau2020-12-041-10/+0
* mt76: move tx hw data queues in mt76_phyLorenzo Bianconi2020-12-041-2/+5
* mt76: move mcu queues to mt76_dev q_mcu arrayLorenzo Bianconi2020-12-041-0/+4
* mt76: rely on mt76_queue in tx_queue_skb_raw signatureLorenzo Bianconi2020-12-041-2/+1
* mt76: rely on mt76_queue in tx_queue_skb signatureLorenzo Bianconi2020-12-041-3/+2
* mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signatureLorenzo Bianconi2020-12-041-5/+4
* mt76: dma: fix possible deadlock running mt76_dma_cleanupLorenzo Bianconi2020-12-041-0/+2
* mt76: move txwi handling code to dma.c, since it is mmio specificFelix Fietkau2020-09-241-0/+72
* mt76: dma: cache dma map address/len in struct mt76_queue_entryFelix Fietkau2020-09-241-23/+20
* mt76: convert from tx tasklet to tx worker threadFelix Fietkau2020-09-241-0/+1
* mt76: remove struct mt76_sw_queueFelix Fietkau2020-09-241-4/+3
* mt76: remove qid argument to drv->tx_complete_skbFelix Fietkau2020-09-241-1/+1
* mt76: unify queue tx cleanup codeFelix Fietkau2020-09-241-16/+1
* mt76: add memory barrier to DMA queue kickFelix Fietkau2020-09-241-0/+1
* mt76: dma: update q->queued immediately on cleanupFelix Fietkau2020-09-241-25/+14
* mt76: fix double DMA unmap of the first buffer on 7615/7915Felix Fietkau2020-09-241-1/+7
* mt76: add API for testmode supportFelix Fietkau2020-07-211-0/+6
* mt76: only iterate over initialized rx queuesFelix Fietkau2020-05-281-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-131-3/+6
|\
| * mt76: fix array overflow on receiving too many fragments for a packetFelix Fietkau2020-03-031-3/+6
* | mt76: dma: do not write cpu_idx on rx queue reset until after refillFelix Fietkau2020-02-141-7/+8
* | mt76: fix handling full tx queues in mt76_dma_tx_queue_skb_rawFelix Fietkau2020-02-141-1/+8
* | mt76: set dma-done flag for flushed descriptorsFelix Fietkau2020-02-141-1/+3
* | mt76: disable bh in mt76_dma_rx_pollFelix Fietkau2020-02-141-0/+2
* | mt76: fix rx dma ring descriptor state on resetFelix Fietkau2020-02-141-1/+1
* | mt76: keep a set of software tx queues per phyFelix Fietkau2020-02-141-2/+10