index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mediatek
/
mt76
/
mt7603
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-20
mt76: switch from 'pci_' to 'dma_' API
Christophe JAILLET
1
-1
/
+1
2021-06-19
mt76: fix iv and CCMP header insertion
Ryder Lee
2
-22
/
+23
2021-06-19
mt76: make mt76_update_survey() per phy
Ryder Lee
2
-5
/
+5
2021-06-19
mt76: move mt76_rates in mt76 module
Lorenzo Bianconi
1
-30
/
+2
2021-06-17
mt76: mt7603: avoid use of ieee80211_tx_info_clear_status
Felix Fietkau
1
-1
/
+1
2021-04-21
mt76: dma: add the capability to define a custom rx napi poll routine
Lorenzo Bianconi
1
-1
/
+1
2021-04-21
mt76: improve mcu error logging
Lorenzo Bianconi
1
-3
/
+2
2021-04-21
mt76: flush tx status queue on DMA reset
Felix Fietkau
1
-0
/
+2
2021-04-12
mt76: report Rx timestamp
Ryder Lee
3
-15
/
+21
2021-04-12
mt76: use threaded NAPI
Felix Fietkau
1
-1
/
+1
2021-04-11
mt76: use PCI_VENDOR_ID_MEDIATEK to avoid open coded
Ryder Lee
1
-1
/
+1
2021-04-11
mt76: add support for 802.3 rx frames
Felix Fietkau
1
-1
/
+1
2021-01-27
mt76: move vif_mask back from mt76_phy to mt76_dev
Felix Fietkau
1
-3
/
+3
2021-01-26
mt76: mt7603: fix ED/CCA monitoring with single-stream devices
Felix Fietkau
1
-3
/
+7
2021-01-26
mt76: move mac_work in mt76_core module
Lorenzo Bianconi
4
-15
/
+13
2020-12-04
mt76: move hw mac_addr in mt76_phy
Lorenzo Bianconi
1
-2
/
+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
4
-18
/
+17
2020-12-04
mt76: move mcu queues to mt76_dev q_mcu array
Lorenzo Bianconi
3
-28
/
+26
2020-12-04
mt76: rely on mt76_queue in tx_queue_skb_raw signature
Lorenzo Bianconi
2
-4
/
+6
2020-12-04
mt76: introduce mt76_init_mcu_queue utility routine
Lorenzo Bianconi
1
-1
/
+1
2020-12-04
mt76: rely on mt76_queue in tx_queue_skb signature
Lorenzo Bianconi
1
-12
/
+15
2020-12-04
mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signature
Lorenzo Bianconi
3
-5
/
+5
2020-12-04
mt76: move mt76_init_tx_queue in common code
Lorenzo Bianconi
1
-8
/
+2
2020-12-04
mt76: move mt76_mcu_send_firmware in common module
Lorenzo Bianconi
1
-22
/
+2
2020-12-04
mt76: mt7603: add additional EEPROM chip ID
David Bauer
1
-0
/
+1
2020-12-04
mt76: fix memory leak if device probing fails
Lorenzo Bianconi
1
-1
/
+2
2020-12-04
wireless: mt76: convert tasklets to use new tasklet_setup() API
Allen Pais
3
-5
/
+4
2020-12-04
mt76: mt7603: switch to .mcu_skb_send_msg
Felix Fietkau
1
-37
/
+6
2020-12-04
mt76: move mcu timeout handling to .mcu_parse_response
Felix Fietkau
1
-10
/
+11
2020-12-04
mt76: implement .mcu_parse_response in struct mt76_mcu_ops
Felix Fietkau
1
-9
/
+15
2020-12-04
mt76: rename __mt76_mcu_send_msg to mt76_mcu_send_msg
Felix Fietkau
1
-14
/
+13
2020-12-04
mt76: do not set NEEDS_UNIQUE_STA_ADDR for 7615 and 7915
Felix Fietkau
1
-0
/
+1
2020-09-24
mt76: Convert to DEFINE_SHOW_ATTRIBUTE
Qinglang Miao
1
-14
/
+4
2020-09-24
mt76: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2
-3
/
+3
2020-09-24
mt76: remove retry_q from struct mt76_txq and related code
Felix Fietkau
1
-2
/
+0
2020-09-24
mt76: convert from tx tasklet to tx worker thread
Felix Fietkau
2
-4
/
+3
2020-09-24
mt76: mt7603: tune tx ring size
Felix Fietkau
2
-2
/
+4
2020-09-24
mt76: remove struct mt76_sw_queue
Felix Fietkau
4
-17
/
+15
2020-09-24
mt76: rely on AQL for burst size limits on tx queueing
Felix Fietkau
1
-1
/
+1
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
2
-7
/
+3
2020-09-24
mt76: mt7603: check for single-stream EEPROM configuration
Felix Fietkau
3
-7
/
+18
2020-09-24
mt76: move mt76_check_agg_ssn to driver tx_prepare calls
Felix Fietkau
1
-0
/
+2
2020-09-24
mt76: set interrupt mask register to 0 before requesting irq
Felix Fietkau
2
-0
/
+4
2020-07-21
mt76: vif_mask to struct mt76_phy
Felix Fietkau
2
-5
/
+3
2020-07-21
mt76: add missing lock configuring coverage class
Lorenzo Bianconi
1
-0
/
+2
2020-05-28
mt76: only iterate over initialized rx queues
Felix Fietkau
1
-1
/
+2
2020-05-28
mt76: fix per-driver wcid range checks after wcid array size bump
Felix Fietkau
1
-2
/
+2
2020-05-13
mt76: enable p2p support
Lorenzo Bianconi
1
-0
/
+2
[prev]
[next]