index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mediatek
/
mt76
/
mt7615
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-08
mt76: mt7615: check sta_rates pointer in mt7615_sta_rate_tbl_update
Lorenzo Bianconi
1
-0
/
+3
2021-05-14
mt76: mt7615: fix mib stats counter reporting to mac80211
Lorenzo Bianconi
1
-0
/
+6
2020-09-24
mt76: remove retry_q from struct mt76_txq and related code
Felix Fietkau
1
-3
/
+0
2020-09-24
mt76: convert from tx tasklet to tx worker thread
Felix Fietkau
1
-1
/
+1
2020-09-24
mt76: mt7615: remove mtxq->agg_ssn assignment
Felix Fietkau
1
-1
/
+0
2020-09-24
mt76: mt7615: reschedule runtime-pm receiving a tx interrupt
Lorenzo Bianconi
1
-0
/
+2
2020-09-24
mt76: mt7615: hold mt76 lock queueing wd in mt7615_queue_key_update
Lorenzo Bianconi
1
-0
/
+3
2020-07-21
mt76: mt7615: sdio code must access rate/key regs in preocess context
Lorenzo Bianconi
1
-3
/
+3
2020-07-21
mt76: mt7663u: sync probe sampling with rate configuration
Lorenzo Bianconi
1
-3
/
+1
2020-07-21
mt76: mt7615: enable beacon hw filter for runtime-pm
Lorenzo Bianconi
1
-0
/
+19
2020-07-21
mt76: mt7615: check MT76_STATE_PM flag before accessing the device
Lorenzo Bianconi
1
-2
/
+4
2020-07-21
mt76: mt7615: run mt7615_pm_wake in mt7615_mac_sta_{add,remove}
Lorenzo Bianconi
1
-1
/
+10
2020-07-21
mt76: mt7615: wake device before pushing frames in mt7615_tx
Lorenzo Bianconi
1
-6
/
+50
2020-07-21
mt76: mt7615: wake device before pulling packets from mac80211 queues
Lorenzo Bianconi
1
-1
/
+19
2020-07-21
mt76: mt7615: run mt7615_mcu_set_roc holding mt76 mutex
Lorenzo Bianconi
1
-4
/
+12
2020-07-21
mt76: mt7615: run mt7615_mcu_set_wmm holding mt76 mutex
Lorenzo Bianconi
1
-1
/
+7
2020-07-21
mt76: mt7615: wake device before performing freq scan
Lorenzo Bianconi
1
-4
/
+30
2020-07-21
mt76: mt7615: introduce pm_power_save delayed work
Lorenzo Bianconi
1
-0
/
+3
2020-07-21
mt76: mt7615: wake device before configuring hw keys
Lorenzo Bianconi
1
-3
/
+9
2020-07-21
mt76: mt7615: introduce mt7615_mutex_{acquire,release} utilities
Lorenzo Bianconi
1
-40
/
+42
2020-07-21
mt76: mt7615: add mt7615_pm_wake utility routine
Lorenzo Bianconi
1
-0
/
+2
2020-07-21
mt76: move mt76 workqueue in common code
Lorenzo Bianconi
1
-1
/
+1
2020-07-21
mt76: mt7615: implement testmode support
Felix Fietkau
1
-5
/
+39
2020-07-21
mt76: vif_mask to struct mt76_phy
Felix Fietkau
1
-3
/
+3
2020-07-21
mt76: mt7615: add .set_tsf callback
Ryder Lee
1
-0
/
+21
2020-07-21
mt76: mt7663: introduce ARP filter offload
Sean Wang
1
-0
/
+3
2020-07-21
mt76: mt7615: re-enable offloading of sequence number assignment
Felix Fietkau
1
-0
/
+5
2020-07-21
mt76: mt7615: fix hw queue mapping
Lorenzo Bianconi
1
-0
/
+1
2020-07-21
mt76: add missing lock configuring coverage class
Lorenzo Bianconi
1
-0
/
+3
2020-05-28
mt76: mt7615: Use kmemdup in mt7615_queue_key_update()
YueHaibing
1
-2
/
+1
2020-05-28
mt76: mt7615: switch to per-vif power_save support
Lorenzo Bianconi
1
-23
/
+3
2020-05-28
mt76: mt7615: introduce remain_on_channel support
Lorenzo Bianconi
1
-0
/
+79
2020-05-13
mt76: mt7615: configure bss info adding the interface
Sean Wang
1
-4
/
+1
2020-05-13
mt76: enable p2p support
Lorenzo Bianconi
1
-0
/
+3
2020-05-13
mt76: mt7615: do not report scan_complete twice to mac80211
Lorenzo Bianconi
1
-4
/
+4
2020-05-12
mt76: set runtime stream caps by mt76_phy
Ryder Lee
1
-1
/
+1
2020-05-12
mt76: mt7615: add gtk rekey offload support
Lorenzo Bianconi
1
-0
/
+8
2020-05-12
mt76: mt7615: add WoW support
Lorenzo Bianconi
1
-0
/
+79
2020-05-12
mt76: mt7615: do not mark sched_scan disabled in mt7615_scan_work
Lorenzo Bianconi
1
-1
/
+0
2020-05-12
mt76: mt7615: add sta pointer to mt7615_mcu_add_bss_info signature
Lorenzo Bianconi
1
-3
/
+3
2020-05-12
mt76: enable TDLS support
Lorenzo Bianconi
1
-2
/
+2
2020-05-12
mt76: mt7615: move mcu bss upload before creating the sta
Lorenzo Bianconi
1
-4
/
+13
2020-05-12
mt76: mt7663: introduce 802.11 PS support in sta mode
Lorenzo Bianconi
1
-0
/
+23
2020-05-12
mt76: mt7615: introduce mt7663u support
Lorenzo Bianconi
1
-0
/
+34
2020-05-12
mt76: mt7615: move core shared code in mt7615-common module
Lorenzo Bianconi
1
-28
/
+4
2020-05-12
mt76: mt7615: fix possible deadlock in mt7615_stop
Lorenzo Bianconi
1
-11
/
+8
2020-05-12
mt76: mt7615: add support for applying tx DPD calibration from EEPROM
Felix Fietkau
1
-1
/
+3
2020-05-12
mt76: mt7615: add support for applying DC offset calibration from EEPROM
Felix Fietkau
1
-0
/
+3
2020-05-12
mt76: mt7615: do not always reset the dfs state setting the channel
Lorenzo Bianconi
1
-1
/
+20
2020-05-12
mt76: mt7615: introduce rlm tlv in bss_info mcu command
Lorenzo Bianconi
1
-3
/
+3
[next]