summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/dma.c
AgeCommit message (Expand)Author
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
2019-05-01mt76: introduce mt76_txq_id field in mt76_queue_entryLorenzo Bianconi
2019-05-01mt76: introduce mt76_sw_queue data structureLorenzo Bianconi
2019-05-01mt76: remove mt76_queue dependency from tx_complete_skb function pointerLorenzo Bianconi
2019-05-01mt76: remove mt76_queue dependency from tx_prepare_skb function pointerLorenzo Bianconi
2019-05-01mt76: remove mt76_queue dependency from tx_queue_skb function pointerLorenzo Bianconi
2019-05-01mt76: dma: move mt76x02_init_{tx,rx}_queue in mt76 moduleLorenzo Bianconi
2019-03-07mt76: rewrite dma descriptor base and ring size on queue resetFelix Fietkau
2019-03-07mt76: introduce q->stopped parameterLorenzo Bianconi
2019-02-18mt76: change the return type of mt76_dma_attach()Ryder Lee
2019-02-18mt76: remove add_buf pointer in mt76_queue_opsLorenzo Bianconi
2019-02-18mt76: move mt76_dma_tx_queue_skb_raw in mt76-core moduleLorenzo Bianconi
2019-01-11mt76: dma: avoid indirect call in mt76_dma_tx_queue_skbLorenzo Bianconi
2019-01-11mt76: dma: do not build skb if reported len does not fit in buf_sizeLorenzo Bianconi
2019-01-11mt76: dma: remove napi from mt76_dma_rx_fill signatureLorenzo Bianconi
2019-01-11mt76: add size check for additional rx fragmentsFelix Fietkau
2018-11-30mt76: do not wake tx queues during flushFelix Fietkau
2018-11-30mt76: avoid queue/status spinlocks while passing tx status to mac80211Felix Fietkau
2018-11-30mt76: add support for reporting tx status with skbFelix Fietkau
2018-09-19mt76: use a per rx queue page fragment cacheFelix Fietkau
2018-08-02mt76: introduce tx_queue_skb function pointer in mt76_bus_opsLorenzo Bianconi
2018-08-02mt76: rename mt76_tx_queue_skb in mt76_dma_tx_queue_skbLorenzo Bianconi
2018-08-02mt76x2: add napi struct to mt76_rx_poll_complete/mt76_rx_complete signaturesLorenzo Bianconi
2018-05-23mt76: wait for pending tx to complete before switching channelFelix Fietkau
2018-01-26mt76: split mt76_rx_completeFelix Fietkau
2018-01-26mt76: get station pointer by wcid and pass it to mac80211Felix Fietkau
2018-01-26mt76: retry rx polling as long as there is budget leftFelix Fietkau
2017-12-07mt76: add common code shared between multiple chipsetsFelix Fietkau