summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/dma.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-13mt76: dma: initialize skip_unmap in mt76_dma_rx_fillLorenzo Bianconi1-0/+1
2021-06-17mt76: dma: use ieee80211_tx_status_ext to free packets when tx failsFelix Fietkau1-6/+12
2021-06-17mt76: intialize tx queue entry wcid to 0xffff by defaultFelix Fietkau1-0/+1
2021-04-21mt76: dma: add the capability to define a custom rx napi poll routineLorenzo Bianconi1-5/+5
2021-04-13mt76: fix potential DMA mapping leakFelix Fietkau1-1/+1
2021-04-12mt76: dma: export mt76_dma_rx_cleanup routineLorenzo Bianconi1-0/+1
2021-04-12mt76: dma: introduce mt76_dma_queue_reset routineLorenzo Bianconi1-18/+28
2021-04-12mt76: use threaded NAPIFelix Fietkau1-2/+4
2021-02-26mt76: dma: do not report truncated frames to mac80211Lorenzo Bianconi1-4/+7
2021-02-18mt76: fix tx skb error handling in mt76_dma_tx_queue_skbFelix Fietkau1-9/+6
2021-02-13Merge tag 'wireless-drivers-next-2021-02-12' of git://git.kernel.org/pub/scm/...David S. Miller1-2/+6
2021-01-28mt76: dma: fix a possible memory leak in mt76_add_fragment()Lorenzo Bianconi1-3/+5
2021-01-26mt76: testmode: introduce dbdc supportShayne Chen1-2/+6
2020-12-04mt76: attempt to free up more room when filling the tx queueFelix Fietkau1-0/+3
2020-12-04mt76: improve tx queue stop/wakeFelix Fietkau1-10/+0
2020-12-04mt76: move tx hw data queues in mt76_phyLorenzo Bianconi1-2/+5
2020-12-04mt76: move mcu queues to mt76_dev q_mcu arrayLorenzo Bianconi1-0/+4
2020-12-04mt76: rely on mt76_queue in tx_queue_skb_raw signatureLorenzo Bianconi1-2/+1
2020-12-04mt76: rely on mt76_queue in tx_queue_skb signatureLorenzo Bianconi1-3/+2
2020-12-04mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signatureLorenzo Bianconi1-5/+4
2020-12-04mt76: dma: fix possible deadlock running mt76_dma_cleanupLorenzo Bianconi1-0/+2
2020-09-24mt76: move txwi handling code to dma.c, since it is mmio specificFelix Fietkau1-0/+72
2020-09-24mt76: dma: cache dma map address/len in struct mt76_queue_entryFelix Fietkau1-23/+20
2020-09-24mt76: convert from tx tasklet to tx worker threadFelix Fietkau1-0/+1
2020-09-24mt76: remove struct mt76_sw_queueFelix Fietkau1-4/+3
2020-09-24mt76: remove qid argument to drv->tx_complete_skbFelix Fietkau1-1/+1
2020-09-24mt76: unify queue tx cleanup codeFelix Fietkau1-16/+1
2020-09-24mt76: add memory barrier to DMA queue kickFelix Fietkau1-0/+1
2020-09-24mt76: dma: update q->queued immediately on cleanupFelix Fietkau1-25/+14
2020-09-24mt76: fix double DMA unmap of the first buffer on 7615/7915Felix Fietkau1-1/+7
2020-07-21mt76: add API for testmode supportFelix Fietkau1-0/+6
2020-05-28mt76: only iterate over initialized rx queuesFelix Fietkau1-2/+2
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+6
2020-03-03mt76: fix array overflow on receiving too many fragments for a packetFelix Fietkau1-3/+6
2020-02-14mt76: dma: do not write cpu_idx on rx queue reset until after refillFelix Fietkau1-7/+8
2020-02-14mt76: fix handling full tx queues in mt76_dma_tx_queue_skb_rawFelix Fietkau1-1/+8
2020-02-14mt76: set dma-done flag for flushed descriptorsFelix Fietkau1-1/+3
2020-02-14mt76: disable bh in mt76_dma_rx_pollFelix Fietkau1-0/+2
2020-02-14mt76: fix rx dma ring descriptor state on resetFelix Fietkau1-1/+1
2020-02-14mt76: keep a set of software tx queues per phyFelix Fietkau1-2/+10
2020-02-14mt76: add support for an extra wiphy in the tx status pathFelix Fietkau1-1/+3
2020-02-14mt76: move initialization of some struct members to mt76_alloc_deviceFelix Fietkau1-1/+0
2019-11-20mt76: Remove set but not used variable 'idx'zhengbin1-2/+1
2019-11-20mt76: avoid enabling interrupt if NAPI poll is still pendingFelix Fietkau1-3/+1
2019-11-20mt76: rename mt76_driver_ops txwi_flags to drv_flags and include tx aligned4Felix Fietkau1-2/+2
2019-10-30mt76: dma: fix buffer unmap with non-linear skbsLorenzo Bianconi1-2/+4
2019-09-05mt76: dma: reset q->rx_head on rx resetFelix Fietkau1-0/+6
2019-09-05mt76: fix some checkpatch warningsRyder Lee1-1/+1
2019-09-05mt76: switch to SPDX tag instead of verbose boilerplate textRyder Lee1-12/+1
2019-06-25mt76: move netif_napi_del in mt76_dma_cleanupLorenzo Bianconi1-0/+1