index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mt76: mt76x02: tune tx ring size
Felix Fietkau
2020-09-24
3
-3
/
+4
*
mt76: mt7603: tune tx ring size
Felix Fietkau
2020-09-24
2
-2
/
+4
*
mt76: remove struct mt76_sw_queue
Felix Fietkau
2020-09-24
22
-114
/
+86
*
mt76: rely on AQL for burst size limits on tx queueing
Felix Fietkau
2020-09-24
12
-74
/
+111
*
mt76: remove swq from struct mt76_sw_queue
Felix Fietkau
2020-09-24
7
-11
/
+0
*
mt76: remove qid argument to drv->tx_complete_skb
Felix Fietkau
2020-09-24
14
-28
/
+14
*
mt76: unify queue tx cleanup code
Felix Fietkau
2020-09-24
5
-67
/
+41
*
mt76: sdio: fix use of q->head and q->tail
Felix Fietkau
2020-09-24
2
-18
/
+18
*
mt76: usb: fix use of q->head and q->tail
Felix Fietkau
2020-09-24
1
-15
/
+15
*
mt76: mt7603: check for single-stream EEPROM configuration
Felix Fietkau
2020-09-24
3
-7
/
+18
*
mt76: add memory barrier to DMA queue kick
Felix Fietkau
2020-09-24
1
-0
/
+1
*
mt76: mt7915: add support for accessing mapped registers via bus ops
Felix Fietkau
2020-09-24
2
-0
/
+109
*
mt76: mt7615: significantly reduce interrupt load
Felix Fietkau
2020-09-24
4
-25
/
+20
*
mt76: mt7915: significantly reduce interrupt load
Felix Fietkau
2020-09-24
4
-8
/
+18
*
mt76: mt7915: schedule tx tasklet in mt7915_mac_tx_free
Felix Fietkau
2020-09-24
2
-2
/
+1
*
mt76: dma: update q->queued immediately on cleanup
Felix Fietkau
2020-09-24
1
-25
/
+14
*
mt76: mt7915: optimize mt7915_mac_sta_poll
Felix Fietkau
2020-09-24
3
-5
/
+10
*
mt76: mt7615: fix reading airtime statistics
Felix Fietkau
2020-09-24
1
-11
/
+14
*
mt76: mt7663u: fix dma header initialization
Lorenzo Bianconi
2020-09-24
2
-3
/
+8
*
mt76: fix a possible NULL pointer dereference in mt76_testmode_dump
Lorenzo Bianconi
2020-09-24
1
-2
/
+6
*
mt76: mt7615: fix a possible NULL pointer dereference in mt7615_pm_wake_work
Lorenzo Bianconi
2020-09-24
1
-1
/
+2
*
mt76: mt7615: fix possible memory leak in mt7615_tm_set_tx_power
Lorenzo Bianconi
2020-09-24
1
-2
/
+4
*
mt76: mt7663s: fix unable to handle kernel paging request
Sean Wang
2020-09-24
3
-9
/
+18
*
mt76: mt7663s: fix resume failure
Sean Wang
2020-09-24
1
-0
/
+2
*
mt76: mt7663s: use NULL instead of 0 in sdio code
Lorenzo Bianconi
2020-09-24
2
-4
/
+4
*
mt76: mt7615: release mutex in mt7615_reset_test_set
Lorenzo Bianconi
2020-09-24
1
-3
/
+2
*
mt76: mt7915: add Tx A-MSDU offloading support
Ryder Lee
2020-09-24
6
-5
/
+89
*
mt76: mt7915: add missing flags in WMM parameter settings
Felix Fietkau
2020-09-24
1
-0
/
+1
*
mt76: mt7915: simplify aggregation session check
Felix Fietkau
2020-09-24
3
-52
/
+19
*
mt76: mt7615: remove mtxq->agg_ssn assignment
Felix Fietkau
2020-09-24
1
-1
/
+0
*
mt76: move mt76_check_agg_ssn to driver tx_prepare calls
Felix Fietkau
2020-09-24
4
-25
/
+18
*
mt76: mt7915: enable offloading of sequence number assignment
Felix Fietkau
2020-09-24
2
-17
/
+33
*
mt76: mt7915: increase tx retry count
Felix Fietkau
2020-09-24
1
-1
/
+1
*
mt76: mt7915: clean up station stats polling and rate control update
Felix Fietkau
2020-09-24
5
-39
/
+88
*
mt76: mt7915: do not do any work in napi poll after calling napi_complete_done()
Felix Fietkau
2020-09-24
1
-6
/
+3
*
mt76: mt7615: do not do any work in napi poll after calling napi_complete_done()
Felix Fietkau
2020-09-24
1
-5
/
+3
*
mt76: mt76x02: clean up and fix interrupt masking in the irq handler
Felix Fietkau
2020-09-24
1
-14
/
+11
*
mt76: mt7615: only clear unmasked interrupts in irq tasklet
Felix Fietkau
2020-09-24
1
-11
/
+8
*
mt76: mt7915: clean up and fix interrupt masking in the irq handler
Felix Fietkau
2020-09-24
1
-14
/
+11
*
mt76: set interrupt mask register to 0 before requesting irq
Felix Fietkau
2020-09-24
6
-0
/
+12
*
mt76: fix double DMA unmap of the first buffer on 7615/7915
Felix Fietkau
2020-09-24
4
-2
/
+12
*
mt76: mt7915: fix crash on tx rate report for invalid stations
Felix Fietkau
2020-09-24
1
-0
/
+3
*
mt76: mt7915: enable U-APSD on AP side
Ryder Lee
2020-09-24
2
-2
/
+49
*
mt76: mt76s: get rid of unused variable
Lorenzo Bianconi
2020-09-24
1
-2
/
+0
*
mt76: mt76s: move tx/rx processing in 2 separate works
Lorenzo Bianconi
2020-09-24
4
-29
/
+46
*
mt76: mt76s: move status processing in txrx wq
Lorenzo Bianconi
2020-09-24
3
-41
/
+25
*
mt76: mt7663s: move rx processing in txrx wq
Lorenzo Bianconi
2020-09-24
5
-29
/
+57
*
mt76: mt76s: move tx processing in a dedicated wq
Lorenzo Bianconi
2020-09-24
5
-48
/
+39
*
mt76: mt76s: fix oom in mt76s_tx_queue_skb_raw
Lorenzo Bianconi
2020-09-24
1
-4
/
+9
*
mt76: mt7615: reschedule runtime-pm receiving a tx interrupt
Lorenzo Bianconi
2020-09-24
3
-0
/
+7
[next]