summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/tx.c
AgeCommit message (Expand)Author
2023-09-30wifi: mt76: fix race condition related to checking tx queue fill statusFelix Fietkau
2023-07-25wifi: mt76: report non-binding skb tx rate when WED is activePeter Chiu
2023-07-25wifi: mt76: mt7915: rework tx bytes counting when WED is activePeter Chiu
2023-04-17wifi: mt76: add missing locking to protect against concurrent rx/status callsFelix Fietkau
2023-04-13wifi: ieee80211: correctly mark FTM frames non-bufferableJohannes Berg
2023-01-16wifi: mt76: handle possible mt76_rx_token_consume failuresLorenzo Bianconi
2022-12-01wifi: mt76: introduce rxwi and rx token utility routinesSujuan Chen
2022-10-06wifi: mt76: fix rate reporting / throughput regression on mt7915 and newerFelix Fietkau
2022-07-11mt76: convert MT_TX_HW_QUEUE_EXT_PHY to MT_TX_HW_QUEUE_PHYLorenzo Bianconi
2022-07-11mt76: introduce phys array in mt76_dev structureLorenzo Bianconi
2022-07-11mt76: do not use skb_set_queue_mapping for internal purposesFelix Fietkau
2022-07-11mt76: pass original queue id from __mt76_tx_queue_skb to the driverFelix Fietkau
2022-05-16Merge tag 'mt76-for-kvalo-2022-05-12' of https://github.com/nbd168/wirelessKalle Valo
2022-05-16mac80211: extend current rate control tx status APIJonas Jelonek
2022-05-13mt76: mt7915: add Wireless Ethernet Dispatch supportFelix Fietkau
2022-05-13mt76: make number of tokens configurable dynamicallyFelix Fietkau
2022-05-13mt76: fix tx status related use-after-free race on station removalFelix Fietkau
2022-05-13mt76: fix use-after-free by removing a non-RCU wcid pointerFelix Fietkau
2022-05-13mt76: reduce tx queue lock hold timeFelix Fietkau
2021-11-24mt76: fix timestamp check in tx_statusDeren Wu
2021-10-20mt76: schedule status timeout at dma completionLorenzo Bianconi
2021-10-20mt76: substitute sk_buff_head status_list with spinlock_t status_lockLorenzo Bianconi
2021-10-20mt76: remove mt76_wcid pointer from mt76_tx_status_check signatureLorenzo Bianconi
2021-10-20mt76: introduce packet_id idrLorenzo Bianconi
2021-10-20mt76: mt7915: report tx rate directly from tx statusRyder Lee
2021-06-19mt76: move mt76_get_next_pkt_id in mt76.hLorenzo Bianconi
2021-06-19mt76: fix possible NULL pointer dereference in mt76_txLorenzo Bianconi
2021-06-17mt76: improve tx status codepathFelix Fietkau
2021-04-21mt76: move mt76_token_init in mt76_alloc_deviceLorenzo Bianconi
2021-04-21mt76: move token utilities in mt76 common moduleLorenzo Bianconi
2021-04-21mt76: remove MT76_STATE_PM in tx pathLorenzo Bianconi
2021-04-21mt76: mt7663: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx pathLorenzo Bianconi
2021-04-21mt76: testmode: add support to send larger packetShayne Chen
2021-04-12mt76: check return value of mt76_txq_send_burst in mt76_txq_schedule_listLorenzo Bianconi
2021-01-27mt76: reduce q->lock hold timeFelix Fietkau
2021-01-26mt76: testmode: introduce dbdc supportShayne Chen
2020-12-11mt76: remove unused variable qSouptick Joarder
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: rely on mt76_queue in tx_queue_skb signatureLorenzo Bianconi
2020-12-04mt76: mt7915: add 802.11 encap offload supportFelix Fietkau
2020-09-24mt76: move pad estimation out of mt76_skb_adjust_padLorenzo Bianconi
2020-09-24mt76: remove retry_q from struct mt76_txq and related codeFelix Fietkau
2020-09-24mt76: move txwi handling code to dma.c, since it is mmio specificFelix 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: rely on AQL for burst size limits on tx queueingFelix Fietkau
2020-09-24mt76: remove qid argument to drv->tx_complete_skbFelix Fietkau
2020-09-24mt76: unify queue tx cleanup codeFelix Fietkau