开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mediatek
/
mt76
/
tx.c
Age
Commit message (
Expand
)
Author
2021-11-24
mt76: fix timestamp check in tx_status
Deren Wu
2021-10-20
mt76: schedule status timeout at dma completion
Lorenzo Bianconi
2021-10-20
mt76: substitute sk_buff_head status_list with spinlock_t status_lock
Lorenzo Bianconi
2021-10-20
mt76: remove mt76_wcid pointer from mt76_tx_status_check signature
Lorenzo Bianconi
2021-10-20
mt76: introduce packet_id idr
Lorenzo Bianconi
2021-10-20
mt76: mt7915: report tx rate directly from tx status
Ryder Lee
2021-06-19
mt76: move mt76_get_next_pkt_id in mt76.h
Lorenzo Bianconi
2021-06-19
mt76: fix possible NULL pointer dereference in mt76_tx
Lorenzo Bianconi
2021-06-17
mt76: improve tx status codepath
Felix Fietkau
2021-04-21
mt76: move mt76_token_init in mt76_alloc_device
Lorenzo Bianconi
2021-04-21
mt76: move token utilities in mt76 common module
Lorenzo Bianconi
2021-04-21
mt76: remove MT76_STATE_PM in tx path
Lorenzo Bianconi
2021-04-21
mt76: mt7663: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx path
Lorenzo Bianconi
2021-04-21
mt76: testmode: add support to send larger packet
Shayne Chen
2021-04-12
mt76: check return value of mt76_txq_send_burst in mt76_txq_schedule_list
Lorenzo Bianconi
2021-01-27
mt76: reduce q->lock hold time
Felix Fietkau
2021-01-26
mt76: testmode: introduce dbdc support
Shayne Chen
2020-12-11
mt76: remove unused variable q
Souptick Joarder
2020-12-04
mt76: attempt to free up more room when filling the tx queue
Felix Fietkau
2020-12-04
mt76: improve tx queue stop/wake
Felix Fietkau
2020-12-04
mt76: move tx hw data queues in mt76_phy
Lorenzo Bianconi
2020-12-04
mt76: rely on mt76_queue in tx_queue_skb signature
Lorenzo Bianconi
2020-12-04
mt76: mt7915: add 802.11 encap offload support
Felix Fietkau
2020-09-24
mt76: move pad estimation out of mt76_skb_adjust_pad
Lorenzo Bianconi
2020-09-24
mt76: remove retry_q from struct mt76_txq and related code
Felix Fietkau
2020-09-24
mt76: move txwi handling code to dma.c, since it is mmio specific
Felix Fietkau
2020-09-24
mt76: convert from tx tasklet to tx worker thread
Felix Fietkau
2020-09-24
mt76: remove struct mt76_sw_queue
Felix Fietkau
2020-09-24
mt76: rely on AQL for burst size limits on tx queueing
Felix Fietkau
2020-09-24
mt76: remove qid argument to drv->tx_complete_skb
Felix Fietkau
2020-09-24
mt76: unify queue tx cleanup code
Felix Fietkau
2020-09-24
mt76: move mt76_check_agg_ssn to driver tx_prepare calls
Felix Fietkau
2020-09-24
mt76: do not inject packets if MT76_STATE_PM is set
Lorenzo Bianconi
2020-07-21
mt76: mt76u: add mt76_skb_adjust_pad utility routine
Lorenzo Bianconi
2020-07-21
mt76: add API for testmode support
Felix Fietkau
2020-07-21
mt76: overwrite qid for non-bufferable mgmt frames
Lorenzo Bianconi
2020-05-12
mt76: remove unnecessary annotations
Jules Irenge
2020-02-14
mt76: move state from struct mt76_dev to mt76_phy
Felix Fietkau
2020-02-14
mt76: add support for an extra wiphy in the tx status path
Felix Fietkau
2020-02-14
mt76: add support for an extra wiphy in the main tx path
Felix Fietkau
2019-11-20
mt76: remove empty flag in mt76_txq_schedule_list
Lorenzo Bianconi
2019-09-05
mt76: remove offchannel check in tx scheduling
Felix Fietkau
2019-09-05
mt76: fix some checkpatch warnings
Ryder Lee
2019-09-05
mt76: move mt76_tx_tasklet in mt76 module
Lorenzo Bianconi
2019-09-05
mt76: switch to SPDX tag instead of verbose boilerplate text
Ryder Lee
2019-05-01
mt76: dma: introduce skb field in mt76_txwi_cache
Lorenzo Bianconi
2019-05-01
mt76: set txwi_size according to the driver value
Lorenzo Bianconi
2019-05-01
mt76: only schedule txqs from the tx tasklet
Felix Fietkau
2019-05-01
mt76: store wcid tx rate info in one u32 reduce locking
Felix Fietkau
2019-05-01
mt76: use mac80211 txq scheduling
Felix Fietkau
[next]