index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mediatek
/
mt76
/
mt76.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-04
mt76: attempt to free up more room when filling the tx queue
Felix Fietkau
1
-0
/
+1
2020-12-04
mt76: improve tx queue stop/wake
Felix Fietkau
1
-0
/
+1
2020-12-04
mt76: mt7915: introduce dbdc support
Lorenzo Bianconi
1
-0
/
+1
2020-12-04
mt76: move hw mac_addr in mt76_phy
Lorenzo Bianconi
1
-2
/
+3
2020-12-04
mt76: move band allocation in mt76_register_phy
Lorenzo Bianconi
1
-1
/
+2
2020-12-04
mt76: move band capabilities in mt76_phy
Lorenzo Bianconi
1
-1
/
+1
2020-12-04
mt76: move tx hw data queues in mt76_phy
Lorenzo Bianconi
1
-3
/
+4
2020-12-04
mt76: move mcu queues to mt76_dev q_mcu array
Lorenzo Bianconi
1
-4
/
+4
2020-12-04
mt76: rely on mt76_queue in tx_queue_skb_raw signature
Lorenzo Bianconi
1
-1
/
+1
2020-12-04
mt76: introduce mt76_init_mcu_queue utility routine
Lorenzo Bianconi
1
-2
/
+37
2020-12-04
mt76: rely on mt76_queue in tx_queue_skb signature
Lorenzo Bianconi
1
-1
/
+1
2020-12-04
mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signature
Lorenzo Bianconi
1
-2
/
+2
2020-12-04
mt76: mt7663s: rely on mt76_queue in mt7663s_tx_run_queue signature
Lorenzo Bianconi
1
-1
/
+1
2020-12-04
mt76: move mt76_init_tx_queue in common code
Lorenzo Bianconi
1
-0
/
+4
2020-12-04
mt76: testmode: add support for LTF and GI combinations for HE mode
Shayne Chen
1
-0
/
+1
2020-12-04
mt76: testmode: add tx_rate_stbc parameter
Shayne Chen
1
-0
/
+1
2020-12-04
mt76: mt76u: use dedicated thread for status work
Lorenzo Bianconi
1
-0
/
+2
2020-12-04
mt76: mt76u: rely on woker APIs for rx work
Lorenzo Bianconi
1
-1
/
+1
2020-12-04
mt76: move mt76_mcu_send_firmware in common module
Lorenzo Bianconi
1
-0
/
+2
2020-12-04
mt76: sdio: get rid of sched.lock
Lorenzo Bianconi
1
-1
/
+0
2020-12-04
mt76: implement functions to get the response skb for MCU calls
Felix Fietkau
1
-4
/
+17
2020-12-04
mt76: make mcu_ops->mcu_send_msg optional
Felix Fietkau
1
-1
/
+2
2020-12-04
mt76: move waiting and locking out of mcu_ops->mcu_skb_send_msg
Felix Fietkau
1
-2
/
+4
2020-12-04
mt76: implement .mcu_parse_response in struct mt76_mcu_ops
Felix Fietkau
1
-0
/
+2
2020-12-04
mt76: rename __mt76_mcu_skb_send_msg to mt76_mcu_skb_send_msg
Felix Fietkau
1
-1
/
+1
2020-12-04
mt76: rename __mt76_mcu_send_msg to mt76_mcu_send_msg
Felix Fietkau
1
-2
/
+1
2020-12-04
mt76: mt7915: add encap offload for 4-address mode stations
Felix Fietkau
1
-0
/
+1
2020-12-04
mt76: sdio: convert {status/net}_work to mt76_worker
Lorenzo Bianconi
1
-5
/
+3
2020-12-04
mt76: mt7663s: convert txrx_work to mt76_worker
Lorenzo Bianconi
1
-1
/
+1
2020-12-04
mt76: mt7663s: move tx/rx processing in the same txrx workqueue
Lorenzo Bianconi
1
-8
/
+3
2020-09-24
mt76: mt7663s: introduce sdio tx aggregation
Lorenzo Bianconi
1
-0
/
+3
2020-09-24
mt76: move pad estimation out of mt76_skb_adjust_pad
Lorenzo Bianconi
1
-1
/
+1
2020-09-24
mt76: remove retry_q from struct mt76_txq and related code
Felix Fietkau
1
-5
/
+0
2020-09-24
mt76: move txwi handling code to dma.c, since it is mmio specific
Felix Fietkau
1
-2
/
+0
2020-09-24
mt76: dma: cache dma map address/len in struct mt76_queue_entry
Felix Fietkau
1
-0
/
+2
2020-09-24
mt76: convert from tx tasklet to tx worker thread
Felix Fietkau
1
-2
/
+2
2020-09-24
mt76: mt76x02: tune tx ring size
Felix Fietkau
1
-1
/
+0
2020-09-24
mt76: remove struct mt76_sw_queue
Felix Fietkau
1
-6
/
+2
2020-09-24
mt76: rely on AQL for burst size limits on tx queueing
Felix Fietkau
1
-5
/
+6
2020-09-24
mt76: remove swq from struct mt76_sw_queue
Felix Fietkau
1
-1
/
+0
2020-09-24
mt76: remove qid argument to drv->tx_complete_skb
Felix Fietkau
1
-1
/
+1
2020-09-24
mt76: unify queue tx cleanup code
Felix Fietkau
1
-0
/
+2
2020-09-24
mt76: mt7663s: fix unable to handle kernel paging request
Sean Wang
1
-0
/
+1
2020-09-24
mt76: mt7915: add Tx A-MSDU offloading support
Ryder Lee
1
-0
/
+2
2020-09-24
mt76: move mt76_check_agg_ssn to driver tx_prepare calls
Felix Fietkau
1
-0
/
+1
2020-09-24
mt76: fix double DMA unmap of the first buffer on 7615/7915
Felix Fietkau
1
-1
/
+3
2020-09-24
mt76: mt76s: get rid of unused variable
Lorenzo Bianconi
1
-2
/
+0
2020-09-24
mt76: mt76s: move tx/rx processing in 2 separate works
Lorenzo Bianconi
1
-3
/
+8
2020-09-24
mt76: mt76s: move status processing in txrx wq
Lorenzo Bianconi
1
-3
/
+3
2020-09-24
mt76: mt7663s: move rx processing in txrx wq
Lorenzo Bianconi
1
-0
/
+1
[next]