index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mediatek
/
mt76
/
mt76.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-15
wifi: mt76: add PPDU based TxS support for WED device
Ryder Lee
1
-1
/
+6
2022-09-15
wifi: mt76: move move mt76_sta_stats to mt76_wcid
Ryder Lee
1
-20
/
+22
2022-09-15
wifi: mt76: mt76_usb.mt76u_mcu.burst is always false remove related code
Gergo Koteles
1
-1
/
+0
2022-07-11
mt76: get rid of mt76_wcid_hw routine
Lorenzo Bianconi
1
-10
/
+0
2022-07-11
mt76: convert MT_TX_HW_QUEUE_EXT_PHY to MT_TX_HW_QUEUE_PHY
Lorenzo Bianconi
1
-6
/
+4
2022-07-11
mt76: add phy_idx to mt76_wcid
Lorenzo Bianconi
1
-1
/
+1
2022-07-11
mt76: introduce phys array in mt76_dev structure
Lorenzo Bianconi
1
-15
/
+28
2022-07-11
mt76: add phy_idx in mt76_rx_status
Lorenzo Bianconi
1
-5
/
+6
2022-07-11
mt76: introduce MT_RXQ_BAND2 and MT_RXQ_BAND2_WA in mt76_rxq_id
Lorenzo Bianconi
1
-2
/
+4
2022-07-11
mt76: add len parameter to __mt76_mcu_msg_alloc signature
Lorenzo Bianconi
1
-2
/
+2
2022-07-11
mt76: remove q->qid
Felix Fietkau
1
-3
/
+0
2022-07-11
mt76: pass original queue id from __mt76_tx_queue_skb to the driver
Felix Fietkau
1
-2
/
+2
2022-05-13
mt76: add gfp to mt76_mcu_msg_alloc signature
Lorenzo Bianconi
1
-1
/
+8
2022-05-13
mt76: mt7915: add Wireless Ethernet Dispatch support
Felix Fietkau
1
-4
/
+26
2022-05-13
mt76: make number of tokens configurable dynamically
Felix Fietkau
1
-3
/
+3
2022-05-13
mt76: add support for overriding the device used for DMA mapping
Felix Fietkau
1
-0
/
+1
2022-05-13
mt76: fix MBSS index condition in DBDC mode
Evelyn Tsai
1
-1
/
+1
2022-05-13
mt76: fix use-after-free by removing a non-RCU wcid pointer
Felix Fietkau
1
-1
/
+1
2022-03-16
mt76: usb: introduce __mt76u_init utility routine
Lorenzo Bianconi
1
-2
/
+10
2022-03-16
mt76: fix monitor mode crash with sdio driver
Deren Wu
1
-1
/
+1
2022-02-04
mt76: redefine mt76_for_each_q_rx to adapt mt7986 changes
Bo Jiao
1
-2
/
+2
2022-02-03
mt76: mt7915: fix/rewrite the dfs state handling logic
Felix Fietkau
1
-0
/
+9
2022-02-03
mt76: sdio: honor the largest Tx buffer the hardware can support
Sean Wang
1
-2
/
+3
2022-02-03
mt76: connac: add support for passing the cipher field in bss_info
Felix Fietkau
1
-0
/
+1
2022-02-03
mt76: mt7915: enlarge wcid size to 544
Bo Jiao
1
-1
/
+1
2022-02-03
mt76: add MT_RXQ_MAIN_WA for mt7916
Bo Jiao
1
-0
/
+1
2021-12-19
mt76: mt7921s: fix cmd timeout in throughput test
Deren Wu
1
-0
/
+2
2021-12-19
mt76: allow drivers to drop rx packets early
Felix Fietkau
1
-0
/
+2
2021-12-19
mt76: move sar_capa configuration in common code
Lorenzo Bianconi
1
-1
/
+0
2021-12-19
mt76: move sar utilities to mt76-core module
Lorenzo Bianconi
1
-0
/
+5
2021-12-18
mt76: testmode: add support to set MAC
Shayne Chen
1
-0
/
+2
2021-10-20
mt76: move mt76_ethtool_worker_info in mt76 module
Lorenzo Bianconi
1
-0
/
+10
2021-10-20
mt76: move mt76_sta_stats in mt76.h
Lorenzo Bianconi
1
-0
/
+7
2021-10-20
mt76: mt7921s: add reset support
Sean Wang
1
-0
/
+2
2021-10-20
mt76: connac: extend mcu_get_nic_capability
Sean Wang
1
-0
/
+1
2021-10-20
mt76: sdio: extend sdio module to support CONNAC2
Sean Wang
1
-1
/
+3
2021-10-20
mt76: sdio: introduce parse_irq callback
Lorenzo Bianconi
1
-0
/
+3
2021-10-20
mt76: sdio: move common code in mt76_sdio module
Lorenzo Bianconi
1
-0
/
+16
2021-10-20
mt76: sdio: export mt76s_alloc_rx_queue and mt76s_alloc_tx routines
Lorenzo Bianconi
1
-1
/
+2
2021-10-20
mt76: rely on phy pointer in mt76_register_debugfs_fops routine signature
Lorenzo Bianconi
1
-2
/
+2
2021-10-20
mt76: use a separate CCMP PN receive counter for management frames
Xing Song
1
-1
/
+1
2021-10-20
mt76: drop MCU header size from buffer size in __mt76_mcu_send_firmware
Sean Wang
1
-1
/
+3
2021-10-20
mt76: introduce __mt76_mcu_send_firmware routine
Lorenzo Bianconi
1
-2
/
+9
2021-10-20
mt76: schedule status timeout at dma completion
Lorenzo Bianconi
1
-2
/
+7
2021-10-20
mt76: substitute sk_buff_head status_list with spinlock_t status_lock
Lorenzo Bianconi
1
-3
/
+4
2021-10-20
mt76: remove mt76_wcid pointer from mt76_tx_status_check signature
Lorenzo Bianconi
1
-2
/
+1
2021-10-20
mt76: introduce packet_id idr
Lorenzo Bianconi
1
-8
/
+18
2021-10-20
mt76: connac: add 6GHz support to mt76_connac_mcu_set_channel_domain
Lorenzo Bianconi
1
-0
/
+1
2021-10-20
mt76: mt7915: add tx stats gathered from tx-status callbacks
Ben Greear
1
-0
/
+1
2021-10-20
mt76: use IEEE80211_OFFLOAD_ENCAP_ENABLED instead of MT_DRV_AMSDU_OFFLOAD
Ryder Lee
1
-1
/
+0
[next]