summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/dma.c
AgeCommit message (Expand)Author
2020-12-04mt76: attempt to free up more room when filling the tx queueFelix Fietkau
2020-12-04mt76: improve tx queue stop/wakeFelix Fietkau
2020-12-04mt76: move tx hw data queues in mt76_phyLorenzo Bianconi
2020-12-04mt76: move mcu queues to mt76_dev q_mcu arrayLorenzo Bianconi
2020-12-04mt76: rely on mt76_queue in tx_queue_skb_raw signatureLorenzo Bianconi
2020-12-04mt76: rely on mt76_queue in tx_queue_skb signatureLorenzo Bianconi
2020-12-04mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signatureLorenzo Bianconi
2020-12-04mt76: dma: fix possible deadlock running mt76_dma_cleanupLorenzo Bianconi
2020-09-24mt76: move txwi handling code to dma.c, since it is mmio specificFelix Fietkau
2020-09-24mt76: dma: cache dma map address/len in struct mt76_queue_entryFelix Fietkau
2020-09-24mt76: convert from tx tasklet to tx worker threadFelix Fietkau
2020-09-24mt76: remove 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: add memory barrier to DMA queue kickFelix Fietkau
2020-09-24mt76: dma: update q->queued immediately on cleanupFelix Fietkau
2020-09-24mt76: fix double DMA unmap of the first buffer on 7615/7915Felix Fietkau
2020-07-21mt76: add API for testmode supportFelix Fietkau
2020-05-28mt76: only iterate over initialized rx queuesFelix Fietkau
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-03mt76: fix array overflow on receiving too many fragments for a packetFelix Fietkau
2020-02-14mt76: dma: do not write cpu_idx on rx queue reset until after refillFelix Fietkau
2020-02-14mt76: fix handling full tx queues in mt76_dma_tx_queue_skb_rawFelix Fietkau
2020-02-14mt76: set dma-done flag for flushed descriptorsFelix Fietkau
2020-02-14mt76: disable bh in mt76_dma_rx_pollFelix Fietkau
2020-02-14mt76: fix rx dma ring descriptor state on resetFelix Fietkau
2020-02-14mt76: keep a set of software tx queues per phyFelix Fietkau
2020-02-14mt76: add support for an extra wiphy in the tx status pathFelix Fietkau
2020-02-14mt76: move initialization of some struct members to mt76_alloc_deviceFelix Fietkau
2019-11-20mt76: Remove set but not used variable 'idx'zhengbin
2019-11-20mt76: avoid enabling interrupt if NAPI poll is still pendingFelix Fietkau
2019-11-20mt76: rename mt76_driver_ops txwi_flags to drv_flags and include tx aligned4Felix Fietkau
2019-10-30mt76: dma: fix buffer unmap with non-linear skbsLorenzo Bianconi
2019-09-05mt76: dma: reset q->rx_head on rx resetFelix Fietkau
2019-09-05mt76: fix some checkpatch warningsRyder Lee
2019-09-05mt76: switch to SPDX tag instead of verbose boilerplate textRyder Lee
2019-06-25mt76: move netif_napi_del in mt76_dma_cleanupLorenzo Bianconi
2019-05-01mt76: add unlikely() for dma_mapping_error() checkRyder Lee
2019-05-01mt76: dma: add skb check for dummy pointerLorenzo Bianconi
2019-05-01mt76: dma: introduce skb field in mt76_txwi_cacheLorenzo Bianconi
2019-05-01mt76: add skb pointer to mt76_tx_infoLorenzo Bianconi
2019-05-01mt76: set txwi_size according to the driver valueLorenzo Bianconi
2019-05-01mt76: only schedule txqs from the tx taskletFelix Fietkau
2019-05-01mt76: reduce locking in mt76_dma_tx_cleanupFelix Fietkau
2019-05-01mt76: use mac80211 txq schedulingFelix Fietkau
2019-05-01mt76: use readl/writel instead of ioread32/iowrite32Felix Fietkau
2019-05-01mt76: dma: add static qualifier to mt76_dma_tx_queue_skbLorenzo Bianconi
2019-05-01mt76: introduce mt76_tx_info data structureLorenzo Bianconi
2019-05-01mt76: move skb dma mapping before running tx_prepare_skbLorenzo Bianconi
2019-05-01mt76: mmio: move mt76_insert_hdr_pad in mt76_dma_tx_queue_skbLorenzo Bianconi