index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mediatek
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-24
mt76: add memory barrier to DMA queue kick
Felix Fietkau
1
-0
/
+1
2020-09-24
mt76: mt7915: add support for accessing mapped registers via bus ops
Felix Fietkau
2
-0
/
+109
2020-09-24
mt76: mt7615: significantly reduce interrupt load
Felix Fietkau
4
-25
/
+20
2020-09-24
mt76: mt7915: significantly reduce interrupt load
Felix Fietkau
4
-8
/
+18
2020-09-24
mt76: mt7915: schedule tx tasklet in mt7915_mac_tx_free
Felix Fietkau
2
-2
/
+1
2020-09-24
mt76: dma: update q->queued immediately on cleanup
Felix Fietkau
1
-25
/
+14
2020-09-24
mt76: mt7915: optimize mt7915_mac_sta_poll
Felix Fietkau
3
-5
/
+10
2020-09-24
mt76: mt7615: fix reading airtime statistics
Felix Fietkau
1
-11
/
+14
2020-09-24
mt76: mt7663u: fix dma header initialization
Lorenzo Bianconi
2
-3
/
+8
2020-09-24
mt76: fix a possible NULL pointer dereference in mt76_testmode_dump
Lorenzo Bianconi
1
-2
/
+6
2020-09-24
mt76: mt7615: fix a possible NULL pointer dereference in mt7615_pm_wake_work
Lorenzo Bianconi
1
-1
/
+2
2020-09-24
mt76: mt7615: fix possible memory leak in mt7615_tm_set_tx_power
Lorenzo Bianconi
1
-2
/
+4
2020-09-24
mt76: mt7663s: fix unable to handle kernel paging request
Sean Wang
3
-9
/
+18
2020-09-24
mt76: mt7663s: fix resume failure
Sean Wang
1
-0
/
+2
2020-09-24
mt76: mt7663s: use NULL instead of 0 in sdio code
Lorenzo Bianconi
2
-4
/
+4
2020-09-24
mt76: mt7615: release mutex in mt7615_reset_test_set
Lorenzo Bianconi
1
-3
/
+2
2020-09-24
mt76: mt7915: add Tx A-MSDU offloading support
Ryder Lee
6
-5
/
+89
2020-09-24
mt76: mt7915: add missing flags in WMM parameter settings
Felix Fietkau
1
-0
/
+1
2020-09-24
mt76: mt7915: simplify aggregation session check
Felix Fietkau
3
-52
/
+19
2020-09-24
mt76: mt7615: remove mtxq->agg_ssn assignment
Felix Fietkau
1
-1
/
+0
2020-09-24
mt76: move mt76_check_agg_ssn to driver tx_prepare calls
Felix Fietkau
4
-25
/
+18
2020-09-24
mt76: mt7915: enable offloading of sequence number assignment
Felix Fietkau
2
-16
/
+32
2020-09-24
mt76: mt7915: increase tx retry count
Felix Fietkau
1
-1
/
+1
2020-09-24
mt76: mt7915: clean up station stats polling and rate control update
Felix Fietkau
5
-39
/
+88
2020-09-24
mt76: mt7915: do not do any work in napi poll after calling napi_complete_done()
Felix Fietkau
1
-6
/
+3
2020-09-24
mt76: mt7615: do not do any work in napi poll after calling napi_complete_done()
Felix Fietkau
1
-5
/
+3
2020-09-24
mt76: mt76x02: clean up and fix interrupt masking in the irq handler
Felix Fietkau
1
-14
/
+11
2020-09-24
mt76: mt7615: only clear unmasked interrupts in irq tasklet
Felix Fietkau
1
-11
/
+8
2020-09-24
mt76: mt7915: clean up and fix interrupt masking in the irq handler
Felix Fietkau
1
-14
/
+11
2020-09-24
mt76: set interrupt mask register to 0 before requesting irq
Felix Fietkau
6
-0
/
+12
2020-09-24
mt76: fix double DMA unmap of the first buffer on 7615/7915
Felix Fietkau
4
-2
/
+12
2020-09-24
mt76: mt7915: fix crash on tx rate report for invalid stations
Felix Fietkau
1
-0
/
+3
2020-09-24
mt76: mt7915: enable U-APSD on AP side
Ryder Lee
2
-2
/
+49
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
4
-29
/
+46
2020-09-24
mt76: mt76s: move status processing in txrx wq
Lorenzo Bianconi
3
-41
/
+25
2020-09-24
mt76: mt7663s: move rx processing in txrx wq
Lorenzo Bianconi
5
-29
/
+57
2020-09-24
mt76: mt76s: move tx processing in a dedicated wq
Lorenzo Bianconi
5
-48
/
+39
2020-09-24
mt76: mt76s: fix oom in mt76s_tx_queue_skb_raw
Lorenzo Bianconi
1
-4
/
+9
2020-09-24
mt76: mt7615: reschedule runtime-pm receiving a tx interrupt
Lorenzo Bianconi
3
-0
/
+7
2020-09-24
mt76: do not inject packets if MT76_STATE_PM is set
Lorenzo Bianconi
1
-2
/
+4
2020-09-24
mt76: mt7615: hold mt76 lock queueing wd in mt7615_queue_key_update
Lorenzo Bianconi
1
-0
/
+3
2020-09-24
mt76: mt7663s: move drv_own/fw_own in mt7615_mcu_ops
Lorenzo Bianconi
3
-7
/
+15
2020-09-24
mt76: mt7615: move drv_own/fw_own in mt7615_mcu_ops
Lorenzo Bianconi
4
-83
/
+89
2020-09-24
mt76: mt7615: register ext_phy if DBDC is detected
Shayne Chen
3
-0
/
+7
2020-09-24
mt76: mt7615: reduce maximum VHT MPDU length to 7991
Felix Fietkau
1
-1
/
+1
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
3
-4
/
+9
2020-09-22
mt7601u: Convert to DEFINE_SHOW_ATTRIBUTE
Qinglang Miao
1
-28
/
+6
2020-09-11
Merge tag 'wireless-drivers-next-2020-09-11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next
David S. Miller
3
-6
/
+6
2020-09-07
mt7601u: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
3
-5
/
+5
[prev]
[next]