summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/dma.c
AgeCommit message (Expand)Author
2026-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-13Revert "wifi: mt76: Disable napi when removing device"Mikhail Gavrilov
2026-07-31wifi: mt76: only consume the WO drop bit on WED v2 devicesFelix Fietkau
2026-07-31wifi: mt76: check txfree done event on the WED hw pathRex Lu
2026-07-31wifi: mt76: fix RXDMAD_C buffer recycling raceFelix Fietkau
2026-07-31wifi: mt76: fix uninitialised RXDMAD_C descriptor infoFelix Fietkau
2026-07-31wifi: mt76: mt7921: Add PCIe AER handler support to prevent system crashEason Lai
2026-07-22wifi: mt76: Disable napi when removing deviceNicolas Cavallari
2026-03-24wifi: mt76: wait for firmware TX completion of mgmt frames before channel switchFelix Fietkau
2026-03-23wifi: mt76: mt7996: Do not schedule RRO and TxFree queues during reset for NPULorenzo Bianconi
2026-03-23wifi: mt76: always enable RRO queues for non-MT7992 chipsetLorenzo Bianconi
2026-03-23wifi: mt76: Fix memory leak destroying deviceLorenzo Bianconi
2025-11-24wifi: mt76: Introduce the NPU generic layerLorenzo Bianconi
2025-11-24wifi: mt76: Add mt76_dev pointer in mt76_queue struct.Lorenzo Bianconi
2025-11-24wifi: mt76: Move Q_READ/Q_WRITE definitions in dma.hLorenzo Bianconi
2025-11-24wifi: mt76: relicense to BSD-3-Clause-ClearFelix Fietkau
2025-09-15wifi: mt76: Convert mt76_wed_rro_ind to LELorenzo Bianconi
2025-09-15wifi: mt76: mt7996: Add SW path for HW-RRO v3.1Rex Lu
2025-09-15wifi: mt76: Add mt76_dma_get_rxdmad_c_buf utility routioneLorenzo Bianconi
2025-09-15wifi: mt76: mt7996: Decouple RRO logic from WED supportRex Lu
2025-09-15wifi: mt76: Add rx_queue_init callbackLorenzo Bianconi
2025-09-15wifi: mt76: mt7996: Introduce RRO MSDU callbacksRex Lu
2025-09-15wifi: mt76: Do not always enable NAPIs for WED RRO queuesLorenzo Bianconi
2025-09-15wifi: mt76: Differentiate between RRO data and RRO MSDU queuesRex Lu
2025-09-15wifi: mt76: Remove q->ndesc check in mt76_dma_rx_fill()Lorenzo Bianconi
2025-09-15wifi: mt76: Add reset_idx to reset_q mt76_queue_ops signature.Lorenzo Bianconi
2025-07-07wifi: mt76: Get rid of dma_sync_single_for_device() for MMIO devicesLorenzo Bianconi
2025-05-15wifi: mt76: disable napi on driver removalFedor Pchelkin
2025-01-14wifi: mt76: do not hold queue lock during initial rx buffer allocQuan Zhou
2024-06-20wifi: mt76: un-embedd netdev from mt76_devBreno Leitao
2024-05-02wifi: mt76: fix tx packet loss when scanning on DBDCFelix Fietkau
2024-02-22wifi: mt76: move wed common utilities in wed.cLorenzo Bianconi
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-12-12wifi: mt76: fix crash with WED rx support enabledFelix Fietkau
2023-12-11wifi: mt76: mt7996: set DMA mask to 36 bits for boards with more than 4GB of RAMSujuan Chen
2023-12-07wifi: mt76: mt7996: add wed reset supportLorenzo Bianconi
2023-12-07wifi: mt76: move wed reset common code in mt76 moduleLorenzo Bianconi
2023-12-07wifi: mt76: mt7996: add wed rx supportBo Jiao
2023-12-07wifi: mt76: dma: introduce __mt76_dma_queue_reset utility routineLorenzo Bianconi
2023-12-07wifi: mt76: mt7996: add wed tx supportSujuan Chen
2023-12-07wifi: mt76: introduce wed pointer in mt76_queueLorenzo Bianconi
2023-12-07wifi: mt76: introduce mt76_queue_is_wed_tx_free utility routineLorenzo Bianconi
2023-10-09Merge tag 'mt76-for-kvalo-2023-09-30' of https://github.com/nbd168/wirelessKalle Valo
2023-09-30wifi: mt76: reduce spin_lock_bh held up in mt76_dma_rx_cleanupSean Wang
2023-09-30wifi: mt76: add DMA mapping error check in mt76_alloc_txwi()Dmitry Antipov
2023-09-30wifi: mt76: remove unused error path in mt76_connac_tx_complete_skbFelix Fietkau
2023-09-04wifi: mt76: fix lock dependency problem for wed_lockLorenzo Bianconi
2023-07-25wifi: mt76: mt7915: disable WFDMA Tx/Rx during SER recoveryBo Jiao
2023-04-19wifi: mt76: dma: use napi_build_skbFelix Fietkau
2023-04-17wifi: mt76: add missing locking to protect against concurrent rx/status callsFelix Fietkau