index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mt76: sdio: extend sdio module to support CONNAC2
Sean Wang
2021-10-20
5
-6
/
+53
*
mt76: sdio: introduce parse_irq callback
Lorenzo Bianconi
2021-10-20
5
-15
/
+51
*
mt76: sdio: move common code in mt76_sdio module
Lorenzo Bianconi
2021-10-20
9
-313
/
+343
*
mt76: mt7921: use physical addr to unify register access
Sean Wang
2021-10-20
2
-24
/
+25
*
mt76: mt7921: make all event parser reusable between mt7921s and mt7921e
Sean Wang
2021-10-20
1
-1
/
+6
*
mt76: mt7663s: rely on mcu reg access utility
Sean Wang
2021-10-20
3
-32
/
+2
*
mt76: connac: move mcu reg access utility routines in mt76_connac_lib module
Sean Wang
2021-10-20
2
-0
/
+29
*
mt76: mt7921: add MT7921_COMMON module
Sean Wang
2021-10-20
6
-5
/
+34
*
mt76: mt7921: refactor init.c to be bus independent
Sean Wang
2021-10-20
4
-27
/
+38
*
mt76: mt7921: refactor mcu.c to be bus independent
Sean Wang
2021-10-20
8
-95
/
+130
*
mt76: mt7921: refactor dma.c to be pcie specific
Sean Wang
2021-10-20
3
-9
/
+8
*
mt76: mt7921: refactor mac.c to be bus independent
Sean Wang
2021-10-20
5
-344
/
+383
*
mt76: mt7921: add MU EDCA cmd support
Sean Wang
2021-10-20
2
-3
/
+53
*
mt76: mt7915: remove dead code in debugfs code
Lorenzo Bianconi
2021-10-20
1
-25
/
+6
*
mt76: sdio: export mt76s_alloc_rx_queue and mt76s_alloc_tx routines
Lorenzo Bianconi
2021-10-20
3
-17
/
+11
*
mt76: mt7915: improve code readability for xmit-queue handler
Lorenzo Bianconi
2021-10-20
1
-2
/
+2
*
mt76: mt7915: introduce mt76 debugfs sub-dir for ext-phy
Lorenzo Bianconi
2021-10-20
3
-79
/
+86
*
mt76: rely on phy pointer in mt76_register_debugfs_fops routine signature
Lorenzo Bianconi
2021-10-20
4
-6
/
+7
*
mt76: mt7915: set muru platform type
Shayne Chen
2021-10-20
5
-15
/
+36
*
mt76: mt7915: set VTA bit in tx descriptor
Shayne Chen
2021-10-20
1
-1
/
+1
*
mt76: mt7915: fix muar_idx in mt7915_mcu_alloc_sta_req()
Shayne Chen
2021-10-20
1
-1
/
+1
*
mt76: mt7915: rework starec TLV tags
Shayne Chen
2021-10-20
4
-141
/
+94
*
mt76: mt7915: fix sta_rec_wtbl tag len
Shayne Chen
2021-10-20
1
-1
/
+1
*
mt76: mt7915: improve starec readability of txbf
Ryder Lee
2021-10-20
2
-49
/
+45
*
mt76: mt7915: fix txbf starec TLV issues
Ryder Lee
2021-10-20
2
-72
/
+71
*
mt76: mt7915: introduce mt7915_mcu_beacon_check_caps()
Ryder Lee
2021-10-20
3
-39
/
+137
*
mt76: connac: fix possible NULL pointer dereference in mt76_connac_get_phy_mo...
Lorenzo Bianconi
2021-10-20
1
-2
/
+2
*
mt76: do not access 802.11 header in ccmp check for 802.3 rx skbs
Felix Fietkau
2021-10-20
1
-2
/
+5
*
mt76: use a separate CCMP PN receive counter for management frames
Xing Song
2021-10-20
2
-5
/
+24
*
mt76: mt7921: add delay config for sched scan
Deren Wu
2021-10-20
2
-2
/
+6
*
mt76: mt7615: fix monitor mode tear down crash
Ryder Lee
2021-10-20
1
-5
/
+13
*
mt76: debugfs: improve queue node readability
Lorenzo Bianconi
2021-10-20
1
-4
/
+5
*
mt76: mt7915: add twt_stats knob in debugfs
Lorenzo Bianconi
2021-10-20
1
-0
/
+28
*
mt76: mt7915: enable twt responder capability
Lorenzo Bianconi
2021-10-20
1
-0
/
+2
*
mt76: mt7915: introduce mt7915_mac_add_twt_setup routine
Lorenzo Bianconi
2021-10-20
4
-0
/
+220
*
mt76: mt7915: introduce mt7915_mcu_twt_agrt_update mcu command
Lorenzo Bianconi
2021-10-20
3
-0
/
+79
*
mt76: mt7915: introduce __mt7915_get_tsf routine
Lorenzo Bianconi
2021-10-20
2
-6
/
+16
*
mt76: drop MCU header size from buffer size in __mt76_mcu_send_firmware
Sean Wang
2021-10-20
3
-6
/
+8
*
mt76: introduce __mt76_mcu_send_firmware routine
Lorenzo Bianconi
2021-10-20
3
-10
/
+17
*
mt76: support reading EEPROM data embedded in fdt
Daniel Golle
2021-10-20
1
-0
/
+11
*
mt76: schedule status timeout at dma completion
Lorenzo Bianconi
2021-10-20
2
-3
/
+11
*
mt76: substitute sk_buff_head status_list with spinlock_t status_lock
Lorenzo Bianconi
2021-10-20
3
-11
/
+12
*
mt76: remove mt76_wcid pointer from mt76_tx_status_check signature
Lorenzo Bianconi
2021-10-20
14
-19
/
+18
*
mt76: introduce packet_id idr
Lorenzo Bianconi
2021-10-20
8
-27
/
+82
*
mt76: mt7921: add 6GHz support
Lorenzo Bianconi
2021-10-20
4
-16
/
+64
*
mt76: add 6GHz support
Lorenzo Bianconi
2021-10-20
1
-8
/
+120
*
mt76: connac: enable hw amsdu @ 6GHz
Lorenzo Bianconi
2021-10-20
1
-1
/
+1
*
mt76: connac: add 6GHz support to mt76_connac_mcu_uni_add_bss
Lorenzo Bianconi
2021-10-20
2
-4
/
+15
*
mt76: connac: add 6GHz support to mt76_connac_mcu_sta_tlv
Lorenzo Bianconi
2021-10-20
2
-1
/
+20
*
mt76: connac: set 6G phymode in single-sku support
Lorenzo Bianconi
2021-10-20
3
-4
/
+49
[next]